Replies: 1 comment
-
I was able to fix this issue on the Unraid Docker version. The "can't find 'main' module in 'run.py'" is because it can't locate the run.py file. For some reason on the Unraid docker, there's an folder named "run.py" nested with another empty folder named "run.py". Despite the instructions suggesting: Container Path: /usr/src/app/run.py I got it to work by placing the Python file inside the folder named "run.py". /mnt/user/appdata/twitchminer/run.py/run.py |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
`sudo docker-compose up
Creating network "twitch_default" with the default driver
Creating twitch_miner_1 ... done
Attaching to twitch_miner_1
miner_1 | /usr/local/bin/python: can't find 'main' module in 'run.py'
twitch_miner_1 exited with code 1`
I have absolutely no idea where to find the problem.
Beta Was this translation helpful? Give feedback.
All reactions