nborrmann / jodel_api

Unoffical Python Interface to the Jodel API
MIT License
150 stars 33 forks source link

Add 503 and 504 errorcodes to list #69

Open petrekova opened 6 years ago

petrekova commented 6 years ago

Sometimes (especially in the night), the Jodel API decides to throw either 504's (e.g. when creating/refreshing an account) or 503's (when looking up comments).

These codes should be added to the error code list.

Maybe it should also be indicated, that creating new accounts should be also catched for exceptions (especially 504's).