-
Notifications
You must be signed in to change notification settings - Fork 6
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 when running script #2
Comments
Maybe a config file issue. Check the port number is an integer not a string. |
How do I check that? |
Try removing the comments from the INI file (as done here 94ea678) Configparser can't parse ini comments, so it was causing it to break. |
Right! That indeed did the trick. I somehow feel that I should have known this, if I had even a bit of knowledge on coding. But since I don't, I just want to thank you very much for explaining it to me. |
Hi. I know this repo is a couple of years old. But I still wanted to try if it works, since it would be an ideal solution for me. Unfortunately, I get the following error message when I run the script. I did successfully install the requirements before.
I'm using Python 3.10.12 on Ubuntu 22.04
The text was updated successfully, but these errors were encountered: