-
Member
Originally Posted by
wmr0919
No I can just tell you exactly what I do and occasionally when I do have an error like that, I'll just restart it and voila. With what you see below, I'm filtering for only the pokemon I want, the GPS location is in San Fran. This additionally is with the Pokemon trainer club account, if you want to use google it's an easy swap. Make sure you do not have a , in between the coordinates.
example.py -u yourloginhere -p yourpasswordhere -l "37.731938 -122.499749" -st 10 -o charizard,venusaur,blastoise,bulbasaur,grimer,muk,chansey,gyrados,lapras,snorlax ,mew,mewtwo,dragonite,zapdos,articuno,moltres,porygon,ditto,weezing,golem,kangas khan,vileplume,raichu,ivysaur,wartortle,gengar,mr.mime--only
Im curious would it be possible to filter out some pokemons ? like drowzee, pidgey and ratata. or would i need to write down every pokemon in that line that i want then ?..
-
Member
Originally Posted by
lukiboss
I dont know what i did wrong :
Attachment 27378

First error i get after pip install -r requirements.txt
And then when im trying to run this i got importerror
Can you guys help me?
-
Sergeant
I'm sure I'm not the only one that's noticed it by now but Pokelure'd Pokestop pokemon don't show up on this map right? It's only the wild "pulsing white circle" pokemon that show yeah?
-
Member
Is there a chance to "disable" pokestops? dont want to see them
-
Sergeant
Originally Posted by
mrbone
Is there a chance to "disable" pokestops? dont want to see them
open up example.py and search for if Fort.Enabled == False:
change it to
Code:
if Fort.Enabled == True:
I'm not anywhere near it right now, but i'm sure i remember seeing arguments for it as well
try sticking -dp in your batch file? -dg for gyms?
am i tripping?
Last edited by OverdoseDelusion; 07-19-2016 at 07:44 AM.
-
Member
a previous version,which i tried 2 days ago showed gyms aswell, but that stopped working so i redownloaded it but now it doesn't show gyms anymore... how can i turn that back on?
-
Member
wont u just get softban after tp
-
Active Member
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.
Should I install the latest update?
-
Member
Hey can someone help me pls ;D ?
Code:
[+] POKECOIN: 0
[+] STARDUST: 100
[-] looping: step 0 of 100
Exception in thread search_thread:
Traceback (most recent call last):
File "C:\Python27\lib\threading.py", line 801, in __bootstrap_inner
self.run()
File "C:\Python27\lib\threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "C:\Users\Richard\Desktop\Pogo\example.py", line 436, in main
hs.append(get_heartbeat(api_endpoint, access_token, profile_response))
File "C:\Users\Richard\Desktop\Pogo\example.py", line 332, in get_heartbeat
m5)
File "C:\Users\Richard\Desktop\Pogo\example.py", line 259, in get_profile
return retrying_api_req(api, access_token, req, useauth=useauth)
File "C:\Users\Richard\Desktop\Pogo\example.py", line 155, in retrying_api_req
response = api_req(api_endpoint, access_token, *args, **kwargs)
File "C:\Users\Richard\Desktop\Pogo\example.py", line 191, in api_req
p_ret.ParseFromString(r.content)
File "C:\Python27\lib\site-packages\google\protobuf\message.py", line 186, in ParseFromString
self.MergeFromString(serialized)
File "C:\Python27\lib\site-packages\google\protobuf\internal\python_message.py", line 844, in MergeFromString
raise message_mod.DecodeError('Unexpected end-group tag.')
DecodeError: Unexpected end-group tag.
Last edited by Richardthepro; 07-19-2016 at 09:16 AM.
-
Post Thanks / Like - 1 Thanks
xgaarax (1 members gave Thanks to Richardthepro for this useful post)
-
Member
It gives me this error called"example.py is not recognized as an internal or external command , operable program or batch file' whenever i execute this command in cmd: example.py -u XX -p XXX -l '51.92452569798797, 4.479203224182129' -st 10
-
Member
127.0.0.1:5000
says this site can't be reached?
-
Member
says canot load cryptodome.cipher raw ech?
-
Contributor
Originally Posted by
Richardthepro
Hey can someone help me pls ;D ?
Code:
[+] POKECOIN: 0
[+] STARDUST: 100
[-] looping: step 0 of 100
Exception in thread search_thread:
Traceback (most recent call last):
File "C:\Python27\lib\threading.py", line 801, in __bootstrap_inner
self.run()
File "C:\Python27\lib\threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "C:\Users\Richard\Desktop\Pogo\example.py", line 436, in main
hs.append(get_heartbeat(api_endpoint, access_token, profile_response))
File "C:\Users\Richard\Desktop\Pogo\example.py", line 332, in get_heartbeat
m5)
File "C:\Users\Richard\Desktop\Pogo\example.py", line 259, in get_profile
return retrying_api_req(api, access_token, req, useauth=useauth)
File "C:\Users\Richard\Desktop\Pogo\example.py", line 155, in retrying_api_req
response = api_req(api_endpoint, access_token, *args, **kwargs)
File "C:\Users\Richard\Desktop\Pogo\example.py", line 191, in api_req
p_ret.ParseFromString(r.content)
File "C:\Python27\lib\site-packages\google\protobuf\message.py", line 186, in ParseFromString
self.MergeFromString(serialized)
File "C:\Python27\lib\site-packages\google\protobuf\internal\python_message.py", line 844, in MergeFromString
raise message_mod.DecodeError('Unexpected end-group tag.')
DecodeError: Unexpected end-group tag.
exact same problem here, was working like a treat before i went to bed
-
Member
Hey, I keep getting an error when I try to load it up, i've tried running as admin, but i'm unsure why this is happening. Need some assistance. 
Thanks !
Edit : I just had to reinstall python and it worked.
Last edited by ownagex12; 07-19-2016 at 10:52 AM.
-
Member
First post here!
For those who got "DecodeError: Unexpected end-group tag" error
Download the latest PokemonGo-Map from the same github link (ZIP name will be the same but different total size)
Go to "Easy setup" folder & launch Setup.bat
wait till finish
and all working again.
sry bad english.