Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Status codes

Joel edited this page Aug 7, 2016 · 6 revisions
Code Reason Description Found in
1 Success The request was successful PoGO RPC
2 Success The request was successful PoGO RPC
3 Invalid input The data sent was invalid PoGO RPC
51 Not implemented The type of request you are making is not (yet) part of the game Requests to the servers
52 Rate limiting You are sending too many requests to the servers. Calm down! Requests to the servers
53 Redirection Client is being redirected to the given PLFE PoGO RPC
102 Invalid auth token/auth token timed out The authentication token you sent to the servers was incorrect Requests to the servers
200 Success The request was successful Requests to the servers
302 Redirection When logging in with PTC, redirection should not happen PTC login
403 Forbidden Your server ISP or IP range is blocked. Use proxy or switch ISP. List of blocked ISPs is here. Requests to the servers
500 Internal server error The server you tried to use is down/has a bug or the data you submitted caused a fatal error. PTC login