TheWicklowWolf / ChannelTube

Download Video or Audio from YouTube channels on a schedule via yt-dlp.
GNU General Public License v3.0
117 stars 2 forks source link

No videos downloading? #4

Closed walk0080 closed 2 months ago

walk0080 commented 2 months ago

Added a channel using web interface, but nothing seems to be happening? Tried adding sync schedule and other environment variables but didn't make any difference.

Logs:

[2024-07-26 16:09:25 -0400] [1] [INFO] Starting gunicorn 22.0.0 [2024-07-26 16:09:25 -0400] [1] [INFO] Listening at: http://0.0.0.0:5000 (1) [2024-07-26 16:09:25 -0400] [1] [INFO] Using worker: geventwebsocket.gunicorn.workers.GeventWebSocketWorker [2024-07-26 16:09:25 -0400] [7] [INFO] Booting worker with pid: 7

Portainer Stack:


version: "2.1"

services: channeltube: image: thewicklowwolf/channeltube:latest container_name: channeltube volumes:

walk0080 commented 2 months ago

Not sure what happened, but the next day it started working.

TheWicklowWolf commented 2 months ago

There is no environment variable called SYNCSCHEDULE instead the sync schedule must be configured via the UI or in the configuration file. Note: There is a 10-minute deadband on the schedule, meaning if you set it for 2, it might not start until as late as 2:10 AM.

To manually trigger the sync, set the schedule to the current hour and restart the container.

walk0080 commented 2 months ago

Understood, thank you!