Game Archives: 500 error

Sort:
Avatar of skelos

https://api.chess.com/pub/player/Xose1949/games/archives [fine]

{"archives":["https://api.chess.com/pub/player/xose1949/games/2014/04","https://api.chess.com/pub/player/xose1949/games/2014/05","https://api.chess.com/pub/player/xose1949/games/2014/06","https://api.chess.com/pub/player/xose1949/games/2014/07","https://api.chess.com/pub/player/xose1949/games/2014/08","https://api.chess.com/pub/player/xose1949/games/2014/09","https://api.chess.com/pub/player/xose1949/games/2014/10","https://api.chess.com/pub/player/xose1949/games/2014/11","https://api.chess.com/pub/player/xose1949/games/2014/12","https://api.chess.com/pub/player/xose1949/games/2015/01","https://api.chess.com/pub/player/xose1949/games/2015/02","https://api.chess.com/pub/player/xose1949/games/2015/03","https://api.chess.com/pub/player/xose1949/games/2015/04","https://api.chess.com/pub/player/xose1949/games/2015/05","https://api.chess.com/pub/player/xose1949/games/2015/06","https://api.chess.com/pub/player/xose1949/games/2015/07","https://api.chess.com/pub/player/xose1949/games/2015/08","https://api.chess.com/pub/player/xose1949/games/2015/09","https://api.chess.com/pub/player/xose1949/games/2015/10","https://api.chess.com/pub/player/xose1949/games/2015/11","https://api.chess.com/pub/player/xose1949/games/2015/12","https://api.chess.com/pub/player/xose1949/games/2016/01","https://api.chess.com/pub/player/xose1949/games/2016/02","https://api.chess.com/pub/player/xose1949/games/2016/03","https://api.chess.com/pub/player/xose1949/games/2016/04","https://api.chess.com/pub/player/xose1949/games/2016/05","https://api.chess.com/pub/player/xose1949/games/2016/06","https://api.chess.com/pub/player/xose1949/games/2016/07","https://api.chess.com/pub/player/xose1949/games/2016/08","https://api.chess.com/pub/player/xose1949/games/2016/09","https://api.chess.com/pub/player/xose1949/games/2016/10","https://api.chess.com/pub/player/xose1949/games/2016/11","https://api.chess.com/pub/player/xose1949/games/2016/12","https://api.chess.com/pub/player/xose1949/games/2017/01","https://api.chess.com/pub/player/xose1949/games/2017/02","https://api.chess.com/pub/player/xose1949/games/2017/03","https://api.chess.com/pub/player/xose1949/games/2017/04","https://api.chess.com/pub/player/xose1949/games/2017/05","https://api.chess.com/pub/player/xose1949/games/2017/06","https://api.chess.com/pub/player/xose1949/games/2017/07","https://api.chess.com/pub/player/xose1949/games/2017/08","https://api.chess.com/pub/player/xose1949/games/2017/09","https://api.chess.com/pub/player/xose1949/games/2017/10","https://api.chess.com/pub/player/xose1949/games/2017/11","https://api.chess.com/pub/player/xose1949/games/2017/12","https://api.chess.com/pub/player/xose1949/games/2018/01"]}
Avatar of skelos

https://api.chess.com/pub/player/xose1949/games/2014/05: 500 Internal Server Error

{"status":"error","message":"Internal Server Error"}

Second item in the archive list.
Only others for this player:

https://api.chess.com/pub/player/xose1949/games/2014/06: 500 Internal Server Error

{"status":"error","message":"Internal Server Error"}

https://api.chess.com/pub/player/xose1949/games/2014/07: 500 Internal Server Error

{"status":"error","message":"Internal Server Error"}
Avatar of skelos

Another one:

https://api.chess.com/pub/player/cavalier-blanc/games/2016/11: 500 Internal Server Error

Avatar of skelos

After three 500 errors, without a success following, the server appears to switch to 429 which is maybe a little misleading, unless someone's sharing my IP address today; I'm yet to write any code that is not single threaded for requests, although I have taken advantage of the increased limit of  three to run a second program while something long-running is grinding away.

 

games: https://api.chess.com/pub/player/dj_haubi/games/2014/04: 500 Internal Server Error

games: https://api.chess.com/pub/player/dj_haubi/games/2014/05: 500 Internal Server Error

games: https://api.chess.com/pub/player/dj_haubi/games/2014/06: 500 Internal Server Error

games: https://api.chess.com/pub/player/dj_haubi/games/2014/07: 429 Too Many Requests

games: https://api.chess.com/pub/player/dj_haubi/games/2014/08: 429 Too Many Requests

games: https://api.chess.com/pub/player/dj_haubi/games/2014/09: 429 Too Many Requests

games: https://api.chess.com/pub/player/dj_haubi/games/2014/10: 429 Too Many Requests

games: https://api.chess.com/pub/player/dj_haubi/games/2014/11: 429 Too Many Requests

Avatar of andreamorandini

Thank you @skelos, we have discovered a problem with a new implementation we did yesterday and a fix for this should be out in the next few hours.

Avatar of skelos

Thanks!