Hi everyone,
I just recently started working with the Chess.com API, specifically gathering data for the 2024 Chess.com Daily Chess Championship daily tournament.
The good part - the endpoint for the current round (https://api.chess.com/pub/tournament/2024-chess-com-daily-chess-championship/2) seems to be working, as well as many of the groups (same url with '/{group_number}' attached at the end).
However, the tournament information endpoint (https://api.chess.com/pub/tournament/2024-chess-com-daily-chess-championship), the round 1 endpoint (https://api.chess.com/pub/tournament/2024-chess-com-daily-chess-championship/1), and the group endpoints for groups 1 through 10 are not working. (There are 505 groups in Round 2 and the rest are working).
The tournament information endpoint returns this: {"status":"error","message":"Internal Server Error"}
And the missing group endpoints return this: {"code":0,"message":"An internal error has occurred. Please contact Chess.com Developer's Forum for further help https://www.chess.com/club/chess-com-developer-community ."}
Any thoughts on why some of these errors might be occurring?