-
Notifications
You must be signed in to change notification settings - Fork 182
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
Full tutorials? #82
Comments
it pretty complicated if its your first time with python. Probably need some sql knowledge too. Since its split into 3 parts (server, client, gen) i'd go through each part getting each working, starting with the server. You'll need mysql installed on pc to do that. initserver.py is the file you want to run to start the server. init.py to start the client youtubequeue.py to start the generator You'll also have to install the requirements in dependencies.txt Good luck. |
I have made an SQL server, put in i run initserver.py by dragging the file into powershell and pressing enter. I get a terminal that displays found config.ini i press enter and it closes? |
I also put the port as 3306 same as the server port when i created? Unsure what I am doing wrong. |
And yes I have dependencies installed. |
is the [reddit] field mandatory to fill out for starting the server? |
When I run initserver.py the Total connections on my sql workbench increase, however I cannot see any of the data tables created as specified in database.py |
So it is not creating a database, although I believe it is connecting to mysql server |
Anyone willing to write/upload a detailed tutorial on getting this running?
First time using python, already giving me headaches. D:
The text was updated successfully, but these errors were encountered: