lichess-org / api

Lichess API documentation and examples

Home Page:https://lichess.org/api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot download tournaments created by user

Bebul opened this issue · comments

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

image

So we can close it here as well.