Alex Laverty
Alex Laverty
Have had a look tonight and added in code to perform a reddit login before attempting to screenshot the comments, build has succeeded and new video has been published onto...
I'll have a look at that post and see if I can see what's going on, to understand the logic : the script connects to the reddit post and pulls...
The code could probably be improved to first generate all the mp3 audio files until the max_video_length is reached, then attempt to only screenshot download those comments, instead of what...
Other users are having this issue too I will look into it
I've pushed a code change to make the screenshot timeouts configurable which you can change in settings.py : Try increasing the timeout value and see if that helps at all,...
what value do you have set for your text to speech engine? Above error seems like it's failing to call the file ``` # Choices ["polly","balcon","gtts","tiktok","edge-tts","streamlabspolly"] voice_engine = "edge-tts" ```
have a look in your `configs/settings.py` file to see what voice_engine is set to, if you haven't changed it I'm guessing it'll be set to `edge-tts` https://github.com/alexlaverty/python-reddit-youtube-bot/blob/main/config/settings.py#L50 to verify your...
Is this the reddit post you were trying to convert? : https://www.reddit.com/r/desabafos/comments/123n2m1/minha_namorada_mudou_comigo_do_nada_oq_fazer_me/ I think the text to speech engine is not able to convert the portuguese characters.. : (
ok I spoke to ChatGPT and apparently it can be done, I will try work this into the code > write a python script that will convert this text to...
I've pushed a commit to allow setting the language for the gTTS voice engine 280df0828945c1716fd75ca7716fcffbdd0f29ea git pull the latest code, and then in your `config/settings.py` config file set the following...