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

stop playing after one move #4

Open
Flipstorm0 opened this issue Jun 27, 2021 · 0 comments
Open

stop playing after one move #4

Flipstorm0 opened this issue Jun 27, 2021 · 0 comments

Comments

@Flipstorm0
Copy link

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users(\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\chess\engine.py", line 1261, in _line_received
self.line_received(engine, line)
File "C:\Users(\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\chess\engine.py", line 1670, in line_received
self._bestmove(engine, line.split(" ", 1)[1])
File "C:\Users(\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\chess\engine.py", line 1693, in _bestmove
best = _parse_uci_bestmove(engine.board, arg)
File "C:\Users(\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\chess\engine.py", line 1816, in _parse_uci_bestmove
raise EngineError(err)
chess.engine.EngineError: illegal uci: 'e7e5' in rnbqkbnr/pppp1ppp/8/8/4P3/8/PPpP1PPP/RNBQKBNR w KQkq - 0 2

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

1 participant