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

I get a password promt and I don't know what the credentials are #64

Closed snowonasphalt closed 3 years ago

snowonasphalt commented 3 years ago

When trying to connect the client to the server I get a password promt (see attachment), but I don't know what credentials to use.. It's not mysql or reddit or my PC password. Anyone know what I should use? Capture

snowonasphalt commented 3 years ago

I found another reply from HA6, that helped Thanks!

Hi,

In initserver.py in init(), call database.addUser("admin", "password") after socketserverhandler.startServer().

Thanks