-
Notifications
You must be signed in to change notification settings - Fork 5
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 message in ubunto #3
Comments
You need to run it with python3. |
Is there any description about how to use the adapter I missed?
|
It has the same python requirements as the original CERTABO software. You might need to install:
|
After I've polished up certabo-lichess, I'll rework this UCI script to use my new certabo module, also add a requirements.txt for easier installation, and improve the docs |
Now the software is running, but still I can't get it to work. I tried the calibration process with Arena, Cute Chess and in console. The software creates a folder called ~/Programme/ChessEngines/CertaboUCI/certabo-uci$ python3 certabo-uci.py And in Arena: 2020-03-22 15:37:59.253<--1:-- starting engine[slotnr].EngineProcess -- When I run it without "setoption name Calibrate value true" the software answers isready with readyok. |
It should write a log file in your home directory, under ~/.local/share/GUI. Please attach that. |
I found the log file. Seems there is a problem finding the device path:
I'll check that later when I got some time. |
something apparently keeps /dev/ttyUSB0 busy.. |
I can't see a problem:
|
Could you run |
Permissions... I got it to work by putting the files to the python directory. It didn't work from my home directory. Thanks for your help and patience :-) |
You're more than welcome! |
Suddenly the board didn't work again, /dev/ttyUSB diasppeared. 2020-05-13 08:59:39,405 DEBUG certabo-uci >>> isready Then I had the clever idea to upgrade to ubuntu 20.04 LTS, and hoped the port will be visible again. The port is still missing and certabouci crashing: Is it a problem with python 3.8? |
"No module named 'serial'" - that means that you don't have the python serial module installed for python3. |
I fixed the python requirements, cerabo-uci is running. But still /dev/ttyUSB is missing. |
did you plug the magnetic usb connector in the right direction? The LED needs to be on the upper side. You can also remove the magnetic plug, and try a regular USB cable. |
It is working now, indeed a connection problem with the cable. Thanks again :-) |
perfect! Enjoy! |
Just found your Python adapter, many thanks for this! Unfortunately I didn't get it to work:
~/Programme/ChessEngines/CertaboUCI/certabo-uci$ python certabo-uci.py File "certabo-uci.py", line 115 logging.info(f'Auto-detecting serial port') ^ SyntaxError: invalid syntax
Any idea?
The text was updated successfully, but these errors were encountered: