Advertisement
Guest User

Untitled

a guest
Apr 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. Welcome Ingot!
  2. Traceback (most recent call last):
  3. File "E:\chess\leela-bot\logging_pool.py", line 16, in __call__
  4. result = self.__callable(*args, **kwargs)
  5. File "E:\chess\leela-bot\main.py", line 83, in play_game
  6. engine, info_handler = setup_engine(engine_path, board, weights, threads)
  7. File "E:\chess\leela-bot\main.py", line 155, in setup_engine
  8. engine.uci()
  9. File "C:\Users\Имя пользователя\AppData\Local\Programs\Python\Python36-32\lib\
  10. site-packages\chess\uci.py", line 688, in uci
  11. return self._queue_command(command, async_callback)
  12. File "C:\Users\Имя пользователя\AppData\Local\Programs\Python\Python36-32\lib\
  13. site-packages\chess\uci.py", line 666, in _queue_command
  14. return future.result(timeout=FUTURE_POLL_TIMEOUT)
  15. File "C:\Users\Имя пользователя\AppData\Local\Programs\Python\Python36-32\lib\
  16. concurrent\futures\_base.py", line 432, in result
  17. return self.__get_result()
  18. File "C:\Users\Имя пользователя\AppData\Local\Programs\Python\Python36-32\lib\
  19. concurrent\futures\_base.py", line 384, in __get_result
  20. raise self._exception
  21. File "C:\Users\Имя пользователя\AppData\Local\Programs\Python\Python36-32\lib\
  22. concurrent\futures\thread.py", line 56, in run
  23. result = self.fn(*self.args, **self.kwargs)
  24. File "C:\Users\Имя пользователя\AppData\Local\Programs\Python\Python36-32\lib\
  25. site-packages\chess\uci.py", line 686, in command
  26. raise EngineTerminatedException()
  27. chess.engine.EngineTerminatedException
  28.  
  29. No challenge in the queue.
  30. No challenge in the queue.
  31. No challenge in the queue.
  32. No challenge in the queue.
  33. No challenge in the queue.
  34. No challenge in the queue.
  35. No challenge in the queue.
  36. No challenge in the queue.
  37. No challenge in the queue.
  38. No challenge in the queue.
  39. No challenge in the queue.
  40. No challenge in the queue.
  41. No challenge in the queue.
  42. No challenge in the queue.
  43. No challenge in the queue.
  44. No challenge in the queue.
  45. No challenge in the queue.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement