stratty7

Results 7 comments of stratty7

This isn't an issue as nowhere does the dev say it should work with YouTube shorts. If you want it to work with YouTube shorts you will need to change...

https://github.com/HA6Bots/Automatic-Youtube-Reddit-Text-To-Speech-Video-Generator-and-Uploader/issues/61#issuecomment-776411803

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...

If you have setup MySQL correctly then in settings.py you need to set `database_host = "" database_user = "" database_password = "" ` to the login details to MySQL. Default...

Edit settings.py and make those changes I commented above. Then go and run initserver.py.

Make sure you have the login credentials in your mysql user table. If it's not there then figure out how to add it.

Running into the same issue. Very similar implementation with ErrorBoundary and a fallback with showReportDialog. Haven't changed any of our sentry config recently and worked as expected up until around...