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

Please make a tutorial on how to run this. I'm really confused and the dependencies and other text files aren't clear. I'm not sure what I'm supposed to do #61

Open
GClitten opened this issue Feb 3, 2021 · 7 comments

Comments

@GClitten
Copy link

GClitten commented Feb 3, 2021

title

@GClitten
Copy link
Author

GClitten commented Feb 3, 2021

Sorry if I'm being annoying but I'm stupid

@Arukaito
Copy link

The script has everything you need. you just have to read the readme and the dependencies text file.
you have to run 3 scripts

server (initserver.py)
vidgen (youtubequeue.py)
and client last (init.py)

Of course before you must adapt the system to your configuration
Things that you should need
MySQL (Preferably local or in a server where you have DBA Access, for example dont try to use Azure MySQL because that database is managed by azure)
Python 3.7
FFMPEG (Added to PATH if you're running on windows)
Pillow
moviepy
PyQt5
opencv-python,
numpy
pydub,
oauth2client,
soundfile,
pymediainfo,
moviepy,
matplotlib,
pandas,
google-cloud-texttospeech

after you installed all of this.
run initserver.py
change config.ini to your settings and the most important step
check for errors and fix them. of course it needs work , to get it working

@Nitish-bot
Copy link

what changes do I have to make to my config.ini and in my case it's showing an exception like "Could not connect to server"

@elyasse4
Copy link

iconnect to server but i get a message on the auto login

[auto_login]
username =
password =

should I use here My redit user and password or what ?
thank you in advance

@xAlcahest
Copy link

iconnect to server but i get a message on the auto login

[auto_login] username = password =

should I use here My redit user and password or what ? thank you in advance

same problem, if anyone understand why, answer here

@xAlcahest
Copy link

iconnect to server but i get a message on the auto login

[auto_login] username = password =

should I use here My redit user and password or what ? thank you in advance

UPDATE! You need to add the login datas in the mysql database, but the password need to be encoded in md5

@ErinTomorri
Copy link

iconnect to server but i get a message on the auto login
[auto_login] username = password =
should I use here My redit user and password or what ? thank you in advance

UPDATE! You need to add the login datas in the mysql database, but the password need to be encoded in md5

I tried this and I still get the error. did you use mysql workbench for this, and do you have any videos on setting up a database because I cant seem to find one that would work for this.

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

6 participants