Is there a way to have a set range/Radius to update only, mine starts from the center of the location and only updates North West/North East and continues for a very long time, instead of updating the surrounding area and having a cutoff point.
After running run.bat ~> run2.bat Any Idea what's wrong??
Traceback (most recent call last):
File "main.py", line 384, in <module>
main()
File "main.py", line 283, in main
set_location(args.location)
File "main.py", line 93, 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.
i have the normal map without the pokemone
Any way to make this omnidirectional instead of one direction??
I think that is the most asked question. You can get this to work only the auto updating at this point is useless since it keeps getting to the north instead of circulating around your GPS position. If that can be fixed this would be an awesome script.
Bugs i have found personally.
Northern Movement only, it just keeps going up and up and does not refresh the pokemon that have been found, for example i caught a pinsar, 5 minutes later it still shows on the map. so this means it is not refreshing the pokemon it has already found. Which could be due to the way it refreshes. Not Sure. There should be a maximum Radius that can be changed,and it loads outward from the starting radius. and refreshes the pokemon within the radius only. a loop or something. this should fix alot of the current issues imo.
any way to copy the coords from this?
I get the error:
attributeError: 'NoneType' object has no attribute 'split'
And before that happens i have logged in, it shows my stardustand coins etc, anyone knows whats up?
anyone know how to add CP to the info on the map? Also a timestamp of WHEN it went on would be good as it says time remaining but you dont know how long its been here
Hwo I fixed it was... Clear cache on browser then run the run2 as admin (it will insta close) then run it normally
Is there a way where you can copy the location of the pokemon in the map so you can paste it in the coordinates in nox ?