-
Member
Hey man thanks for this. But im getting this "RPC Server is offline" when attempting to connect (I've use PTC)
-
Member
But then i need to start over or?
But my biggest problem is now that i cant even login, servers down ?
-
Legendary
Originally Posted by
Malkira
Hey man thanks for this. But im getting this "RPC Server is offline" when attempting to connect (I've use PTC)
Servers are down. Apparently game is being released in Europe today.
Originally Posted by
AluTa49
But then i need to start over or?
But my biggest problem is now that i cant even login, servers down ?
Your phone/nox uses one login. This program uses another ONLY TO SCAN FOR NEARBY POKEMON. Then you use that information for your main account.
Double check you're trading with me in case of impostors
-
Post Thanks / Like - 1 Thanks
Malkira (1 members gave Thanks to Syncness for this useful post)
-
Member
Thank for confirm that servers are down.
Oh my gosh, now i get u!
Thanks for explaining
-
Member
Holy shit, haven't tried this but this is ****ing incredible. Amazing work.
-
Elite User
Originally Posted by
hwado685
i'm very sorry about the stupid questions but i'm stuck on even the first step. which python file do i download/install? i'm on windows 10 64 bit.. do i download the "Windows debug information files for 64-bit binaries"?
also if i make a PTC account, am i able to link it to my google account so i don't have to level up from lvl 1 again?
You download:
https://www.python.org/ftp/python/2....hon-2.7.12.msi
And no, currently you cannot link
-
Legendary
Originally Posted by
iKasu2kx3
Create a Pokemon Trainer Club Account ( if it tells you that to many people try to register, press f5 until you see the registration form ).
# Currently porting this into C# so I can use Maps and stuff to display proper stuff

If someone could port this into a more user friendly GUI, that'd be amazing.
Double check you're trading with me in case of impostors
-
Member
Code:
c:\Python27\pgo\ploc>main.py -u *myusername* -p *mypwd* -l "40.779800107591
605, -73.96729946136475"
Traceback (most recent call last):
File "C:\Python27\pgo\ploc\main.py", line 335, in <module>
main()
File "C:\Python27\pgo\ploc\main.py", line 245, in main
set_location(args.location)
File "C:\Python27\pgo\ploc\main.py", line 63, in set_location
loc = geolocator.geocode(location_name)
File "C:\Python27\lib\site-packages\geopy\geocoders\googlev3.py", line 217, in
geocode
self._call_geocoder(url, timeout=timeout), exactly_one
File "C:\Python27\lib\site-packages\geopy\geocoders\base.py", line 171, in _ca
ll_geocoder
raise GeocoderServiceError(message)
geopy.exc.GeocoderServiceError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED]
certificate verify failed (_ssl.c:590)>
is it me doing something wrong, or its cuz servers are down?
-
Member
Originally Posted by
AluTa49
im getting
mypath\main.py line 119
except Exception, e;
^
SyntaxError: invalid syntax
I am not getting this solved, can someone help me?
Edit: Damnit too late. Sry for post
try to replace "except Exception, e;" with "except Exception as e;"
-
Member
Would really appreciate a more novice guide step by step on how to do this.
Also as i was reading it has come to my understanding that this doesn't work with a google account?
-
6. Open CMD and change directory to it again, you can copy the location from windows explorer.
what do you mean by this? to what again?
edit; nvm think I got it, but pokemon servers are down and cant create pokemon trainer account either
-
Member
Originally Posted by
arab900
try to replace "except Exception, e;" with "except Exception as e;"
Then i get this:
File "G:\Python\Program\lib\site-packages\google\protobuf\internal\python_message.py", line 848
except struct.error, e:
^
SyntaxError: invalid syntax
I cant rewrite all those, with as, would be insane
-
Member
-
Legendary
There's a ton of crap to rewrite as a result of using a Google account (which I don't know how), so I decided on using PTC.
Originally Posted by
Ksajimato
Code:
c:\Python27\pgo\ploc>main.py -u *myusername* -p *mypwd* -l "40.779800107591
605, -73.96729946136475"
Traceback (most recent call last):
File "C:\Python27\pgo\ploc\main.py", line 335, in <module>
main()
File "C:\Python27\pgo\ploc\main.py", line 245, in main
set_location(args.location)
File "C:\Python27\pgo\ploc\main.py", line 63, in set_location
loc = geolocator.geocode(location_name)
File "C:\Python27\lib\site-packages\geopy\geocoders\googlev3.py", line 217, in
geocode
self._call_geocoder(url, timeout=timeout), exactly_one
File "C:\Python27\lib\site-packages\geopy\geocoders\base.py", line 171, in _ca
ll_geocoder
raise GeocoderServiceError(message)
geopy.exc.GeocoderServiceError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED]
certificate verify failed (_ssl.c:590)>
is it me doing something wrong, or its cuz servers are down?
No idea, try --l instead of -l, don't know if it changes anything.
Double check you're trading with me in case of impostors
-
Member
great work!!
i got this error when i run the script: [Python] C:\Users\mark\Downloads\pogo>python main.py -u myusername -p mypass --location " - Pastebin.com and then at the end: UnicodeDecodeError: 'utf8' codec can't decode byte 0xa3 in position 1: 'utf8' codec can't decode byte 0xa3 in position 1: invalid start byte in field: ResponseEnvelop.Profile.unknown11
you can fix it?