I tried to figure out the logic how the scan choose the next field to scan but i didnt find it out.
I tried to figure out the logic how the scan choose the next field to scan but i didnt find it out.
Last edited by Pokemonster; 07-19-2016 at 10:11 AM.
Its working but getting loads of API Request Errors ... is this normal ?
To be able to click on pokemon on map and get coords you are able to select/copy, insert this 4 rows after
into:HTML Code:title: "<b>"+p.name+"</b><br>Time left: " + p.poketime + "<br>Lat: "+p.lat+"<br>Long: "+p.lng, icon: image });
HTML Code:title: "<b>"+p.name+"</b><br>Time left: " + p.poketime + "<br>Lat: "+p.lat+"<br>Long: "+p.lng, icon: image }); google.maps.event.addListener(marker, 'click', function() { window.prompt("LNG:", this.getPosition().lng()); window.prompt("LAT:", this.getPosition().lat()); });
Last edited by deusx; 07-19-2016 at 10:17 AM.
Hey guys,
I've been using this for a while and it's a great tool, but I'm a little confused - is it supposed to automatically move the scan area in a particular? Mine just refreshes the same area over and over again
Last edited by dotonthewall; 07-19-2016 at 10:41 AM.
I want to say thanks works good for me. I just loaded and am waiting to see if the auto refresh works now.
I Don't have Trainer Club Account Can Make It with Google?
So I'm having a strange error -
It wont log me in unless i close my browser then i can open my browser and it works fine... for the most part, the old pokemon don't refresh so i have to kinda guess what pokemon are new and what pokemon are old. I've done a few things but nothing I do seems to fix this error. I tried it on 3 different computers and it still does the same thing.
Is there something wrong the location I've put?
Username XXX
Password XXX
Location Lat:40.70470887893677,Lng:-74.0183499455452
then I'm getting this v
Traceback (most recent call last):
File "main.py", line 432, in <module>
main()
File "main.py", line 387, in main
set_location(args.location)
File "main.py", line 110, in set_location
loc = geolocator.geocode(location_name)
File "C:\Python27\lib\site-packages\geopy\geocoders\googlev3.py", line 217, in geocode
self._call_geocoder(url, timeout=timeout), exactly_one
File "C:\Python27\lib\site-packages\geopy\geocoders\googlev3.py", line 338, in _parse_json
self._check_status(page.get('status'))
File "C:\Python27\lib\site-packages\geopy\geocoders\googlev3.py", line 363, in _check_status
'The given key has gone over the requests limit in the 24'
geopy.exc.GeocoderQuotaExceeded: The given key has gone over the requests limit in the 24 hour period or has submitted too many requests in too short a period of time.
Press any key to continue . . .
It worked the first time, typed in username, password, location then i tried turning it off and going another location, it just stays on the first location and doesn't even ask me for account/pass/location again. How do I get new location or simply restart this?
It seemed the last version had a much larger radius, and I know in my area a lot more pokemon are around than is showing up.