-
First of all thanks for your great work.
Is there a possibility to make the webserver listen to 0.0.0.0? Because I'm running this on my linux server and can't connect (connection refused).
-
Elite User
it normaly host on 0.0.0.0 that is how I hosted for friends. Sadlly Server hickup atm.
Received API endpoint: https:///rpc
-
Originally Posted by
Ehnoah
it normaly host on 0.0.0.0 that is how I hosted for friends. Sadlly Server hickup atm.
Received API endpoint:
https:///rpc
Changed
Code:
app.run(debug=True)
to
Code:
app.run(host='0.0.0.0', debug=True)
at the end of example.py and now it seems to work.
-
Contributor
And so it seems they already put the kibosh on this one LMAO
-
Member
Originally Posted by
diometra
I used yout method for about 5 hours but I keep getting a strange error now. Can you help me to fix it, please?
It also seems like that I'm not able to LogIn anymore. Is there a way to check if I got banned?
same error, first 5 times it was working.
ive tryed to login via normal ptc login -> cant login, auth error.
i created a new account -> cant login either.
it seems PTC login down?! xD
-
Member
Originally Posted by
Subversion2
And so it seems they already put the kibosh on this one LMAO

kibosh = blocked or something?
Doesn't seem to work anymore
-
Banned
FuArk
Originally Posted by
Silch HD
kibosh = blocked or something?
Doesn't seem to work anymore
did they fix it? I only got to use it a few times.
Hopefully it's just the server messing up :X.
-
Member
Originally Posted by
Marco727

did they fix it? I only got to use it a few times.
Hopefully it's just the server messing up :X.
I hope so too, bet i've my doubts. Could use it only few times aswell
-
Member
I used it once
been patched by looks of it.
-
Member
Originally Posted by
piotr55
1) open example.py with editor
2) go to line 244
3) replace "'infobox': pokemon[1]" with
Code:
'infobox': pokemon[1]+': '+str(pokemon[-2])+', '+str(pokemon[-1])
4) save and restart script
editor? hex editor?
-
Member
Originally Posted by
tr1ppy15
editor? hex editor?
With notepad
-
Is there a chance to get this working without pokemon trainer club account? I am unable to make the account for days now.
-
Member
Originally Posted by
Tobbo88
I used it once

been patched by looks of it.
not patched PTC is DOWN
-
Member
Hey, im getting:
[+] RPC Session Token: error=invalid_grant ...
[-] RPC server offline
127.0.0.1 - - [17/Jul/2016 15:20:54] "GET / HTTP/1.1" 200 -
It loads up the google map of the area but shows no pokemon icons, I take it the server is just having problems and I should try again later?
Last edited by RedLFC1892; 07-17-2016 at 09:29 AM.
-
Member
Originally Posted by
RedLFC1892
Hey, im getting:
[+] RPC Session Token: error=invalid_grant ...
[-] RPC server offline
127.0.0.1 - - [17/Jul/2016 15:20:54] "GET / HTTP/1.1" 200 -
It loads up the google map of the area but shows no pokemon icons, I take it the server is just having problems and I should try again later?
Yes, servers are down.
-
Post Thanks / Like - 1 Thanks
RedLFC1892 (1 members gave Thanks to Ksajimato for this useful post)