I tried entering your new code because i am getting the attribute error aswell. I set it to cd C:\PoGo\ then i enter the coordinetes and etc. by i am unable to enter the rest because my cmd application wont stop loading. i can enter the "timeout /t 10
start firefox.exe http://localhost:5000/
exit" because it doesnt even allow me to paste during the loading time. How do i enter your code? I tried copying and pasting the entire thing, that didn't work. Sorry if i sound autistic, im very new to this stuff XD thank you for the help!
EDIT: I actually made the .bat file and got it working i now know dumb i sounded ^. Although I am still getting the attribute error code. even when i enter this c:\
cd C:\YOUR PATH\PokemonGo-Map-master
start python example.py -u USER -p PASS -l LOCATION -st 10
start chrome.exe http://localhost:5000/
pause
Last edited by trevinator12; 07-19-2016 at 04:31 AM.
Doesnt work, maybe they patched it![]()
I keep getting this error: http://grabilla.com/06713-bfac9c6f-0...e7ded80389.png
I think i get this error randomly, sometimes happen at 10/100, sometimes at 68, 47, 6. I don't know how to fix this. Someone have this issue?
Same error since this morning.
I am also having the same error.
I got this on my PC and on laptop too
Im doing everything like in this tutorial... Its simple but why it cant work?
I didnt have python installed previously.
Im just doing this :
- install python
- download + extract this zip file
- make pogo folder + throwing there extraced zip file + pip.exe
- run cmd as admin + writing this commands
= what can go wrong?
Last edited by lukiboss; 07-19-2016 at 05:38 AM.
Hi all,
Anyone have a fix for this?
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:\Pogo\example.py", line 564, in main
pokemonsJSON, ignore, only)
File "C:\Pogo\example.py", line 627, in process_step
disappear_timestamp = time.time() + poke.TimeTillHiddenMs \
UnboundLocalError: local variable 'poke' referenced before assignment
Thanks,
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
Last edited by wmr0919; 07-19-2016 at 06:05 AM.
can someone post the example.py with this information in it:
'infobox': pokemon[1]+': '+str(pokemon[-2])+', '+str(pokemon[-1])
even latest example.py is missing the string of "'infobox': pokemon[1]"
https://github.com/AHAAAAAAA/Pokemon...ter/example.py