andoma icon indicating copy to clipboard operation
andoma copied to clipboard

Using it with lichess-bot

Open MD211211 opened this issue 2 years ago • 4 comments

When i try and do this it returns the error [03/26/23 08:24:36] INFO Backing off play_game(...) for 106.1s (chess.engine.EngineTerminatedError: engine process died unexpectedly (exit code: 255))

MD211211 avatar Mar 26 '23 07:03 MD211211

I fixed this but now is says move overhead error

MD211211 avatar Mar 26 '23 14:03 MD211211

How did you fix this?

IsmailOuazzani avatar Apr 30 '23 21:04 IsmailOuazzani

Fix to the original error: Make sure you are putting everything from the dist folder (using pyinstaller) into the engines folder of lichess-bot (and not the contents of the build folder).

IsmailOuazzani avatar Apr 30 '23 22:04 IsmailOuazzani

Fixed to the overhead error: Disable all the uci_options inside the config.yml file of lichess-bot

IsmailOuazzani avatar Apr 30 '23 22:04 IsmailOuazzani