Torom / BotLi

Lichess Bot
GNU Affero General Public License v3.0
44 stars 82 forks source link

Any idea what this means and how to fix? #100

Closed EmptikBest closed 1 year ago

EmptikBest commented 1 year ago

I was just running my bot and got this: ERROR:asyncio:Exception in callback Protocol._line_received('info depth 4...8e6 f5e5 e6f8') handle: <Handle Protocol._line_received('info depth 4...8e6 f5e5 e6f8')> Traceback (most recent call last): File "C:\Users\Vinay Kumar\AppData\Local\Programs\Python\Python310\lib\asyncio\events.py", line 80, in _run self._context.run(self._callback, *self._args) File "C:\Users\Vinay Kumar\AppData\Local\Programs\Python\Python310\lib\site-packages\chess\engine.py", line 1054, in _line_received self.command._line_received(self, line) File "C:\Users\Vinay Kumar\AppData\Local\Programs\Python\Python310\lib\site-packages\chess\engine.py", line 1303, in _line_received assert self.state in [CommandState.ACTIVE, CommandState.CANCELLING]

Any idea what it means and how to fix it?

Torom commented 1 year ago

Same as #95