lichess-org / api

Lichess API documentation and examples
https://lichess.org/api
GNU Affero General Public License v3.0
438 stars 146 forks source link

Cannot download tournaments created by user #217

Closed Bebul closed 1 year ago

Bebul commented 1 year ago

Repro: open https://lichess.org/api/user/bebul/tournament/created in browser. It ends with "Failed - Network error"

When tried through JvaScript: fetch('https://lichess.org/api/user/bebul/tournament/created') it shows this error in concole:

Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR
Request failed: https://lichess.org/api/user/bebul/tournament/created 
TypeError: Failed to fetch {stack: "TypeError: Failed to fetch", message: "Failed to fetch"}

I am sure it worked on Mon, Nov 21, but when tried to use it again yesterday, Mon, Nov 28 it does not work.

Normaly I was used process this url both in browser and especially through javascript.

Chrome is up to date Version 107.0.5304.122 (Official Build) (64-bit)

Through curl I get

curl https://lichess.org/api/user/bebul/tournament/created 
...
some data
...
curl: (18) transfer closed with outstanding read data remaining
Bebul commented 1 year ago

image

So we can close it here as well.