tejado / pgoapi

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

Request throttled by server #242

Open RaSergiy opened 7 years ago

RaSergiy commented 7 years ago

I'be wrote simple app to login and fetch player's info. It worked, but it stopes to work couple of weeks ago. Any request cause the same thing:

DEBUG:Protobuf structure of rpc response:
status_code: 52
DEBUG:Error during protoc parsing - ignored.
DEBUG:Parsing sub RPC responses...
INFO:Unhandled exception: Request throttled by server... slow down man

I've inserted time.sleep between login and fetch player's information. But the same thing