meeb / tubesync

Syncs YouTube channels and playlists to a locally hosted media server
GNU Affero General Public License v3.0
1.96k stars 123 forks source link

Error: Failed to extract_info for ... #143

Closed Doublemyst closed 3 years ago

Doublemyst commented 3 years ago

Hello, I am receiving following error for any channel I am trying to download: Error: "Failed to extract_info for "https://www.youtube.com/c/AsKitchen/videos": No metadata was returned by youtube-dl, check for error messages in the logs above. This task will be retried later with an exponential backoff."

I have "freshly" installed the docker on Unraid.

As for the information showed in Tubesync, here is what it uses: TubeSync version 0.9.1 with youtube-dl version 2021.03.03 and FFmpeg version 4.3.1-static.

meeb commented 3 years ago

Please install the :latest image and see if this fixes it for you.

Doublemyst commented 3 years ago

Yes, it solved the problem, thanks!

meeb commented 3 years ago

No problem. I really need to switch release formats from semver to probably just dates, but in the mean time :latest should usually work.