How do you get it to just auto update a given area? mine updates going south.
I keep getting this when running run2.bat:
C:\Users\jmoney>"C:\Python27\python.exe" -m SimpleHTTPServer 8000
Serving HTTP on 0.0.0.0 port 8000 ...
127.0.0.1 - - [18/Jul/2016 00:24:56] code 404, message File not found
127.0.0.1 - - [18/Jul/2016 00:24:56] "GET /config.json HTTP/1.1" 404 -
127.0.0.1 - - [18/Jul/2016 00:26:19] code 404, message File not found
127.0.0.1 - - [18/Jul/2016 00:26:19] "GET /config.json HTTP/1.1" 404 -
Thanks, that part is now working but now I am getting :
Traceback (most recent call last):
File "main.py", line 1, in <module>
import requests
ImportError: No module named requests
I have valid PTC credentials listed the file.
instructions were amazingly simple, thanks! +rep when I can give it tomorrow.
What's this???
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.
Mine seems to work fine no errors etc, showing that pokemon are at X location etc. but i cannot see any pokemon on the actual map
edit after adding the code to the index.html i can now see pokemon on the map and all works perfectthanks
Edit: i noticed it doesnt update in a circluar motion but more it runs north. of the start location, so i cant really see anypokemon around me just whats infront +
Last edited by decaphiltrator; 07-18-2016 at 01:24 AM.
Could use some help. I followed everything to the letter, and i just get drawing tools popping up.
Mines stopped working... Now the first bat file (run.bat) does not update just says..
C:\pokemongo-api-demo>"C:\Python27\python.exe" -m SimpleHTTPServer 8000
Serving HTTP on 0.0.0.0 port 8000 ...
I run bat 2 and they both normally update but now run2 updates says pokemon nearby but they no longer appear on the map :-/ .... so weird