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

Unable to download any videos, all videos being marked skipped. #496

Open
SiR-Marlon opened this issue Apr 28, 2024 · 2 comments
Open

Unable to download any videos, all videos being marked skipped. #496

SiR-Marlon opened this issue Apr 28, 2024 · 2 comments

Comments

@SiR-Marlon
Copy link

SiR-Marlon commented Apr 28, 2024

As the title says, I just got this setup on my unRaid server but it doesn't seem to be working. I added one playlist which has available videos but none of the videos downloaded. They all got skipped. When I manually set them to not skip I get the following error

image

image

image

image

I am not sure how to fix this ...

@SiR-Marlon
Copy link
Author

SiR-Marlon commented Apr 29, 2024

I am not sure what is going on but I was able to manually download it from the console

image

But I also noticed that it is saving the video in a completely different format then what I was expecting it is saving the video as WEBM ???

image

@SiR-Marlon
Copy link
Author

Here is the output from the log ...

2024-04-28 17:11:15,298 [tubesync/INFO] Scheduling task to download metadata for: https://www.youtube.com/watch?v=hVucb6wP40w
2024-04-28 17:11:16,573 [tubesync/INFO] Downloading media: hVucb6wP40w (UUID: 78872288-3630-4c71-a917-e5aa2582e4ff) to: "/downloads/video/Season 11 (2024)/2024-04-28_backstage-dodgers-season-11__hVucb6wP40w_.mkv"
Rescheduling Downloading media for "hVucb6wP40w"
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/background_task/tasks.py", line 43, in bg_runner
func(*args, **kwargs)
File "/app/sync/tasks.py", line 410, in download_media
format_str, container = media.download_media()
^^^^^^^^^^^^^^^^^^^^^^
File "/app/sync/models.py", line 1405, in download_media
raise NoFormatException(f'Cannot download, media "{self.pk}" ({self}) has '
common.errors.NoFormatException: Cannot download, media "78872288-3630-4c71-a917-e5aa2582e4ff" (hVucb6wP40w) has no valid format available
Rescheduling task Downloading media for "hVucb6wP40w" for 0:00:06 later at 2024-04-29 00:11:22.582668+00:00
2024-04-28 17:11:17,751 [tubesync/WARNING] [youtube] Skipping player responses from android clients (got player responses for video "aQvGIIdgFDM" instead of "hVucb6wP40w")
2024-04-28 17:11:19,045 [tubesync/WARNING] Media: BackStage Dodgers Season 11 / hVucb6wP40w is older than 10 days, skipping
2024-04-28 17:11:19,068 [tubesync/INFO] Scheduling task to download thumbnail for: Tyler Glasnow’s Journey to MLB - Backstage Dodgers Season 11 (2024) from: https://i.ytimg.com/vi/hVucb6wP40w/maxresdefault.jpg
2024-04-28 17:11:19,078 [tubesync/INFO] Saved 389492 bytes of metadata for: BackStage Dodgers Season 11 / 78872288-3630-4c71-a917-e5aa2582e4ff
2024-04-28 17:11:21,622 [tubesync/WARNING] Download task triggered for media: hVucb6wP40w (UUID: 78872288-3630-4c71-a917-e5aa2582e4ff) but it is now marked to be skipped, not downloading thumbnail
2024-04-28 17:11:26,736 [tubesync/WARNING] Download task triggered for media: hVucb6wP40w (UUID: 78872288-3630-4c71-a917-e5aa2582e4ff) but it is now marked to be skipped, not downloading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant