We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it seems like I can only get analysis to depth 28, I hacked a self.send("go depth 40") and even then it closes the connection early:
self.send("go depth 40")
DEBUG:root:45973 >> info depth 16 seldepth 21 multipv 5 score cp 11 nodes 3102148 nps 3858393 hashfull 30 tbhits 0 time 804 pv d1c2 f8b4 e2e3 c7c5 d4c5 b6c5 c1d2 e8h8 f1e2 d7d6 e1h1 b8d7 c3b5 d8e7 f1d1 b4d2 c2d2 f6e4 DEBUG:root:45973 >> bestmove e2e3 ponder f8b4 INFO:root:Connection closed while streaming analysis DEBUG:urllib3.connectionpool:https://engine.lichess.ovh:443 "POST /api/external-engine/work HTTP/1.1" 204 0
is there maybe a timeout somewhere I've missed? ideally I would like a go infinite and handle the stop signal then
go infinite
stop
The text was updated successfully, but these errors were encountered:
No branches or pull requests
it seems like I can only get analysis to depth 28, I hacked a
self.send("go depth 40")
and even then it closes the connection early:is there maybe a timeout somewhere I've missed? ideally I would like a
go infinite
and handle thestop
signal thenThe text was updated successfully, but these errors were encountered: