Skip to content
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

Open
CodyGeek2000 opened this issue Aug 25, 2024 · 4 comments
Open

Can't get it to work #163

CodyGeek2000 opened this issue Aug 25, 2024 · 4 comments

Comments

@CodyGeek2000
Copy link

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?

@DerBunteBall
Copy link

python3 Downloader.py

That spawns the Downloader and the CLI Interface. Then you can also use the Web UI or the Controller.py in another shell.

@CodyGeek2000
Copy link
Author

Now I'm getting the same error as issue #155
"Serving Flask app 'streamonitor.managers.httpmanager'

Debug mode: off"

but I'm using Fedora not Arch

@DerBunteBall
Copy link

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.

@CodyGeek2000
Copy link
Author

Got it to work now. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants