HA6Bots / Automatic-Youtube-Reddit-Text-To-Speech-Video-Generator-and-Uploader

A series of 3 programs that will automatically receive scripts from Reddit, allow the user to edit them, then be sent off to a video generator where they will be uploaded to YouTube automatically.
MIT License
610 stars 181 forks source link

Nothing happens when running client.py #58

Open moistvl opened 3 years ago

moistvl commented 3 years ago

Absolutely nothing happens. initserver.py and youtubequeue.py work fine, but when using client.py nothing happens at all. no error, no program starting, nothing.

this is on Windows 10 with Python 3.9, Ubuntu 20.04, and Arch (though the latter two I needed to change a line in publishmenu.py because it was looking for tags.txt using a \ rather than /)

Is there a way to start the client in some sort of verbose mode so that I can see if maybe there's an error? I've installed all of the dependencies, set up a mysql daemon (the database and tables are created properly by the server), etc but running client.py does nothing at all.

nikhilesh12045 commented 3 years ago

You have to use init.py in the client directory to start the client.