Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nothing show during chess engine analysis (uci when test xboard return error) using python-chess on google colab #11

Open
sugizo opened this issue Apr 24, 2023 · 1 comment

Comments

@sugizo
Copy link

sugizo commented Apr 24, 2023

step
!git clone https://github.com/serg-meus/k2
!cd k2 && make
!cp k2/k2 /bin/

result
when using xboard protocol

[/usr/local/lib/python3.9/dist-packages/chess/engine.py](https://localhost:8080/#) in communicate(self, command_factory)
   1092             self.command._cancel(self)
   1093 
-> 1094         return await command.result
   1095 
   1096     def __repr__(self) -> str:

EngineError: xboard engine did not declare required feature: ping

when using uci protocol
image

@serg-meus
Copy link
Owner

Hi. At the moment the engine is been rewriting from scratch. It has many bugs and partial support of UCI and Xboard protocols. I'll try to add the Xboard ping command, but not soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants