http.client.IncompleteRead on match data point

Sort:
Avatar of Ximoon

Hi all, since last Friday I get an error http.client.IncompleteRead: IncompleteRead(0 bytes read) from my python script when trying a urlopen on the match data point https://api.chess.com/pub/match/1804500

It was working fine before that date. 

I understand there's ways to rewrite my script using a different library. I'm just wondering if anyone else is facing a similar issue.

Avatar of Tricky_Dicky

Opened in browser without issue for me.

Avatar of Ximoon

In browser no issue either, it's only the python urllib request.

Avatar of stephen_33

Works in Python for me Christophe....

name = '1WL 2025 GRAND PRIX R1: Promote to King VS Los Amigos de Chanquete'

* That's using the Python Requests module.

Avatar of ImperfectAge

1WL 2025 GRAND PRIX R1: Promote to King VS Los Amigos de Chanquete
https://www.chess.com/club/matches/1804500
Status: in_progress
Started 2025-07-06T07:03:03+00:00 UTC
Boards: 298
Min players: 80
Rating: Open
Los amigos de CHANQUETE 251 wins, score 296.5 Promote to King 253 wins, score 267.5
Los amigos de CHANQUETE closed for fair play @Almovare2108 @CoachYG-01 @LluisQQ @Lord_Moro @OSKARKINGS @Tolvan12 @Wickedgamer
Promote to King closed for fair play @2fatfingers @Agaray86 @anvar1 @ArapahoCorado @BadBishop13 @beebe4 @bigexclaimationmark @Blunder_Maestro01 @ChessDailyPlayer @decado_43 @flagsibh @Gadzul @KaiHoefken @keko67 @L067541 @marcuschan2200 @MiaMia5000 @Nicholas23365 @rosebud1958 @santhoshknagarajan @SocraticAddict399 @Taken7979
I can also get the boards ok.

Avatar of ImperfectAge

And I'm using the old school urllib.request module as well.

Avatar of Ximoon

Weird.