PokeVisionFinder [PokeSniper2 Support] [Python 2.7] menu

Shout-Out

User Tag List

Page 6 of 43 FirstFirst ... 2345678910 ... LastLast
Results 76 to 90 of 640
  1. #76
    s21163183's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i cant inpurt the pokemon can you show me how to use from skype?
    Skype:manchuen0824
    thank you

    PokeVisionFinder [PokeSniper2 Support] [Python 2.7]
  2. #77
    xencodex's Avatar Contributor Authenticator enabled
    Reputation
    120
    Join Date
    Jul 2016
    Posts
    100
    Thanks G/R
    5/106
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shyrex88 View Post
    pyt 2.7 im using windows 10
    2.7.X? whats the X?

  3. Thanks kecrek (1 members gave Thanks to xencodex for this useful post)
  4. #78
    s21163183's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xencodex View Post
    Its working, its just people that dont know how to work with python
    yes. i got this problem

  5. #79
    nayano's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    22
    Thanks G/R
    17/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  6. #80
    xencodex's Avatar Contributor Authenticator enabled
    Reputation
    120
    Join Date
    Jul 2016
    Posts
    100
    Thanks G/R
    5/106
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nayano View Post
    Your apikey is not active or your apikey has a space on it

  7. #81
    Junp00's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xencodex View Post
    You can edit this and add more cities or whatever you want.
    Code:
    _cities = ["London",
               "NewYork",
               "Tokyo",
               "NewDelhi",
               "WashingtonDC",
               "Beijing",
               "Berlin",
               "Paris",
               "Moscow",
               "Mumbai",
               "Seoul",
               "Toronto",
               "Manchester",
               "Kolkata",
               "HongKong",
               "Shanghai",
               "RioDeJaneiro",
               "Kiev",
               "Manila",
               "Istanbul",
               "Madrid"
    ]
    It find in the spot google selected for reference in that city and northeast and southwest of the city so it mostly cover entire city
    I'm sorry >_<, could you elaborate on this? If I wanted your program to search "Santa Monica" or "Los Angeles", how would I do that?

  8. #82
    shyrex88's Avatar Sergeant
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    54
    Thanks G/R
    8/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xencodex View Post
    2.7.X? whats the X?
    python 2.7.6

  9. #83
    xencodex's Avatar Contributor Authenticator enabled
    Reputation
    120
    Join Date
    Jul 2016
    Posts
    100
    Thanks G/R
    5/106
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shyrex88 View Post
    python 2.7.6
    update it

    ------------------------------

    Ill update it later and change city names for coords, since google have a top search per hours...

  10. #84
    nayano's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    22
    Thanks G/R
    17/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xencodex View Post
    Your apikey is not active or your apikey has a space on it
    Microsoft Windows [Version 10.0.10586]
    (c) 2015 Microsoft Corporation. All rights reserved.

    C:\Users\Administrator\Desktop\PokeVisionFinder-master\PokeVisionFinder-master>PokeVisionFinder.py
    Pokemon: Pikachu
    [INFO] Looking pokemons in: London
    Traceback (most recent call last):
    File "C:\Users\Administrator\Desktop\PokeVisionFinder-master\PokeVisionFinder-master\PokeVisionFinder.py", line 196, in <module>
    _loop()
    File "C:\Users\Administrator\Desktop\PokeVisionFinder-master\PokeVisionFinder-master\PokeVisionFinder.py", line 185, in _loop
    _finderPokeVision(city)
    File "C:\Users\Administrator\Desktop\PokeVisionFinder-master\PokeVisionFinder-master\PokeVisionFinder.py", line 155, in _finderPokeVision
    _scanurljsondata = _jsondatach(_scanurl)
    File "C:\Users\Administrator\Desktop\PokeVisionFinder-master\PokeVisionFinder-master\PokeVisionFinder.py", line 61, in _jsondatach
    _rawdata = urllib2.urlopen(_req)
    File "C:\Python27\lib\urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
    File "C:\Python27\lib\urllib2.py", line 435, in open
    response = meth(req, response)
    File "C:\Python27\lib\urllib2.py", line 548, in http_response
    'http', request, response, code, msg, hdrs)
    File "C:\Python27\lib\urllib2.py", line 473, in error
    return self._call_chain(*args)
    File "C:\Python27\lib\urllib2.py", line 407, in _call_chain
    result = func(*args)
    File "C:\Python27\lib\urllib2.py", line 556, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
    urllib2.HTTPError: HTTP Error 403: Forbidden

    C:\Users\Administrator\Desktop\PokeVisionFinder-master\PokeVisionFinder-master>

  11. #85
    MIXtERveST's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    .........................
    Last edited by MIXtERveST; 06-20-2018 at 03:54 AM.

  12. #86
    FeRRiS's Avatar Member
    Reputation
    8
    Join Date
    Sep 2007
    Posts
    65
    Thanks G/R
    1/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Got it working, use the latest pyton 2.7.11!

    https://www.python.org/downloads/release/python-2711/

    Btw in the install i selected the "Add to directory"
    Last edited by FeRRiS; 07-31-2016 at 01:34 AM.

  13. Thanks emietleora (1 members gave Thanks to FeRRiS for this useful post)
  14. #87
    huberryberry's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PokeVisionFinder [PokeSniper2 Support] [Python 2.7]-si8kx9x-png

    I got this error too...

    my python is 2.7.0
    https://www.python.org/ftp/python/2....-2.7.amd64.msi

    my windows 10 64 bit

  15. #88
    shyrex88's Avatar Sergeant
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    54
    Thanks G/R
    8/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xencodex View Post
    update it

    ------------------------------

    Ill update it later and change city names for coords, since google have a top search per hours...
    thanks m8 it works after update

  16. #89
    Junp00's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Similar/Same errrors as some of the guys above. Was working just fine, then started crashing.PokeVisionFinder [PokeSniper2 Support] [Python 2.7]-error-jpg

  17. #90
    FeRRiS's Avatar Member
    Reputation
    8
    Join Date
    Sep 2007
    Posts
    65
    Thanks G/R
    1/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It stop the work after a pair of minutes working

    Code:
    Traceback (most recent call last):  File "C:\PokeVisionFinder\PokeVisionFinder.py", line 200, in <module>
        _loop()
      File "C:\PokeVisionFinder\PokeVisionFinder.py", line 189, in _loop
        _finderGo(city)
      File "C:\PokeVisionFinder\PokeVisionFinder.py", line 112, in _finderGo
        _scanurljsondata = _jsondatach(_scanurl)
      File "C:\PokeVisionFinder\PokeVisionFinder.py", line 63, in _jsondatach
        _rawdata = urllib2.urlopen(_req)
      File "C:\Python27\lib\urllib2.py", line 154, in urlopen
        return opener.open(url, data, timeout)
      File "C:\Python27\lib\urllib2.py", line 437, in open
        response = meth(req, response)
      File "C:\Python27\lib\urllib2.py", line 550, in http_response
        'http', request, response, code, msg, hdrs)
      File "C:\Python27\lib\urllib2.py", line 475, in error
        return self._call_chain(*args)
      File "C:\Python27\lib\urllib2.py", line 409, in _call_chain
        result = func(*args)
      File "C:\Python27\lib\urllib2.py", line 558, in http_error_default
        raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
    urllib2.HTTPError: HTTP Error 520: Origin Error
    
    
    c:\PokeVisionFinder>

Page 6 of 43 FirstFirst ... 2345678910 ... LastLast

Similar Threads

  1. Updated PokeVisionFinder [PokeSniper2 Support] [Python 2.7]
    By hypertoken in forum Pokemon GO Hacks|Cheats
    Replies: 41
    Last Post: 08-25-2016, 01:04 PM
  2. Errors and support
    By A_Snake01 in forum World of Warcraft Model Editing
    Replies: 23
    Last Post: 05-25-2007, 08:41 PM
  3. Live WoWemu And Mongos support
    By mchugh in forum Suggestions
    Replies: 12
    Last Post: 04-13-2007, 06:54 PM
  4. Need Help/Support - Creating Programs
    By kookle in forum World of Warcraft General
    Replies: 1
    Last Post: 03-22-2007, 10:01 PM
  5. Petition! Need support!
    By dela in forum World of Warcraft General
    Replies: 5
    Last Post: 12-27-2006, 03:57 AM
All times are GMT -5. The time now is 11:21 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search