You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: