alexlaverty / python-reddit-youtube-bot

Automated Reddit Youtube Video Bot
https://www.youtube.com/channel/UCzIwW92D_rM5_yvWBsquSbw
83 stars 19 forks source link

I have a few questions need your help? #22

Closed alexdo83 closed 1 year ago

alexdo83 commented 2 years ago
  1. In the process of processing when there is an error in an article, can tools skip that article and continue to process the next article? p/s: while using the tools i noticed when it encounters an error it will automatically exit the process of processing the following articles... i need it to work and continue to get the error in the above post.

  2. Error: Timeout 30000ms exceeded. Is this error fixable? I often get this error 30%

  3. Video title (final.mp4) can replace article title instead of "final"

  4. Remove the excess of thumb image

  5. Is it possible to select a folder image (rondom IMAGE thumb)?

alexdo83 commented 1 year ago

I'm getting this error

image

alexlaverty commented 1 year ago

I've pushed some updates to the thumbnail.py so it generates thumbnails like so, was pretty tricky to get that colouring per line thing working... thumbnail_0

I've pushed some changes to allow configurable timeout values for the comment screenshotting so try playing around with increasing this value in settings.py and see if it helps with the timeout errors that you're getting :

comment_screenshot_timeout = 30000

will be pushing the code up soon

alexdo83 commented 1 year ago

Very cool, I saw your new update has a big change, I am testing the new version...