-
Member
Originally Posted by
CruelGiraffe
For anyone having the connection blocked. When the you input the command into the CMD and you see the "running on blablanla" open that link in your browser and do not close it until it gives you the results... it's used as a gate, when you close it, you close connection and you get connection error
yeah well, for me it goes to 100%, and then crashes, and both browsers that are loading 127.0.0.1:5000 give me the *website is not avialable*
-
Member
Works great thanks a lot, although i do wish it would load faster i feel like the pokemans are getting away in that 2 minute load time.
Side note: all those asking about the Google Account business, just make a new lvl 1 account using Pokemon trainer account and use that accounts info i.e. name and password in python for the map, you don't have to level them up or anything. I did that and the map has worked great and have tried multiple coordinates in my area. I load the map on my computer then use my click to move on my phone to go run and catch everyone.
Thanks again!
Last edited by fakename2; 07-17-2016 at 04:37 AM.
-
Member
when i type in the example.py -u -p -1 "location"
http://puu.sh/q4weJ/6084d5facc.png
when i go the 127.0.0.1:5000 it gives me the "useage:" line
keep getting location is required even after i put in the coordinates.
-
Member
Originally Posted by
fakename2
Works great thanks a lot, although i do wish it would load faster i feel like the pokemans are getting away in that 2 minute load time.
Side note: all those asking about the Google Account business, just make a new lvl 1 account using Pokemon trainer account and use that accounts info i.e. name and password in python for the map, you don't have to level them up or anything. I did that and the map has worked great and have tried multiple coordinates in my area. I load the map on my computer then use my click to move on my phone to go run and catch everyone.
Thanks again!
hmm :// i tried that but it shows all the wrong pokemon in the wrong places lol
-
Member
sad mine not working
-
Contributor
Sorted nevermind
Last edited by Bon; 07-17-2016 at 05:25 AM.
-
Member
any better way to show the pokemon on the map? it only shows stuff north about 10 steps east and west about 1 step and nothing south?
-
-
Originally Posted by
deadmarine
Redownload the folder in the main post and replace the files inside with the files you have on your computer.
-
Member
It seems to only show things north of the location
-
Active Member
Would it be possible to create a new fake pokemon trainer account for this, just to get the pokemon location, and then go to that location with my real Google Account?
-
Member
^ also wondering about this.. if i just create a new account on PTC and will that make it? or do i need to login the game with PTC then and change everytime i want that pokemon to my Google+ account again?
-
Member
UnicodeDecodeError: 'utf8' codec can't decode byte 0x86 in position 3: 'utf8' codec can't decode byte 0x86 in position 3: invalid start byte in field: ResponseEnvelop.Profile.unknown11
what about this?
-
Corporal
Originally Posted by
Schroom
Would it be possible to create a new fake pokemon trainer account for this, just to get the pokemon location, and then go to that location with my real Google Account?
^^ exactly this u have to do. confirmed working
fix for only walking north (not fully tested)
replace lines 347 - 354 in example.py
Code:
if pos is 1:
set_location_coords(origin.lat().degrees+offset, origin.lng().degrees-offset, 0)
elif pos is 2:
set_location_coords(origin.lat().degrees+offset, origin.lng().degrees+offset, 0)
elif pos is 3:
set_location_coords(origin.lat().degrees-offset, origin.lng().degrees-offset, 0)
elif pos is 4:
set_location_coords(origin.lat().degrees-offset, origin.lng().degrees+offset, 0)
-
Post Thanks / Like - 2 Thanks
-
Member
Originally Posted by
Schroom
Would it be possible to create a new fake pokemon trainer account for this, just to get the pokemon location, and then go to that location with my real Google Account?
Dude that's exactly how this thing works since google accounts are buggy as hell (with the risk of getting caught if you use it)