@kamikaza12
python example.py -u ***** -p ****** -l "59.916509 10.75499" -st 10
w/e i'm using this bat
c:\
cd C:\Pogo
start python example.py -u *** -p *** -l "59.916509 10.75499" -st 10
start chrome.exe http://localhost:5000/
pause
--
Ok, now I'm able to see the map but pkms aren't showing in...
Last edited by tkage; 07-18-2016 at 08:23 PM.
im just getting "AttributeError: lat and lng required"
even when this is the bat im using
c:\
cd C:/Pogo
start python example.py -u ****** -p ****** -l "-33.88170366301454, 151.18998259305954" -st 10
start chrome.exe http://localhost:5000/
pause
in the command window it is loading and going up the % and it says the co-ordinates in there along with "searching for pokemon", its just not on the chrome page
any help would be great thanks
Last edited by shan034; 07-18-2016 at 08:35 PM.
I'm having the exact same issue so if anybody find a solution please do post it
Use name on location.. like "street and number, city" that google map knows. some bug atm with location. Works for me![]()
I keep getting the message "Could not open requirements file: (Error 2) no such file or directory: 'requirements.txt' You are using pip version 8.1.1, however version 8.1.2 is available. you should consider upgrading via the python -m pip install --upgrade pip' command." What did you do to get around this?
I am getting this message "Could not open requirements file: (Error 2) no such file or directory: 'requirements.txt' You are using pip version 8.1.1, however version 8.1.2 is available. you should consider upgrading via the python -m pip install --upgrade pip' command." How do i get around this?
Works amazing. If anyone can't figure it out they have a crap computer or didn't follow directions.
Getting close to 100 pokemon. I'm not spoofing outside of my city but it's still great and super helpful. Found Scyther's perma spawn, a Blastoise just now, and a handful of others. Hope it works for a while!
+5
Works great with google auth.. thanks!
for:
1) open example.py with editor
2) go to line 244
3) replace "'infobox': pokemon[1]" with
Code:
'infobox': pokemon[1]+': '+str(pokemon[-2])+', '+str(pokemon[-1])
4) save and restart script
I do not have this anywhere in my example.py.... file is in root of pogo directly, files directly from the download on post 1....
Still haven't solved AttirbuteErrors
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\flask\app.py", line 2000, in __call__
return self.wsgi_app(environ, start_response)
File "C:\Python27\lib\site-packages\flask\app.py", line 1991, in wsgi_app
response = self.make_response(self.handle_exception(e))
File "C:\Python27\lib\site-packages\flask\app.py", line 1567, in handle_exception
reraise(exc_type, exc_value, tb)
File "C:\Python27\lib\site-packages\flask\app.py", line 1988, in wsgi_app
response = self.full_dispatch_request()
File "C:\Python27\lib\site-packages\flask\app.py", line 1641, in full_dispatch_request
rv = self.handle_user_exception(e)
File "C:\Python27\lib\site-packages\flask\app.py", line 1544, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "C:\Python27\lib\site-packages\flask\app.py", line 1639, in full_dispatch_request
rv = self.dispatch_request()
File "C:\Python27\lib\site-packages\flask\app.py", line 1625, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "C:\Pogo\PokemonGo-Map-master\example.py", line 767, in fullmap
'example_fullmap.html', fullmap=get_map(), auto_refresh=auto_refresh)
File "C:\Pogo\PokemonGo-Map-master\example.py", line 858, in get_map
zoom='15', )
File "C:\Python27\lib\site-packages\flask_googlemaps\__init__.py", line 34, in __init__
self.build_markers(markers)
File "C:\Python27\lib\site-packages\flask_googlemaps\__init__.py", line 58, in build_markers
self.add_marker(**marker)
File "C:\Python27\lib\site-packages\flask_googlemaps\__init__.py", line 81, in add_marker
raise AttributeError('lat and lng required')
AttributeError: lat and lng required
Everything was working for me but now pokemon arent showing on map even though both CMDs are working
i'm having some issues with "AttributeError: lat and lng required" error for a long time,
juste remove the comma in your coord like->
c:\
cd C:\Pogo\PokemonGo-Map-master
start python example.py -u user-p pcw-l "48.844264, 2.360301" -st 10
start chrome.exe http://localhost:5000/
pause
to
c:\
cd C:\Pogo\PokemonGo-Map-master
start python example.py -u user-p pcw -l "48.844264 2.360301" -st 10
start chrome.exe http://localhost:5000/
pause
:> sorry for bad english ;D