staubsauger / ChessnutPy

GNU General Public License v3.0
14 stars 3 forks source link

RuntimeError when started with "no_server = true" in config #3

Closed staubsauger closed 1 year ago

staubsauger commented 1 year ago

Traceback (most recent call last): File "/home/rudi/Games/chessnutpy/ChessnutPy/main.py", line 118, in asyncio.get_event_loop().close() File "/home/rudi/Games/chessnutpy/ChessnutPy/.conda/lib/python3.10/site-packages/chess/engine.py", line 92, in get_event_loop raise RuntimeError(f"no current event loop in thread {threading.current_thread().name!r}") RuntimeError: no current event loop in thread 'MainThread'

BierLiebHaber commented 1 year ago

fixed by ae76380