LeelaChessZero / lczero-client

The executable that communicates with the server to run selfplay games locally and upload results
71 stars 40 forks source link

Client does not send games computed during connection interruption. #155

Open kotenok2000 opened 3 years ago

kotenok2000 commented 3 years ago

I noticed that v32 client does not upload games computed during connection interruption when connection is interrupted client displays this: lc0_main.go:173: http.Do: Post http://api.lczero.org/upload_game: dial tcp: lookup api.lczero.org: no such host when connection is restored client does not send accumulated games.

mooskagh commented 3 years ago

That's known but doesn't occur often so hasn't been a high priority to fix.