-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error detected while processing fucntion lichess play find game #2
Comments
Thank you for reporting this problem! The max recursion error should not occur anymore now. Please reinstall the plugin and try again. If it still fails to start a game, it should now print an error message instead of endlessly retrying. This error message contains instructions on how to enable logging and where the resulting log file will be created. In case you still can not create a game it would be great if you could post this log file here so I can see where the issue lies! |
Hey I could not get it working. Here is the log file. [INFO] 23:22:32.870804: starting game loop |
Thank you, this is very helpful. It seems the problem is this: |
Alright so it seems like this is the root of the problem which is a dependency issue that I can't do anything about unfortunately. So your options are:
Then it should work as expected In the future I might want to create my own fork of the berserk package to fix this, since it seems it's not maintained anymore, but until then this is the only solution I can offer. |
I am on Python version 3.10.6 |
Yeah the python version is not the problem, it's that you seem to have simplejson installed (I get the same error after installing simplejson). So if you run |
I'm running into a similar issue. |
Fixed. I created a new conda environment and had to install |
E132: function call depth is higher than max func depth
Error detected while processing fucntion lichess play find game
It prints "Searching for new game" and then I get this error
The text was updated successfully, but these errors were encountered: