how can we copy the coords from the tooltips? .. its hard to zoom into every location and hit the right in the nox gps map ..![]()
how can we copy the coords from the tooltips? .. its hard to zoom into every location and hit the right in the nox gps map ..![]()
its working fine, but pretty slow, i guess thats because of shitty pokemon go servers
I tried method 1 and 2, but every time when chrome opens I get: google chrome unsupported command line flag --disable-web-security
It works to now, only its like scanning very far, to can't i limit the scan range or something?
edit, will it also remove the pokemons on the map that the time got expired?
Last edited by walking hell; 07-17-2016 at 02:11 PM.
right now i think there is no way to change the scanning area* =( just restart the script to get pokemon scanned again at the location u want.
Pokemon will disappear if their time runs out.
*at least i don't now a way. I think you need to code in order to change it.
Method 1 didnt work for me (error 404 on the index file) so I tried method 2, but it just keeps saying "api request error, retrying". Is this more to do with server problems?
Also, should I be putting -st10 (steps) in run2.bat ?
in the main.py on line 53: "NUM_STEPS = 20" ... this should be the radius .. i change it to 40 and edit my post if i have the result ...
I think the problem us the server right now.
Thats what I did as well but then I lowered the steps. But I could not test it at this point.
Cant get it to work I read through everything. I after I open run2.bat it just opens a blank map drawing tools window and my run2.bat just closes. The other run.bat just spams
"get /data.json Http/1.1" 200-
This is my bat2
"C:\Program Files (x86)\Google\Chrome\Application\Chrome.exe" 127.0.0.1:8000/index.html --args --disable-web-security --allow-file-access-from-files
"C:\Python27\python.exe" main.py -u ####### -p ###### --l 33.692227373432225, -112.18389630317688 -st 10
What did I miss, I tried both methods and they all came out to the same.
I'm still at columbus whenever i open the map, my data.json file is empty help please![]()
Pokemon go released in Canada today very recently and thats around the time when the servers went down and have been down. So if you are having errors they may be due to the servers as the status says they have been down for 35 minutes which is when pokemongo tweeted its availability in Canadialand.
#BlameCanada
Separate the command out and verify its connecting first.
First bat file is to start a local server instance:
"C:\Python27\python.exe" -m SimpleHTTPServer 8000
Second bat file is to connect to nianticlabs using your PTC account
"C:\Python27\python.exe" main.py -u username -p password -l "location"
If you see "API request error, retrying" message, it could mean the server is offline. At this point there is no point in running the third bat file since it means you haven't successfully establish a connection.
Third bat is to launch the browser once you verified the connection was made with 2nd bat
"C:\Program Files (x86)\Google\Chrome\Application\Chrome.exe" 127.0.0.1:8000/index.html --args --disable-web-security --allow-file-access-from-files
data.json file should be empty.
Last edited by dreambar.wi; 07-17-2016 at 03:00 PM.