lichess-org/fishnet

os error 10054 with x86_64-pc-windows-gnu

niklasf opened this issue · 5 comments

https://lichess.org/forum/lichess-feedback/error-when-fishnet-start

><> Checking for updates (--auto-update) ...
Checking target-arch... x86_64-pc-windows-gnu
Checking current version... v2.2.0
Checking latest released version... v2.2.0
><> Fishnet 2.2.0 is up to date

### Checking configuration ...

Endpoint: lichess.org/fishnet
Backlog: Join queue if user backlog >= 30s or system backlog >= 3600s
CPU features: POPCNT | SSE | SSE2 | SSSE3 | SSE41 | AVX2 | BMI2 | SF_SSE2 | SF_SSSE3 | SF_SSE41_POPCNT | SF_AVX2
Engine: stockfish-x86-64-avx2.exe (for GPLv3, run: fishnet-x86_64-pc-windows-gnu.exe license)
Cores: 15

### Running (CTRL-C to stop) ...

E: error sending request for url (lichess.org/fishnet/status): error trying to connect: Se ha forzado la interrupción de una conexión existente por el host remoto. (os error 10054). Backing off 384ms.
E: error sending request for url (lichess.org/fishnet/status): error trying to connect: Se ha forzado la interrupción de una conexión existente por el host remoto. (os error 10054). Backing off 234ms.
E: error sending request for url (lichess.org/fishnet/acquire?slow=false): error trying to connect: Se ha forzado la interrupción de una conexión existente por el host remoto. (os error 10054). Backing off 121ms.
JSCjr commented

Have been seeing sporadic messages like this with aarch64-macos as well. Had assumed that it was a network/connection hiccup vice a bug.

[=====|===========> https://lichess.org/4vxnEm8q finished (10219 knps)
[     |           ] 7 cores, 0 queued, latest: https://lichess.org/4rexljAH#11 
[     |           ] https://lichess.org/4rexljAH finished (8232 knps)
E: error sending request for url (https://lichess.org/fishnet/acquire?slow=false): connection error: broken pipe. Backing off 289ms.
E: error sending request for url (https://lichess.org/fishnet/acquire?slow=false): connection error: broken pipe. Backing off 303ms.

Yes, those appear to be "normal" hickups. The reported os error 10054 is very specific, and happening quite reliably and very frequently.

Confirmed not to be toolchain specific:

In version 2.1.3 it also happens.

That version was still built with MSVC.

Seems to be mysteriously solved, now. Let's close it until someone else also has this issue.