tejado / pgoapi

Pokemon Go API lib
Other
1.4k stars 445 forks source link

Incorrect results and data missing #32

Closed Cl0v1s closed 8 years ago

Cl0v1s commented 8 years ago

Hi, I'm currently developing a webApi version of this and since this morning (07/18/2016, it worked well before), i'm having trouble with the data returned by the script.

In facts, all the data returned are false, and some are missing. This is a sample of what I get by using my account:

[!] Your given location: Washington Square, Greenwich, NY 12834, USA  

[!] lat/long/alt: 43.0909305 -73.4989367 0.0  

[!] PTC login for: chaipokoi  

[+] RPC Session Token: TGT-974551-GCMx5k1RW0sqEW ...  

[+] Received API endpoint: https://pgorelease.nianticlabs.com/plfe/27/rpc  

[+] Login successful  

[+] Username:   

[+] You are playing Pokemon Go since: 1970-01-01 01:00:00  

[+] Poke Storage: 0  

[+] Item Storage: 0

As you can see, the field Username is blank, I wasnt born in 1970 and the field POKECOIN and STARDUST are missing.
Do you think it's a server problem ? A issue caused by my account or the script ?

Simon0x commented 8 years ago

i think they updated something at their server. so maybe our script does not work right now.

carloscz commented 8 years ago

For me, sometimes data are correct, seems to be corresponding with server outages in main game app

Simon0x commented 8 years ago

just have a look on this. we will see :D

Cl0v1s commented 8 years ago

Thanks a lot :D

carloscz commented 8 years ago

Yeah, now game is UP for me and data are correct, but not displaying any pokemon in the middle of town (normally is full house) :-/ maybe they modified that part

[+] You are playing Pokemon Go since: 2016-07-18 10:42:38 [+] Poke Storage: 250 [+] Item Storage: 350 [+] POKECOIN: 0 [+] STARDUST: 100

Simon0x commented 8 years ago

This Repository does not display any pokemon ^^ that is not added in this Repository.

Cl0v1s commented 8 years ago

Yeah it works for me too, so it was only a server problem :)

This link has changed for me, it was: https://pgorelease.nianticlabs.com/plfe/27/rpc When didnt work and now it's: https://pgorelease.nianticlabs.com/plfe/316/rpc

It's probably that the server 27 dont have the informations about my account :)

Thanks a lot anyway ! You're making great job ! 👍

adrianocr commented 8 years ago

I too am getting:

$ python2 main.py -a ptc -u * -p * --location "***, FL 33054"

[!] Your given location: ***, FL 33054, USA

[!] lat/long/alt: * -** 0.0

[!] PTC login for: **

[+] RPC Session Token: TGT-7830932-kSARnJveKC04c ...

[+] Received API endpoint: https://pgorelease.nianticlabs.com/plfe/105/rpc

[+] Login successful

[+] Username: *****

[+] You are playing Pokemon Go since: 2016-07-18 12:39:16

[+] Poke Storage: 250

[+] Item Storage: 350

[+] POKECOIN: 0

[+] STARDUST: 100

And nothing else.

Simon0x commented 8 years ago

this is correct? this api does not do anything else.

tejado commented 8 years ago

I guess server problem :) Otherwise please use the new codebase, as there are more debug information (if -d is used).