Microsoft-Rewards-Farmer
Microsoft-Rewards-Farmer copied to clipboard
Can not run program
Before submitting a bug report...
- [X] This bug wasn't already reported. (I have checked every bug report on GitHub)
Title
- [X] The title is no longer "[BUG] Title" and I edited it with the right error name.
Describe the bug
I get error message when i run program
Copy and paste your error
Traceback (most recent call last):
File "main.py", line 9, in
Screenshots
Value of dashboard variable
Did you install the required files? What version of Python are you running? What OS are you running on?
required files I installed,python version 3.8 and i running in Ubuntu 20.04.6 LTS
required files I installed,python version 3.8 and i running in Ubuntu 20.04.6 LTS
Can you rerun this in a venv? They tend to produce more stable results.
this is happening on my ubuntu 20 LTS server as well. I tried updating to python 3.11 as well. I receive the same error. I ran the same repo on windows and is working just fine.
I will try to update my server to ubunutu 22 to see if that changes anything
updating to Ubuntu 22 LTS does resolve this issue. There is some conflict on Ubuntu 20 and python. I'm not sure how to debug that though
Run it as a non-root user
If your problem is resolved - please close this issue out.