You should be using the supported API endpoints.
I just tested and had no issues getting games from 2014 on a member.
You should be using the supported API endpoints.
I just tested and had no issues getting games from 2014 on a member.
That's what this club is geared towards:
https://www.chess.com/announcements/view/published-data-api
get_player_games_by_month working but the problem is with client.get_player_game_archives that cutting the months before 2016-01
get_player_games_by_month working but the problem is with client.get_player_game_archives that cutting the months before 2016-01
That is not code from the site. Whatever you're using needs to be updated to work with the APIs
https://api.chess.com/pub/player/erik/games/archives if you check starting from 2016-01 but looking in the database there are games from 2007
Don't think it is for the member stated in the OP
https://api.chess.com/pub/player/oruam/games/archives
There should be archives available from 2012 and earlier
Don't think it is for the member stated in the OP
https://api.chess.com/pub/player/oruam/games/archives
There should be archives available from 2012 and earlier
The fix would only update when the cache is invalidated on an endpoint. If it's still not working on that account later today, it could be something else.
Using chessdotcom.client.get_player_game_archives with player oruam now doesn't show games before 2016, but instead there are games from 2007-07. Are there any update on the command?