-
Member
i cant inpurt the pokemon can you show me how to use from skype?
Skype:manchuen0824
thank you
-
Originally Posted by
shyrex88
pyt 2.7 im using windows 10
2.7.X? whats the X?
-
Post Thanks / Like - 1 Thanks
kecrek (1 members gave Thanks to xencodex for this useful post)
-
Member
Originally Posted by
xencodex
Its working, its just people that dont know how to work with python
yes. i got this problem
-
Member
-
Originally Posted by
nayano
Your apikey is not active or your apikey has a space on it
-
Member
Originally Posted by
xencodex
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?
-
Sergeant
Originally Posted by
xencodex
2.7.X? whats the X?
python 2.7.6
-
Originally Posted by
shyrex88
python 2.7.6
update it
------------------------------
Ill update it later and change city names for coords, since google have a top search per hours...
-
Member
Originally Posted by
xencodex
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>
-
Member
.........................
Last edited by MIXtERveST; 06-20-2018 at 03:54 AM.
-
Member
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.
-
Post Thanks / Like - 1 Thanks
emietleora (1 members gave Thanks to FeRRiS for this useful post)
-
Member
![PokeVisionFinder [PokeSniper2 Support] [Python 2.7]-si8kx9x-png](https://www.ownedcore.com/forums/attachments/pokemon-go/pokemon-go-hacks-cheats/32063d1469946474t-pokevisionfinder-pokesniper2-support-python-2-7-a-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
-
Sergeant
Originally Posted by
xencodex
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
-
Member
Similar/Same errrors as some of the guys above. Was working just fine, then started crashing.
-
Member
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>