-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All videos suddenly error. #624
Comments
This isn't an issue with tubesync or yt-dlp, this is your download is being blocked or denied by YouTube. The videos aren't downloaded, just the initial cache files would be created but they're mostly likely empty. Make sure you're running the latest build of tubesync, make sure you've only set the workers to 1 (the default, so if you've changed this put them back to 1) and you can either wait an unknown amount of time or try changing your IP address or VPN endpoint. If you're using cookies, try not using cookies. Basically it's YouTube saying no to yt-dlp which can be any number of reasons. Most likely an outdated version of yt-dlp or your IP has been blocked. |
Hi Meeb, thank you for the quick reply. Workers has always been default. I then deleted the container/docker and started fresh. Same issue, all videos download in cache. But never move to the tubesync-downloads folder. Is there a way to update yt-dlp? This seems like a likely cause. |
Are you using the |
Drop into the container with $ docker exec -ti tubesync bash Switch to the downloads directory $ cd /downloads And try running yt-dlp directly $ yt-dlp https://youtube.com/watch?v=whateversomevideo if that errors paste the full error in here. |
I'm getting the same thing but the files in cache are unplayable. Based on the partial download running the test command, I assume I'm being blocked...
|
I'm seeing the same issue only in the last 2 days. I ran your commands both inside of a VPN and outside and I receive the same error
Files are complete and playable with the "f###.mp4" extension, but remain in the cache folder. |
I consistently update my containers on Sundays, so I didn't see that I was using an old yt-dlp version. The error occurred on version 2024.12.23, but not on 2025.1.12. Updating worked for me to solve the issue |
|
Subscribing to |
Not a bad idea but unless tubesync is automatically updated when yt-dlp is there's still a disconnect. BUT at least it's an indicator of when I should start trying to update tubesync so I'll take it. |
tubesync is updated pretty frequently and yt-dlp is updated every time the container is built. It's not usually something you need to worry about providing you pull |
Hello,
Suddenly every video in my playlist will no longer move into the download folder, they download but stay in the cache folder.
I get the "expected out file does not exist".
I check the log and can see this additional error: "ERROR: unable to download video data: HTTP Error 403: Forbidden".
I have tried changing formats and resolutions. This does not fix it. I can watch youtube with no problem.
The videos do appear to be downloaded, but they just remain in the cache folder. To my knowledge i have not changed anything to cause this error.
The text was updated successfully, but these errors were encountered: