-
Notifications
You must be signed in to change notification settings - Fork 52
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
Can't get it to work #163
Comments
That spawns the Downloader and the CLI Interface. Then you can also use the Web UI or the Controller.py in another shell. |
Now I'm getting the same error as issue #155 Debug mode: off" but I'm using Fedora not Arch |
That's normal output. You get normally thrown into the CLI. The CLI hasn't a nice prompt aspecially after the start. You should be able to enter a command like in Controller.py. After that the prompt should show with something like > or so. |
Got it to work now. Thanks! |
I run the commands from the console but I get the error of modules can not be imported. I created a venv and installed all requirements and activated it to be able to run them, but they then gave me the following errors:
python3 Chaturbate.py gives me this error:
Expecting value: line 1 column 1 (char 0)
I'm asuming it comes from the config.json file because if I change anything there the line, column and or char error changes.
python3 Controller.py add username site does nothing and in the console keeps trying to complete the command but it doesn't.
Opening the web interface does nothing when trying to add a streamer and site dropdown has no sites to select.
I opened the index.html and edited the site tag and added some sample sites to the dropdown. I they do show up in the sites dropdown but it does not save the streamer when I click the save button. Checked the config.json permissions and they are good. Any suggestions?
The text was updated successfully, but these errors were encountered: