Advertisement
Guest User

Untitled

a guest
Apr 18th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. PS E:\chess\lichess-uci-bot> python main.py
  2. Welcome Ingot!
  3. Loading Engine!
  4. Traceback (most recent call last):
  5. File "main.py", line 199, in <module>
  6. start(li, user_profile, engine_path, weights_path, CONFIG["threads"])
  7. File "main.py", line 47, in start
  8. play_game(li, game_id, weights, threads)
  9. File "main.py", line 58, in play_game
  10. engine, info_handler = setup_engine(engine_path, board, weights, threads)
  11. File "main.py", line 141, in setup_engine
  12. engine.uci()
  13. File "C:\Users\Имя пользователя\AppData\Local\Programs\Python\Python36-32\lib\site-packages\chess\uci.py", line 688, i
  14. n uci
  15. return self._queue_command(command, async_callback)
  16. File "C:\Users\Имя пользователя\AppData\Local\Programs\Python\Python36-32\lib\site-packages\chess\uci.py", line 666, i
  17. n _queue_command
  18. return future.result(timeout=FUTURE_POLL_TIMEOUT)
  19. File "C:\Users\Имя пользователя\AppData\Local\Programs\Python\Python36-32\lib\concurrent\futures\_base.py", line 432,
  20. in result
  21. return self.__get_result()
  22. File "C:\Users\Имя пользователя\AppData\Local\Programs\Python\Python36-32\lib\concurrent\futures\_base.py", line 384,
  23. in __get_result
  24. raise self._exception
  25. File "C:\Users\Имя пользователя\AppData\Local\Programs\Python\Python36-32\lib\concurrent\futures\thread.py", line 56,
  26. in run
  27. result = self.fn(*self.args, **self.kwargs)
  28. File "C:\Users\Имя пользователя\AppData\Local\Programs\Python\Python36-32\lib\site-packages\chess\uci.py", line 686, i
  29. n command
  30. raise EngineTerminatedException()
  31. chess.engine.EngineTerminatedException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement