Skip to content
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

No videos in YouTube playlist #78

Open
lesf0 opened this issue Sep 7, 2024 · 3 comments
Open

No videos in YouTube playlist #78

lesf0 opened this issue Sep 7, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@lesf0
Copy link

lesf0 commented Sep 7, 2024

I just had a clean installation of ytdlp2strm from dockerhub. I use the following command to run it:

docker run --name ytdlp2strm --rm -d -p 5001:5000 -v /etc/ytdlp2strm_media/:/media fe80grau/ytdlp2strm

When I'm trying to add a YouTube playlist I get the following:

$ python cli.py --media youtube --params direct
[2024-09-07 10:35:51.620491] CLI : Running youtube with ['direct'] params
[2024-09-07 10:35:51.624953] youtube : ---------------
[2024-09-07 10:35:51.627801] youtube : Working list-PLWMCwroYhJSpwweJuoGJ70xuUTiXU_fXM...
[2024-09-07 10:36:13.167175] youtube : Channel URL: https://www.youtube.com/playlist?list=PLWMCwroYhJSpwweJuoGJ70xuUTiXU_fXM
[2024-09-07 10:36:13.167459] youtube : Channel Name: __
[2024-09-07 10:36:13.167553] youtube : Channel Poster:
[2024-09-07 10:36:13.167635] youtube : Channel Landscape:
[2024-09-07 10:36:13.173274] youtube : Channel Description:
[2024-09-07 10:36:13.173364] youtube : Playlist __
[2024-09-07 10:36:13.173446] youtube : no videos detected...

@fe80Grau fe80Grau self-assigned this Sep 8, 2024
@fe80Grau fe80Grau added the bug Something isn't working label Sep 8, 2024
@lesf0
Copy link
Author

lesf0 commented Sep 8, 2024

Apparently it's not the issue with ytdlp2strm but rather with yt-dlp itself: yt-dlp/yt-dlp#10128

@lesf0
Copy link
Author

lesf0 commented Sep 8, 2024

ytdlp2strm lacks some useful diagnostic messages here though. It would be nice to pass yt-dlp error messagess to the UI

@fe80Grau
Copy link
Owner

fe80Grau commented Sep 9, 2024

I added a few lines of code in the worker class to print and log the error messages returned by yt-dlp. I hope this will help to better debug future problems.

You can check this in the latest commit / docker image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants