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
i set a delay on opening browser in my bat file to sort this, basically it needs to have a couple of seconds to sort it out before opening browser.
Code:
c:\
cd C:\PoGo\
start python example.py -u ********** -p *********** -l "TYPE ACTUAL ADDRESS HERE, NO GEOCODE" -st 10
timeout /t 10
start firefox.exe http://localhost:5000/
exit
does anyone know the reason why my cmd kept on giving me the error: "argument -u/--username is required"?
If I assigned the username/password variable manually, the next error "argument -l/--location is required" pops up.
So, It worked if I removed the parser.add_argument() and assigned username, password, loc, and refresh value.
Does it have to do with python itself? (I set the PATH to C:\python27 already) I don't think I type the argument wrong either.
using the same argument works on my other pc, only this pc does not.
Help:confused:
example.py -a ptc -u changed -p changed -l "somewhere on googlemaps" -st 10 -ar 60
Does this map hack work on iphone? or is it only android
This whole thing is run on your PC using a burner account.
if you have the app on your iphone, you can check the map on your PC and go wherever the pokemanz are or figure out a way to GPS spoof on your iphone..
I'm just wondering if it's possible for you to tweak the code such that players who use this app can send information to a hosted cloud server so that, on top of a locally available map, we have a cloud map based on information collated from users (of course we should include the time where that region's information is last obtained in case it might be updated). But nonetheless it still give a pretty useful information on the general pokemons that one can obtain in a certain region.
Do you know how to go about fixing the error where it says "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."?
Do you know how to go about fixing the error where it says "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."?
Make sure you are cd'd into the right directory, the one with all the files.
you need to be in the folder that has the requirements.txt file
does anyone know the reason why my cmd kept on giving me the error: "argument -u/--username is required"?
If I assigned the username/password variable manually, the next error "argument -l/--location is required" pops up.
So, It worked if I removed the parser.add_argument() and assigned username, password, loc, and refresh value.
Does it have to do with python itself? (I set the PATH to C:\python27 already) I don't think I type the argument wrong either.
using the same argument works on my other pc, only this pc does not.
Help:confused:
Try to remove the -a PTC. It is made for PTC if I am correct.
Last edited by Pokemonster; 07-19-2016 at 03:40 AM.