It's very possible that the site of the dataset is causing a timeout and the error.
2024 Chess.com Daily Chess Championship API missing groups?

It's very possible that the site of the dataset is causing a timeout and the error.
That was my initial thought, but it's interesting that 495 of the groups work fine, but just the first 10 don't. It would make more sense to be if the first group was numbered '0' and not '1', so then I could maybe assume it was a problem with single digit group numbers (0-9), but the 10th group is '10' so it's not that.
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?