iiab / calibre-web

:books: Web app for browsing, reading and downloading eBooks stored in a Calibre database
GNU General Public License v3.0
4 stars 5 forks source link

"Download to IIAB" button fails every time on Ubuntu 24.10 and 25.04 pre-releases — originally "An error occurred during the subprocess execution: 'NoneType' object is not subscriptable" — and now "failed to download: None" #267

Open holta opened 1 month ago

holta commented 1 month ago

Both a YouTube Short video (https://www.youtube.com/shorts/M_Zt5K057xs) and a regular YouTube video https://youtu.be/zRM2AnwNY20 (The Wild Story of the Taum Sauk Dam Failure) failed to download repeatedly, to this Ubuntu 24.10 VM.

Rebooting did not help:

image

image

image

root@box:~# yt-dlp --version
2024.10.07
root@box:~# lb --version
2.9.066

iiab-diagnostics: https://paste.centos.org/view/a53f9107 (that'll disappear in 4 weeks!)

[2024-10-17 08:58:49,206] ERROR {cps.tasks.download:131} An error occurred during the subprocess execution: 'NoneType' object is not subscriptable

Full excerpt (Lines 1122-1127) below:

[2024-10-17 08:58:44,004] DEBUG {cps.services.worker:91} Add Task for user: Admin - Metadata fetch task for https://youtu.be/zRM2AnwNY20
[2024-10-17 08:58:44,914]  INFO {cps.tasks.metadata_extract:155} Starting to fetch metadata for URL: https://youtu.be/zRM2AnwNY20
[2024-10-17 08:58:48,179] DEBUG {cps.services.worker:91} Add Task for user: Admin - Download task for https://www.youtube.com/watch?v=zRM2AnwNY20
[2024-10-17 08:58:48,179]  INFO {cps.tasks.download:43} Subprocess args: ['lb-wrapper', 'dl', 'https://www.youtube.com/watch?v=zRM2AnwNY20']
[2024-10-17 08:58:49,206] ERROR {cps.tasks.download:131} An error occurred during the subprocess execution: 'NoneType' object is not subscriptable
[2024-10-17 08:58:49,207]  INFO {cps.tasks.download:138} Download task for https://www.youtube.com/watch?v=zRM2AnwNY20 completed successfully
2024-10-17 08:58:49 - [Debug] [best]: Download was marked as deleted 6 minutes and 49 seconds ago. Skipping!
2024-10-17 08:58:49 - [Info] lb-wrapper's xklb command (dl) completed successfully.

@deldesir suggests this is what happened:

What happened is xklb marked your video as deleted because it failed to download in previous tries. Once a media item is marked as deleted, future iterations of the download function of lb dl will recognize this status and skip attempting to download it again.

https://github.com/chapmanjacobd/library/blob/6b096aac98d3dcc62727579d5e0b7092ef590201/xklb/mediadb/download.py#L125-L160

xklb has lb redownload for this, but it will try to [redownload all failed videos]

image

RECAP QUESTIONS:

  1. @deldesir were you able to learn anything by logging into the .0.10 VM directly?

  2. Is this issue the same as #212 ? Or at least similar?? Or not at all?!

  3. What short-term CLI hack or workaround gets IIAB Calibre-Web machines like this able to download again? So that can quickly be written into https://github.com/iiab/calibre-web/wiki

  4. What long-term fix or reimplementation is most appropriate — so that this stop happening entirely ?

  5. Finally, how can we make real progress in removing errors like An error occurred during the subprocess execution: 'NoneType' object is not subscriptable from educators' web UI — in favor of much more specific and human-readable explanation in 2025?

    • 202 begins to address this serious lack non-specific and non-readable Tasks view messages — but is a new ticket needed to make sure this is solved properly?

holta commented 1 month ago

FYI I tried the following:

systemctl stop calibre-web
cd /library/calibre-web
mv xklb-metadata.db xklb-metadata.db.BKP
systemctl start calibre-web

Then I tried "Download to IIAB" with https://youtu.be/zRM2AnwNY20 again.

Result is:

image

NOTICE the slightly different error message in Tasks view: failed to download: None

New iiab-diagnostics: https://paste.centos.org/view/3eb329f8

@deldesir can you please log in to .0.10 to investigate?

holta commented 1 month ago
  • Is this mysterious msg at the bottom of /var/log/xklb.log relevant/meaningful ❓
2024-10-17 08:58:49 - [Debug] [best]: Download was marked as deleted 6 minutes and 49 seconds ago. Skipping!
2024-10-17 08:58:49 - [Info] lb-wrapper's xklb command (dl) completed successfully.

@deldesir what are all these best messages telling us, can you help explain?

root@box:~# grep -n '\[best\]' /var/log/xklb.log
51:2024-10-17 08:52:00 - [Debug] [best]: yt-dlp ERROR: [generic] 'best' is not a valid URL. Set --default-search "ytsearch" (or run  yt-dlp "ytsearch:best" ) to search YouTube
52:2024-10-17 08:52:00 - [Debug] [best]: yt-dlp returned no info
53:2024-10-17 08:52:00 - [Debug] [best]: Unrecoverable error matched. ERROR: [generic] 'best' is not a valid URL. Set --default-search "ytsearch" (or run yt-dlp "ytsearch:best" ) to search YouTube
79:2024-10-17 08:54:44 - [Debug] [best]: Download was marked as deleted 2 minutes and 45 seconds ago. Skipping!
104:2024-10-17 08:58:49 - [Debug] [best]: Download was marked as deleted 6 minutes and 49 seconds ago. Skipping!
129:2024-10-17 11:59:45 - [Debug] [best]: Download was marked as deleted 3 hours and 8 minutes ago. Skipping!
182:2024-10-18 09:05:50 - [Debug] [best]: yt-dlp ERROR: [generic] 'best' is not a valid URL. Set --default-search "ytsearch" (or run  yt-dlp "ytsearch:best" ) to search YouTube
183:2024-10-18 09:05:50 - [Debug] [best]: yt-dlp returned no info
184:2024-10-18 09:05:50 - [Debug] [best]: Unrecoverable error matched. ERROR: [generic] 'best' is not a valid URL. Set --default-search "ytsearch" (or run yt-dlp "ytsearch:best" ) to search YouTube
holta commented 1 month ago

All 30 mentions of best in /var/log/xklb.log are hereunder if it helps!

root@box:~# grep -n 'best' /var/log/xklb.log
43:2024-10-17 08:51:59 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video --search 'https://www.youtube.com/watch?v=M_Zt5K057xs' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv
45:2024-10-17 08:52:00 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', '--search', 'https://www.youtube.com/watch?v=M_Zt5K057xs', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv']
46:2024-10-17 08:52:00 - [Debug] {'include': ['https://www.youtube.com/watch?v=M_Zt5K057xs'], 'subs': True, 'live': True, 'paths': ['best']}
48:2024-10-17 08:52:00 - [Debug] {'path': 'best'}
49:2024-10-17 08:52:00 - [Debug] {'noprogress': True, 'lazy_playlist': True, 'noplaylist': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'extractor_args': {'youtube': {'skip': ['authcheck']}}, 'check_formats': 'selected', 'logger': <xklb.createdb.tube_backend.download.<locals>.DictLogger object at 0x719a57287080>, 'postprocessors': [{'key': 'FFmpegMetadata'}, {'key': 'FFmpegEmbedSubtitle'}], 'playlist_items': '1', 'extractor_retries': 3, 'retries': 12, 'retry_sleep_functions': {'extractor': <function download.<locals>.<lambda> at 0x719a5729f880>, 'http': <function download.<locals>.<lambda> at 0x719a5729f920>, 'fragment': <function download.<locals>.<lambda> at 0x719a5729f9c0>}, 'outtmpl': {'default': '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s'}, 'progress_hooks': [<function download.<locals>.<lambda> at 0x719a5729fa60>], 'subtitlesformat': 'srt/best', 'writesubtitles': True, 'writeautomaticsub': True, 'format': '--format-sort', 'writethumbnail': True, 'live_from_start': True, 'include': ['https://www.youtube.com/watch?v=M_Zt5K057xs'], 'subs': True, 'live': True}
50:2024-10-17 08:52:00 - [Debug] [yt-dlp]: Downloading best
51:2024-10-17 08:52:00 - [Debug] [best]: yt-dlp ERROR: [generic] 'best' is not a valid URL. Set --default-search "ytsearch" (or run  yt-dlp "ytsearch:best" ) to search YouTube
52:2024-10-17 08:52:00 - [Debug] [best]: yt-dlp returned no info
53:2024-10-17 08:52:00 - [Debug] [best]: Unrecoverable error matched. ERROR: [generic] 'best' is not a valid URL. Set --default-search "ytsearch" (or run yt-dlp "ytsearch:best" ) to search YouTube
74:2024-10-17 08:54:43 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video --search 'https://www.youtube.com/watch?v=M_Zt5K057xs' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv
76:2024-10-17 08:54:44 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', '--search', 'https://www.youtube.com/watch?v=M_Zt5K057xs', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv']
77:2024-10-17 08:54:44 - [Debug] {'include': ['https://www.youtube.com/watch?v=M_Zt5K057xs'], 'subs': True, 'live': True, 'paths': ['best']}
79:2024-10-17 08:54:44 - [Debug] [best]: Download was marked as deleted 2 minutes and 45 seconds ago. Skipping!
99:2024-10-17 08:58:48 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video --search 'https://www.youtube.com/watch?v=zRM2AnwNY20' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv
101:2024-10-17 08:58:48 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', '--search', 'https://www.youtube.com/watch?v=zRM2AnwNY20', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv']
102:2024-10-17 08:58:48 - [Debug] {'include': ['https://www.youtube.com/watch?v=zRM2AnwNY20'], 'subs': True, 'live': True, 'paths': ['best']}
104:2024-10-17 08:58:49 - [Debug] [best]: Download was marked as deleted 6 minutes and 49 seconds ago. Skipping!
124:2024-10-17 11:59:44 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video --search 'https://www.youtube.com/watch?v=zRM2AnwNY20' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv
126:2024-10-17 11:59:45 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', '--search', 'https://www.youtube.com/watch?v=zRM2AnwNY20', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv']
127:2024-10-17 11:59:45 - [Debug] {'include': ['https://www.youtube.com/watch?v=zRM2AnwNY20'], 'subs': True, 'live': True, 'paths': ['best']}
129:2024-10-17 11:59:45 - [Debug] [best]: Download was marked as deleted 3 hours and 8 minutes ago. Skipping!
174:2024-10-18 09:05:49 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video --search 'https://www.youtube.com/watch?v=zRM2AnwNY20' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv
176:2024-10-18 09:05:49 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', '--search', 'https://www.youtube.com/watch?v=zRM2AnwNY20', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv']
177:2024-10-18 09:05:49 - [Debug] {'include': ['https://www.youtube.com/watch?v=zRM2AnwNY20'], 'subs': True, 'live': True, 'paths': ['best']}
179:2024-10-18 09:05:49 - [Debug] {'path': 'best'}
180:2024-10-18 09:05:49 - [Debug] {'noprogress': True, 'lazy_playlist': True, 'noplaylist': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'extractor_args': {'youtube': {'skip': ['authcheck']}}, 'check_formats': 'selected', 'logger': <xklb.createdb.tube_backend.download.<locals>.DictLogger object at 0x7a1068560aa0>, 'postprocessors': [{'key': 'FFmpegMetadata'}, {'key': 'FFmpegEmbedSubtitle'}], 'playlist_items': '1', 'extractor_retries': 3, 'retries': 12, 'retry_sleep_functions': {'extractor': <function download.<locals>.<lambda> at 0x7a106856dbc0>, 'http': <function download.<locals>.<lambda> at 0x7a106856dc60>, 'fragment': <function download.<locals>.<lambda> at 0x7a106856dd00>}, 'outtmpl': {'default': '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s'}, 'progress_hooks': [<function download.<locals>.<lambda> at 0x7a106856dda0>], 'subtitlesformat': 'srt/best', 'writesubtitles': True, 'writeautomaticsub': True, 'format': '--format-sort', 'writethumbnail': True, 'live_from_start': True, 'include': ['https://www.youtube.com/watch?v=zRM2AnwNY20'], 'subs': True, 'live': True}
181:2024-10-18 09:05:49 - [Debug] [yt-dlp]: Downloading best
182:2024-10-18 09:05:50 - [Debug] [best]: yt-dlp ERROR: [generic] 'best' is not a valid URL. Set --default-search "ytsearch" (or run  yt-dlp "ytsearch:best" ) to search YouTube
183:2024-10-18 09:05:50 - [Debug] [best]: yt-dlp returned no info
184:2024-10-18 09:05:50 - [Debug] [best]: Unrecoverable error matched. ERROR: [generic] 'best' is not a valid URL. Set --default-search "ytsearch" (or run yt-dlp "ytsearch:best" ) to search YouTube
holta commented 1 month ago

I tried again with longer-form (canonical) URL https://www.youtube.com/watch?v=zRM2AnwNY20 for the same video:

After running this:

systemctl stop calibre-web
cd /library/calibre-web
mv xklb-metadata.db xklb-metadata.db.BKP2
systemctl start calibre-web

The result is the same (failed to download: None) as seen below:

image

holta commented 1 month ago
holta commented 1 month ago
  • Debian 13 should be tested next, to see what happens there?!

Verdict / FYI: Video downloads work on a fresh & fully-updated Debian 13 Trixie VM install❗

holta commented 1 month ago

@deldesir and I were wondering if Ubuntu 24.10's bash version might be causing this new problem. But that would appear not to be true, as Debian 13 (works!) and Ubuntu 24.10 (doesn't work!) are running the exact same version of bash:

root@box:~# bash --version
GNU bash, version 5.2.32(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Whereas Ubuntu 24.04 shows...

root@u2404-desk:~# bash --version
GNU bash, version 5.2.21(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
holta commented 4 weeks ago

@deldesir please test IIAB Calibre-Web on Ubuntu 25.04 (Plucky Puffin) pre-releases next week when that's made available via Multipass, and report back, Thanks!

Clarif For All: Multipass makes IIAB Calibre-Web testing nearly instantaneous — follow the instructions at https://github.com/iiab/calibre-web/wiki#wrench-installation

holta commented 4 weeks ago

@deldesir please test IIAB Calibre-Web on Ubuntu 25.04 (Plucky Puffin) pre-releases next week when that's made available via Multipass, and report back, Thanks!

Ubuntu 25.04 Release Schedule & (Pre-)Release Notes:

holta commented 4 weeks ago

While I thought this was obvious (many fresh installs of Ubuntu 24.10 by at least 3 different people, were never able to "Download to IIAB" over the past 10+ days, which by definition means an empty database /library/calibre-web/xklb-metadata.db and no prior "Download to IIAB" attempts) this is important to state more prominently, to be crystal clear! 🙏

holta commented 4 weeks ago

Another example, just to confirm this problem is still happening:

image

https://www.youtube.com/watch?v=AAyCh3IWlN4 ("MI PRIMERA VEZ EN ECUADOR!")

iiab-diagnostics: https://paste.centos.org/view/d9b61464

deldesir commented 3 weeks ago

The issue seems to be related to Bash and it affects only Ubuntu 24.10.

Other issues about Bash on Ubuntu 24.10 (may or may not be related): https://github.com/jellyfin/jellyfin-repo-helper-scripts/issues/5 https://askubuntu.com/questions/1531490/printf-builtin-prints-nan-for-floating-point-numbers-in-ubuntu-24-10

holta commented 2 weeks ago

Tests should now be run on Ubuntu 25.04 pre-releases like this one:

https://cloud-images.ubuntu.com/plucky/

(...to confirm that IIAB Calibre-Web urgently needs to be fixed on both OS's, Ubuntu 24.10 and 25.04!)

holta commented 2 weeks ago

Looks like the same exact problem on Ubuntu 25.04 pre-releases:

image

Test URL: https://www.youtube.com/watch?v=tmbZVmXyOXM

iiab-diagnostics: https://paste.centos.org/view/0cfde31d

deldesir commented 1 week ago

New error with Bash 5.3.0(1)-beta (devel): Test made on Ubuntu 24.10 with and without the test plan.

root@bm2410b:~# tail -f /var/log/xklb.log
2024-11-12 11:25:03 - [Info] Using yt-dlp 2024.11.04
2024-11-12 11:25:03 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=Wver27ebRWU' --force -vv
2024-11-12 11:25:03 - [Debug] library v3.0.024 :: /root/.local/share/pipx/venvs/xklb/bin
2024-11-12 11:25:03 - [Debug] ['/usr/local/bin/lb', 'tubeadd', '/library/calibre-web/xklb-metadata.db', 'https://www.youtube.com/watch?v=Wver27ebRWU', '--force', '-vv']
2024-11-12 11:25:03 - [Debug] {'force': True, 'paths': ['https://www.youtube.com/watch?v=Wver27ebRWU']}
2024-11-12 11:25:03 - [Debug] {'noprogress': True, 'skip_download': True, 'lazy_playlist': True, 'extract_flat': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'force': True}
2024-11-12 11:25:03 - [Debug] yt-dlp initialized 0.0813
2024-11-12 11:25:03 - [Info] [youtube] Extracting URL: https://www.youtube.com/watch?v=Wver27ebRWU
2024-11-12 11:25:03 - [Info] [youtube] Wver27ebRWU: Downloading webpage
2024-11-12 11:25:04 - [Info] [youtube] Wver27ebRWU: Downloading ios player API JSON
2024-11-12 11:25:04 - [Info] [youtube] Wver27ebRWU: Downloading mweb player API JSON
2024-11-12 11:25:04 - [Info] [youtube] Wver27ebRWU: Downloading player 6f0e2ed6
2024-11-12 11:25:06 - [Debug] no such table: media
2024-11-12 11:25:06 - [Debug] Importing playlist-less media https://www.youtube.com/watch?v=Wver27ebRWU
2024-11-12 11:25:06 - [Debug] media.playlist_media_add 2.5361
2024-11-12 11:25:07 - [Debug] ydl.extract_info done 0.7216
2024-11-12 11:25:07 - [Debug]
2024-11-12 11:25:07 - [Debug] Optimizing database
2024-11-12 11:25:07 - [Debug] Processing table: media
2024-11-12 11:25:07 - [Debug] Transforming column order: ['id', 'size', 'duration', 'time_uploaded', 'time_created', 'time_modified', 'time_deleted', 'time_downloaded', 'fps', 'view_count', 'path', 'webpath', 'extractor_id']
2024-11-12 11:25:07 - [Debug] Creating index: id
2024-11-12 11:25:07 - [Debug] Creating index: size
2024-11-12 11:25:07 - [Debug] Creating index: duration
2024-11-12 11:25:07 - [Debug] Creating index: time_uploaded
2024-11-12 11:25:07 - [Debug] Creating index: time_created
2024-11-12 11:25:07 - [Debug] Creating index: time_modified
2024-11-12 11:25:07 - [Debug] Creating index: time_deleted
2024-11-12 11:25:07 - [Debug] Creating index: time_downloaded
2024-11-12 11:25:07 - [Debug] Creating index: fps
2024-11-12 11:25:07 - [Debug] Creating index: view_count
2024-11-12 11:25:07 - [Debug] Creating index: live_status
2024-11-12 11:25:07 - [Debug] Creating index: uploader
2024-11-12 11:25:07 - [Debug] Creating index: path
2024-11-12 11:25:07 - [Debug] Creating fts index: ['path', 'webpath', 'title']
2024-11-12 11:25:07 - [Debug] Processing table: captions
2024-11-12 11:25:07 - [Debug] Creating index: media_id
2024-11-12 11:25:07 - [Debug] Creating index: time
2024-11-12 11:25:07 - [Debug] Creating fts index: ['text']
2024-11-12 11:25:07 - [Debug] Running VACUUM
2024-11-12 11:25:07 - [Debug] Running ANALYZE
2024-11-12 11:25:07 - [Info]
2024-11-12 11:25:07 - [Info] lb-wrapper's xklb command (tubeadd) completed successfully.
2024-11-12 11:25:07 - [Info] Using yt-dlp 2024.11.04
2024-11-12 11:25:07 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video --search 'https://www.youtube.com/watch?v=Wver27ebRWU' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv
2024-11-12 11:25:08 - [Debug] library v3.0.024 :: /root/.local/share/pipx/venvs/xklb/bin
2024-11-12 11:25:08 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', '--search', 'https://www.youtube.com/watch?v=Wver27ebRWU', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv']
2024-11-12 11:25:08 - [Debug] {'include': ['https://www.youtube.com/watch?v=Wver27ebRWU'], 'subs': True, 'live': True, 'paths': ['best']}
2024-11-12 11:25:08 - [Debug] Skipping non-existent file best
2024-11-12 11:25:08 - [Debug] {'time_modified': 0, 'time_deleted': 0, 'download_attempts': 0}
2024-11-12 11:25:08 - [Debug] {'id': 1, 'path': 'https://www.youtube.com/watch?v=Wver27ebRWU', 'title': '3 reasons why medications are so expensive in the US - Kiah Williams', 'duration': 320, 'time_created': 1731428706, 'size': 0, 'time_modified': 0, 'time_downloaded': 0, 'time_deleted': 0, 'error': None, 'extractor_key': 'Playlist-less media'}
2024-11-12 11:25:08 - [Debug] {'noprogress': True, 'lazy_playlist': True, 'noplaylist': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'extractor_args': {'youtube': {'skip': ['authcheck']}}, 'check_formats': 'selected', 'logger': <xklb.createdb.tube_backend.download.<locals>.DictLogger object at 0x770995dd9ac0>, 'postprocessors': [{'key': 'FFmpegMetadata'}, {'key': 'FFmpegEmbedSubtitle'}], 'playlist_items': '1', 'extractor_retries': 3, 'retries': 12, 'retry_sleep_functions': {'extractor': <function download.<locals>.<lambda> at 0x770995de9940>, 'http': <function download.<locals>.<lambda> at 0x770995de99e0>, 'fragment': <function download.<locals>.<lambda> at 0x770995de9a80>}, 'outtmpl': {'default': '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s'}, 'progress_hooks': [<function download.<locals>.<lambda> at 0x770995de9b20>], 'subtitlesformat': 'srt/best', 'writesubtitles': True, 'writeautomaticsub': True, 'format': '--format-sort', 'writethumbnail': True, 'live_from_start': True, 'include': ['https://www.youtube.com/watch?v=Wver27ebRWU'], 'subs': True, 'live': True}
2024-11-12 11:25:08 - [Debug] [yt-dlp]: Downloading https://www.youtube.com/watch?v=Wver27ebRWU
2024-11-12 11:25:11 - [Debug] [https://www.youtube.com/watch?v=Wver27ebRWU]: yt-dlp ERROR: [youtube] Wver27ebRWU: No video formats found!
2024-11-12 11:25:11 - [Debug] [https://www.youtube.com/watch?v=Wver27ebRWU]: yt-dlp returned no info
2024-11-12 11:25:11 - [Debug] [https://www.youtube.com/watch?v=Wver27ebRWU]: Unrecoverable error matched. ERROR: [youtube] Wver27ebRWU: No video formats found!
2024-11-12 11:25:11 - [Debug] Extra media data {'time_modified': 0, 'time_downloaded': 0, 'time_deleted': 0}

Why this matters? That means the command was parsed correctly. The above error is yt-dlp related. I am going to test with the version shipped with Ubuntu 24.10 now.

Update: Same error message encountered on Bash 5.2.32(1)-release.

deldesir commented 1 week ago

Good news at last. Single video downloaded successfully on Ubuntu 24.10 when option --search is omitted in the download command (lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=Wver27ebRWU' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv)

What next? --search option was introduced in https://github.com/iiab/calibre-web/pull/124/commits/64257d2743be95b4576f1230288f89a8b2fcd5b8 because without it all failed videos would be added to the list of requested videos. I am going to check whether leaving it out or not will make a difference.

holta commented 1 week ago

Good news at last. Single video downloaded successfully on Ubuntu 24.10 when option --search is omitted in the download command

Great the root cause is starting to emerge!

Ubuntu 24.10 was released more than a month ago so hopefully this'll be solved soon!

holta commented 1 week ago

Just another test to confirm this is still failing on the latest (and fully apt-updated) Ubuntu 25.04 pre-release:

image

Test URL: https://www.youtube.com/shorts/dZXJnmhGd2k

iiab-diagnostics https://paste.centos.org/view/18f85c43

deldesir commented 1 week ago

What next? --search option was introduced in 64257d2 because without it all failed videos would be added to the list of requested videos. I am going to check whether leaving it out or not will make a difference.

Videos will download when --search option is not used, but this makes all failed videos from previous runs eligible for current downloading session.

Let's consider this database: https://dbhub.io/deldesir/xklb-metadata-test.db. Some videos are not downloaded. They are recognized by their path values in table media being URLs instead of actual paths.

Now, when the playlist of 4 videos https://www.youtube.com/playlist?list=PL1mGU3fBqrV9yoNCE4YNJFsDzBg8Np68A is submitted for download, notice how the database changed: https://dbhub.io/deldesir/xklb-metadata-test2.db. What happened is 14 videos were downloaded instead of the 4 requested. Here is the log:

sqlalchemy-generated.db schema ``` 2024-11-14 12:41:54 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/playlist?list=PL1mGU3fBqrV9yoNCE4YNJFsDzBg8Np68A' --force -vv 2024-11-14 12:41:54 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:41:54 - [Debug] ['/usr/local/bin/lb', 'tubeadd', '/library/calibre-web/xklb-metadata.db', 'https://www.youtube.com/playlist?list=PL1mGU3fBqrV9yoNCE4YNJFsDzBg8Np68A', '--force', '-vv'] 2024-11-14 12:41:54 - [Debug] {'force': True, 'paths': ['https://www.youtube.com/playlist?list=PL1mGU3fBqrV9yoNCE4YNJFsDzBg8Np68A']} 2024-11-14 12:41:54 - [Debug] {'noprogress': True, 'skip_download': True, 'lazy_playlist': True, 'extract_flat': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'force': True} 2024-11-14 12:41:54 - [Debug] yt-dlp initialized 0.0839 2024-11-14 12:41:54 - [Info] [youtube:tab] Extracting URL: https://www.youtube.com/playlist?list=PL1mGU3fBqrV9yoNCE4YNJFsDzBg8Np68A 2024-11-14 12:41:54 - [Info] [youtube:tab] PL1mGU3fBqrV9yoNCE4YNJFsDzBg8Np68A: Downloading webpage 2024-11-14 12:41:55 - [Info] [youtube:tab] PL1mGU3fBqrV9yoNCE4YNJFsDzBg8Np68A: Redownloading playlist API JSON with unavailable videos 2024-11-14 12:41:55 - [Info] [youtube:tab] Playlist E.T. the Extra-Terrestrial: Downloading N/A items of 4 2024-11-14 12:41:55 - [Info] [download] Downloading item 1 of N/A 2024-11-14 12:41:55 - [Debug] playlists.add2 0.3726 2024-11-14 12:41:55 - [Debug] media.playlist_media_add 0.0057 2024-11-14 12:41:55 - [Info] [download] Downloading item 2 of N/A 2024-11-14 12:41:55 - [Debug] playlists.add2 0.0052 2024-11-14 12:41:55 - [Debug] media.playlist_media_add 0.0068 2024-11-14 12:41:55 - [Info] [download] Downloading item 3 of N/A 2024-11-14 12:41:55 - [Debug] playlists.add2 0.0057 2024-11-14 12:41:55 - [Debug] media.playlist_media_add 0.0046 2024-11-14 12:41:55 - [Info] [download] Downloading item 4 of N/A 2024-11-14 12:41:55 - [Debug] playlists.add2 0.0065 2024-11-14 12:41:55 - [Debug] media.playlist_media_add 0.0043 2024-11-14 12:41:55 - [Info] [youtube:tab] PL1mGU3fBqrV9yoNCE4YNJFsDzBg8Np68A page 1: Downloading API JSON 2024-11-14 12:41:55 - [Debug] WARNING: [youtube:tab] Incomplete data received. Retrying (1/3)... 2024-11-14 12:41:55 - [Info] [youtube:tab] PL1mGU3fBqrV9yoNCE4YNJFsDzBg8Np68A page 1: Downloading API JSON 2024-11-14 12:41:55 - [Debug] WARNING: [youtube:tab] Incomplete data received. Retrying (2/3)... 2024-11-14 12:41:55 - [Info] [youtube:tab] PL1mGU3fBqrV9yoNCE4YNJFsDzBg8Np68A page 1: Downloading API JSON 2024-11-14 12:41:55 - [Debug] WARNING: [youtube:tab] Incomplete data received. Retrying (3/3)... 2024-11-14 12:41:55 - [Info] [youtube:tab] PL1mGU3fBqrV9yoNCE4YNJFsDzBg8Np68A page 1: Downloading API JSON 2024-11-14 12:41:55 - [Debug] WARNING: [youtube:tab] Incomplete data received. Giving up after 3 retries 2024-11-14 12:41:55 - [Debug] ydl.extract_info done 0.3439 2024-11-14 12:41:55 - [Info] [download] Finished downloading playlist: E.T. the Extra-Terrestrial 2024-11-14 12:41:55 - [Info] 2024-11-14 12:41:55 - [Info] lb-wrapper's xklb command (tubeadd) completed successfully. 2024-11-14 12:41:56 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:41:56 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=tmwIhOCXLrQ' --force -vv 2024-11-14 12:41:56 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:41:56 - [Debug] ['/usr/local/bin/lb', 'tubeadd', '/library/calibre-web/xklb-metadata.db', 'https://www.youtube.com/watch?v=tmwIhOCXLrQ', '--force', '-vv'] 2024-11-14 12:41:56 - [Debug] {'force': True, 'paths': ['https://www.youtube.com/watch?v=tmwIhOCXLrQ']} 2024-11-14 12:41:56 - [Debug] {'noprogress': True, 'skip_download': True, 'lazy_playlist': True, 'extract_flat': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'force': True} 2024-11-14 12:41:56 - [Debug] yt-dlp initialized 0.0795 2024-11-14 12:41:56 - [Info] [youtube] Extracting URL: https://www.youtube.com/watch?v=tmwIhOCXLrQ 2024-11-14 12:41:56 - [Info] [youtube] tmwIhOCXLrQ: Downloading webpage 2024-11-14 12:41:57 - [Info] [youtube] tmwIhOCXLrQ: Downloading ios player API JSON 2024-11-14 12:41:57 - [Info] [youtube] tmwIhOCXLrQ: Downloading mweb player API JSON 2024-11-14 12:41:59 - [Debug] Importing playlist-less media https://www.youtube.com/watch?v=tmwIhOCXLrQ 2024-11-14 12:41:59 - [Debug] media.playlist_media_add 2.4285 2024-11-14 12:41:59 - [Debug] ydl.extract_info done 0.1017 2024-11-14 12:41:59 - [Info] 2024-11-14 12:41:59 - [Info] lb-wrapper's xklb command (tubeadd) completed successfully. 2024-11-14 12:41:59 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:41:59 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=YcUDBgYodIE' --force -vv 2024-11-14 12:41:59 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:41:59 - [Debug] ['/usr/local/bin/lb', 'tubeadd', '/library/calibre-web/xklb-metadata.db', 'https://www.youtube.com/watch?v=YcUDBgYodIE', '--force', '-vv'] 2024-11-14 12:42:00 - [Debug] {'force': True, 'paths': ['https://www.youtube.com/watch?v=YcUDBgYodIE']} 2024-11-14 12:42:00 - [Debug] {'noprogress': True, 'skip_download': True, 'lazy_playlist': True, 'extract_flat': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'force': True} 2024-11-14 12:42:00 - [Debug] yt-dlp initialized 0.0794 2024-11-14 12:42:00 - [Info] [youtube] Extracting URL: https://www.youtube.com/watch?v=YcUDBgYodIE 2024-11-14 12:42:00 - [Info] [youtube] YcUDBgYodIE: Downloading webpage 2024-11-14 12:42:00 - [Info] [youtube] YcUDBgYodIE: Downloading ios player API JSON 2024-11-14 12:42:01 - [Info] [youtube] YcUDBgYodIE: Downloading mweb player API JSON 2024-11-14 12:42:02 - [Debug] Importing playlist-less media https://www.youtube.com/watch?v=YcUDBgYodIE 2024-11-14 12:42:02 - [Debug] media.playlist_media_add 1.8901 2024-11-14 12:42:02 - [Debug] ydl.extract_info done 0.0952 2024-11-14 12:42:02 - [Info] 2024-11-14 12:42:02 - [Info] lb-wrapper's xklb command (tubeadd) completed successfully. 2024-11-14 12:42:02 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:42:02 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=P9VdyPbbzlI' --force -vv 2024-11-14 12:42:02 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:42:02 - [Debug] ['/usr/local/bin/lb', 'tubeadd', '/library/calibre-web/xklb-metadata.db', 'https://www.youtube.com/watch?v=P9VdyPbbzlI', '--force', '-vv'] 2024-11-14 12:42:03 - [Debug] {'force': True, 'paths': ['https://www.youtube.com/watch?v=P9VdyPbbzlI']} 2024-11-14 12:42:03 - [Debug] {'noprogress': True, 'skip_download': True, 'lazy_playlist': True, 'extract_flat': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'force': True} 2024-11-14 12:42:03 - [Debug] yt-dlp initialized 0.0815 2024-11-14 12:42:03 - [Info] [youtube] Extracting URL: https://www.youtube.com/watch?v=P9VdyPbbzlI 2024-11-14 12:42:03 - [Info] [youtube] P9VdyPbbzlI: Downloading webpage 2024-11-14 12:42:03 - [Info] [youtube] P9VdyPbbzlI: Downloading ios player API JSON 2024-11-14 12:42:04 - [Info] [youtube] P9VdyPbbzlI: Downloading mweb player API JSON 2024-11-14 12:42:05 - [Debug] Importing playlist-less media https://www.youtube.com/watch?v=P9VdyPbbzlI 2024-11-14 12:42:05 - [Debug] media.playlist_media_add 1.9023 2024-11-14 12:42:05 - [Debug] ydl.extract_info done 0.0989 2024-11-14 12:42:05 - [Info] 2024-11-14 12:42:05 - [Info] lb-wrapper's xklb command (tubeadd) completed successfully. 2024-11-14 12:42:05 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:42:05 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=ubR8rEgSZSU' --force -vv 2024-11-14 12:42:05 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:42:05 - [Debug] ['/usr/local/bin/lb', 'tubeadd', '/library/calibre-web/xklb-metadata.db', 'https://www.youtube.com/watch?v=ubR8rEgSZSU', '--force', '-vv'] 2024-11-14 12:42:06 - [Debug] {'force': True, 'paths': ['https://www.youtube.com/watch?v=ubR8rEgSZSU']} 2024-11-14 12:42:06 - [Debug] {'noprogress': True, 'skip_download': True, 'lazy_playlist': True, 'extract_flat': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'force': True} 2024-11-14 12:42:06 - [Debug] yt-dlp initialized 0.0806 2024-11-14 12:42:06 - [Info] [youtube] Extracting URL: https://www.youtube.com/watch?v=ubR8rEgSZSU 2024-11-14 12:42:06 - [Info] [youtube] ubR8rEgSZSU: Downloading webpage 2024-11-14 12:42:06 - [Info] [youtube] ubR8rEgSZSU: Downloading ios player API JSON 2024-11-14 12:42:06 - [Info] [youtube] ubR8rEgSZSU: Downloading mweb player API JSON 2024-11-14 12:42:07 - [Debug] Importing playlist-less media https://www.youtube.com/watch?v=ubR8rEgSZSU 2024-11-14 12:42:07 - [Debug] media.playlist_media_add 1.7311 2024-11-14 12:42:08 - [Debug] ydl.extract_info done 0.0999 2024-11-14 12:42:08 - [Info] 2024-11-14 12:42:08 - [Info] lb-wrapper's xklb command (tubeadd) completed successfully. 2024-11-14 12:42:08 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:42:08 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=PaxVCsnox_4' --force -vv 2024-11-14 12:42:08 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:42:08 - [Debug] ['/usr/local/bin/lb', 'tubeadd', '/library/calibre-web/xklb-metadata.db', 'https://www.youtube.com/watch?v=PaxVCsnox_4', '--force', '-vv'] 2024-11-14 12:42:08 - [Debug] {'force': True, 'paths': ['https://www.youtube.com/watch?v=PaxVCsnox_4']} 2024-11-14 12:42:08 - [Debug] {'noprogress': True, 'skip_download': True, 'lazy_playlist': True, 'extract_flat': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'force': True} 2024-11-14 12:42:09 - [Debug] yt-dlp initialized 0.0813 2024-11-14 12:42:09 - [Info] [youtube] Extracting URL: https://www.youtube.com/watch?v=PaxVCsnox_4 2024-11-14 12:42:09 - [Info] [youtube] PaxVCsnox_4: Downloading webpage 2024-11-14 12:42:09 - [Info] [youtube] PaxVCsnox_4: Downloading ios player API JSON 2024-11-14 12:42:09 - [Info] [youtube] PaxVCsnox_4: Downloading mweb player API JSON 2024-11-14 12:42:11 - [Debug] Importing playlist-less media https://www.youtube.com/watch?v=PaxVCsnox_4 2024-11-14 12:42:11 - [Debug] media.playlist_media_add 2.4369 2024-11-14 12:42:11 - [Debug] ydl.extract_info done 0.0999 2024-11-14 12:42:11 - [Info] 2024-11-14 12:42:11 - [Info] lb-wrapper's xklb command (tubeadd) completed successfully. 2024-11-14 12:42:12 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:42:12 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=9WvoGlQ7zH8' --force -vv 2024-11-14 12:42:12 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:42:12 - [Debug] ['/usr/local/bin/lb', 'tubeadd', '/library/calibre-web/xklb-metadata.db', 'https://www.youtube.com/watch?v=9WvoGlQ7zH8', '--force', '-vv'] 2024-11-14 12:42:12 - [Debug] {'force': True, 'paths': ['https://www.youtube.com/watch?v=9WvoGlQ7zH8']} 2024-11-14 12:42:12 - [Debug] {'noprogress': True, 'skip_download': True, 'lazy_playlist': True, 'extract_flat': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'force': True} 2024-11-14 12:42:12 - [Debug] yt-dlp initialized 0.0800 2024-11-14 12:42:12 - [Info] [youtube] Extracting URL: https://www.youtube.com/watch?v=9WvoGlQ7zH8 2024-11-14 12:42:12 - [Info] [youtube] 9WvoGlQ7zH8: Downloading webpage 2024-11-14 12:42:13 - [Info] [youtube] 9WvoGlQ7zH8: Downloading ios player API JSON 2024-11-14 12:42:13 - [Info] [youtube] 9WvoGlQ7zH8: Downloading mweb player API JSON 2024-11-14 12:42:15 - [Debug] Importing playlist-less media https://www.youtube.com/watch?v=9WvoGlQ7zH8 2024-11-14 12:42:15 - [Debug] media.playlist_media_add 2.5042 2024-11-14 12:42:15 - [Debug] ydl.extract_info done 0.0978 2024-11-14 12:42:15 - [Info] 2024-11-14 12:42:15 - [Info] lb-wrapper's xklb command (tubeadd) completed successfully. 2024-11-14 12:42:15 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:42:15 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=_KhYRqozTDE' --force -vv 2024-11-14 12:42:15 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:42:15 - [Debug] ['/usr/local/bin/lb', 'tubeadd', '/library/calibre-web/xklb-metadata.db', 'https://www.youtube.com/watch?v=_KhYRqozTDE', '--force', '-vv'] 2024-11-14 12:42:16 - [Debug] {'force': True, 'paths': ['https://www.youtube.com/watch?v=_KhYRqozTDE']} 2024-11-14 12:42:16 - [Debug] {'noprogress': True, 'skip_download': True, 'lazy_playlist': True, 'extract_flat': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'force': True} 2024-11-14 12:42:16 - [Debug] yt-dlp initialized 0.0807 2024-11-14 12:42:16 - [Info] [youtube] Extracting URL: https://www.youtube.com/watch?v=_KhYRqozTDE 2024-11-14 12:42:16 - [Info] [youtube] _KhYRqozTDE: Downloading webpage 2024-11-14 12:42:17 - [Info] [youtube] _KhYRqozTDE: Downloading ios player API JSON 2024-11-14 12:42:17 - [Info] [youtube] _KhYRqozTDE: Downloading mweb player API JSON 2024-11-14 12:42:18 - [Debug] Importing playlist-less media https://www.youtube.com/watch?v=_KhYRqozTDE 2024-11-14 12:42:18 - [Debug] media.playlist_media_add 1.8338 2024-11-14 12:42:18 - [Debug] ydl.extract_info done 0.0978 2024-11-14 12:42:18 - [Info] 2024-11-14 12:42:18 - [Info] lb-wrapper's xklb command (tubeadd) completed successfully. 2024-11-14 12:42:18 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:42:18 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=2uTq2vtyTA0' --force -vv 2024-11-14 12:42:18 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:42:18 - [Debug] ['/usr/local/bin/lb', 'tubeadd', '/library/calibre-web/xklb-metadata.db', 'https://www.youtube.com/watch?v=2uTq2vtyTA0', '--force', '-vv'] 2024-11-14 12:42:19 - [Debug] {'force': True, 'paths': ['https://www.youtube.com/watch?v=2uTq2vtyTA0']} 2024-11-14 12:42:19 - [Debug] {'noprogress': True, 'skip_download': True, 'lazy_playlist': True, 'extract_flat': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'force': True} 2024-11-14 12:42:19 - [Debug] yt-dlp initialized 0.0816 2024-11-14 12:42:19 - [Info] [youtube] Extracting URL: https://www.youtube.com/watch?v=2uTq2vtyTA0 2024-11-14 12:42:19 - [Info] [youtube] 2uTq2vtyTA0: Downloading webpage 2024-11-14 12:42:19 - [Info] [youtube] 2uTq2vtyTA0: Downloading ios player API JSON 2024-11-14 12:42:19 - [Info] [youtube] 2uTq2vtyTA0: Downloading mweb player API JSON 2024-11-14 12:42:21 - [Debug] Importing playlist-less media https://www.youtube.com/watch?v=2uTq2vtyTA0 2024-11-14 12:42:21 - [Debug] media.playlist_media_add 2.2979 2024-11-14 12:42:21 - [Debug] ydl.extract_info done 0.0984 2024-11-14 12:42:21 - [Info] 2024-11-14 12:42:21 - [Info] lb-wrapper's xklb command (tubeadd) completed successfully. 2024-11-14 12:42:22 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:42:22 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=zFI-MG5PEtw' --force -vv 2024-11-14 12:42:22 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:42:22 - [Debug] ['/usr/local/bin/lb', 'tubeadd', '/library/calibre-web/xklb-metadata.db', 'https://www.youtube.com/watch?v=zFI-MG5PEtw', '--force', '-vv'] 2024-11-14 12:42:22 - [Debug] {'force': True, 'paths': ['https://www.youtube.com/watch?v=zFI-MG5PEtw']} 2024-11-14 12:42:22 - [Debug] {'noprogress': True, 'skip_download': True, 'lazy_playlist': True, 'extract_flat': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'force': True} 2024-11-14 12:42:22 - [Debug] yt-dlp initialized 0.0836 2024-11-14 12:42:22 - [Info] [youtube] Extracting URL: https://www.youtube.com/watch?v=zFI-MG5PEtw 2024-11-14 12:42:22 - [Info] [youtube] zFI-MG5PEtw: Downloading webpage 2024-11-14 12:42:23 - [Info] [youtube] zFI-MG5PEtw: Downloading ios player API JSON 2024-11-14 12:42:23 - [Info] [youtube] zFI-MG5PEtw: Downloading mweb player API JSON 2024-11-14 12:42:25 - [Debug] Importing playlist-less media https://www.youtube.com/watch?v=zFI-MG5PEtw 2024-11-14 12:42:25 - [Debug] media.playlist_media_add 2.4372 2024-11-14 12:42:25 - [Debug] ydl.extract_info done 0.1016 2024-11-14 12:42:25 - [Info] 2024-11-14 12:42:25 - [Info] lb-wrapper's xklb command (tubeadd) completed successfully. 2024-11-14 12:42:25 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:42:25 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=rm10ifaufys' --force -vv 2024-11-14 12:42:25 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:42:25 - [Debug] ['/usr/local/bin/lb', 'tubeadd', '/library/calibre-web/xklb-metadata.db', 'https://www.youtube.com/watch?v=rm10ifaufys', '--force', '-vv'] 2024-11-14 12:42:26 - [Debug] {'force': True, 'paths': ['https://www.youtube.com/watch?v=rm10ifaufys']} 2024-11-14 12:42:26 - [Debug] {'noprogress': True, 'skip_download': True, 'lazy_playlist': True, 'extract_flat': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'force': True} 2024-11-14 12:42:26 - [Debug] yt-dlp initialized 0.0807 2024-11-14 12:42:26 - [Info] [youtube] Extracting URL: https://www.youtube.com/watch?v=rm10ifaufys 2024-11-14 12:42:26 - [Info] [youtube] rm10ifaufys: Downloading webpage 2024-11-14 12:42:27 - [Info] [youtube] rm10ifaufys: Downloading ios player API JSON 2024-11-14 12:42:27 - [Info] [youtube] rm10ifaufys: Downloading mweb player API JSON 2024-11-14 12:42:28 - [Debug] Importing playlist-less media https://www.youtube.com/watch?v=rm10ifaufys 2024-11-14 12:42:28 - [Debug] media.playlist_media_add 2.3351 2024-11-14 12:42:28 - [Debug] ydl.extract_info done 0.1008 2024-11-14 12:42:28 - [Info] 2024-11-14 12:42:28 - [Info] lb-wrapper's xklb command (tubeadd) completed successfully. 2024-11-14 12:42:29 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:42:29 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=O0i7-DsUUm0' --force -vv 2024-11-14 12:42:29 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:42:29 - [Debug] ['/usr/local/bin/lb', 'tubeadd', '/library/calibre-web/xklb-metadata.db', 'https://www.youtube.com/watch?v=O0i7-DsUUm0', '--force', '-vv'] 2024-11-14 12:42:29 - [Debug] {'force': True, 'paths': ['https://www.youtube.com/watch?v=O0i7-DsUUm0']} 2024-11-14 12:42:29 - [Debug] {'noprogress': True, 'skip_download': True, 'lazy_playlist': True, 'extract_flat': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'force': True} 2024-11-14 12:42:29 - [Debug] yt-dlp initialized 0.0818 2024-11-14 12:42:29 - [Info] [youtube] Extracting URL: https://www.youtube.com/watch?v=O0i7-DsUUm0 2024-11-14 12:42:29 - [Info] [youtube] O0i7-DsUUm0: Downloading webpage 2024-11-14 12:42:30 - [Info] [youtube] O0i7-DsUUm0: Downloading ios player API JSON 2024-11-14 12:42:30 - [Info] [youtube] O0i7-DsUUm0: Downloading mweb player API JSON 2024-11-14 12:42:31 - [Debug] Importing playlist-less media https://www.youtube.com/watch?v=O0i7-DsUUm0 2024-11-14 12:42:31 - [Debug] media.playlist_media_add 2.1595 2024-11-14 12:42:31 - [Debug] ydl.extract_info done 0.0942 2024-11-14 12:42:31 - [Info] 2024-11-14 12:42:32 - [Info] lb-wrapper's xklb command (tubeadd) completed successfully. 2024-11-14 12:42:32 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:42:32 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=EBQJPyB4OVs' --force -vv 2024-11-14 12:42:32 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:42:32 - [Debug] ['/usr/local/bin/lb', 'tubeadd', '/library/calibre-web/xklb-metadata.db', 'https://www.youtube.com/watch?v=EBQJPyB4OVs', '--force', '-vv'] 2024-11-14 12:42:32 - [Debug] {'force': True, 'paths': ['https://www.youtube.com/watch?v=EBQJPyB4OVs']} 2024-11-14 12:42:32 - [Debug] {'noprogress': True, 'skip_download': True, 'lazy_playlist': True, 'extract_flat': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'force': True} 2024-11-14 12:42:33 - [Debug] yt-dlp initialized 0.0823 2024-11-14 12:42:33 - [Info] [youtube] Extracting URL: https://www.youtube.com/watch?v=EBQJPyB4OVs 2024-11-14 12:42:33 - [Info] [youtube] EBQJPyB4OVs: Downloading webpage 2024-11-14 12:42:33 - [Info] [youtube] EBQJPyB4OVs: Downloading ios player API JSON 2024-11-14 12:42:33 - [Info] [youtube] EBQJPyB4OVs: Downloading mweb player API JSON 2024-11-14 12:42:35 - [Debug] Importing playlist-less media https://www.youtube.com/watch?v=EBQJPyB4OVs 2024-11-14 12:42:35 - [Debug] media.playlist_media_add 2.5450 2024-11-14 12:42:35 - [Debug] ydl.extract_info done 0.0987 2024-11-14 12:42:35 - [Info] 2024-11-14 12:42:35 - [Info] lb-wrapper's xklb command (tubeadd) completed successfully. 2024-11-14 12:42:36 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:42:36 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=nL0ujGxgDTU' --force -vv 2024-11-14 12:42:36 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:42:36 - [Debug] ['/usr/local/bin/lb', 'tubeadd', '/library/calibre-web/xklb-metadata.db', 'https://www.youtube.com/watch?v=nL0ujGxgDTU', '--force', '-vv'] 2024-11-14 12:42:36 - [Debug] {'force': True, 'paths': ['https://www.youtube.com/watch?v=nL0ujGxgDTU']} 2024-11-14 12:42:36 - [Debug] {'noprogress': True, 'skip_download': True, 'lazy_playlist': True, 'extract_flat': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'force': True} 2024-11-14 12:42:36 - [Debug] yt-dlp initialized 0.0797 2024-11-14 12:42:36 - [Info] [youtube] Extracting URL: https://www.youtube.com/watch?v=nL0ujGxgDTU 2024-11-14 12:42:36 - [Info] [youtube] nL0ujGxgDTU: Downloading webpage 2024-11-14 12:42:37 - [Info] [youtube] nL0ujGxgDTU: Downloading ios player API JSON 2024-11-14 12:42:37 - [Info] [youtube] nL0ujGxgDTU: Downloading mweb player API JSON 2024-11-14 12:42:39 - [Debug] Importing playlist-less media https://www.youtube.com/watch?v=nL0ujGxgDTU 2024-11-14 12:42:39 - [Debug] media.playlist_media_add 2.4436 2024-11-14 12:42:39 - [Debug] ydl.extract_info done 0.0973 2024-11-14 12:42:39 - [Info] 2024-11-14 12:42:39 - [Info] lb-wrapper's xklb command (tubeadd) completed successfully. 2024-11-14 12:42:39 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:42:39 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=Q7Ya9R95HLE' --force -vv 2024-11-14 12:42:39 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:42:39 - [Debug] ['/usr/local/bin/lb', 'tubeadd', '/library/calibre-web/xklb-metadata.db', 'https://www.youtube.com/watch?v=Q7Ya9R95HLE', '--force', '-vv'] 2024-11-14 12:42:40 - [Debug] {'force': True, 'paths': ['https://www.youtube.com/watch?v=Q7Ya9R95HLE']} 2024-11-14 12:42:40 - [Debug] {'noprogress': True, 'skip_download': True, 'lazy_playlist': True, 'extract_flat': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'force': True} 2024-11-14 12:42:40 - [Debug] yt-dlp initialized 0.0797 2024-11-14 12:42:40 - [Info] [youtube] Extracting URL: https://www.youtube.com/watch?v=Q7Ya9R95HLE 2024-11-14 12:42:40 - [Info] [youtube] Q7Ya9R95HLE: Downloading webpage 2024-11-14 12:42:40 - [Info] [youtube] Q7Ya9R95HLE: Downloading ios player API JSON 2024-11-14 12:42:40 - [Info] [youtube] Q7Ya9R95HLE: Downloading mweb player API JSON 2024-11-14 12:42:42 - [Debug] Importing playlist-less media https://www.youtube.com/watch?v=Q7Ya9R95HLE 2024-11-14 12:42:42 - [Debug] media.playlist_media_add 2.1946 2024-11-14 12:42:42 - [Debug] ydl.extract_info done 0.1004 2024-11-14 12:42:42 - [Info] 2024-11-14 12:42:42 - [Info] lb-wrapper's xklb command (tubeadd) completed successfully. 2024-11-14 12:42:42 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:42:42 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=2uTq2vtyTA0' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv 2024-11-14 12:42:43 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:42:43 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', 'https://www.youtube.com/watch?v=2uTq2vtyTA0', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv'] 2024-11-14 12:42:43 - [Debug] {'subs': True, 'live': True, 'paths': ['https://www.youtube.com/watch?v=2uTq2vtyTA0']} 2024-11-14 12:42:43 - [Debug] {'time_modified': 0, 'time_deleted': 0, 'download_attempts': None} 2024-11-14 12:42:43 - [Debug] {'path': 'https://www.youtube.com/watch?v=2uTq2vtyTA0'} 2024-11-14 12:42:43 - [Debug] {'noprogress': True, 'lazy_playlist': True, 'noplaylist': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'extractor_args': {'youtube': {'skip': ['authcheck']}}, 'check_formats': 'selected', 'logger': .DictLogger object at 0x7e1e5e273da0>, 'postprocessors': [{'key': 'FFmpegMetadata'}, {'key': 'FFmpegEmbedSubtitle'}], 'playlist_items': '1', 'extractor_retries': 3, 'retries': 12, 'retry_sleep_functions': {'extractor': . at 0x7e1e5e28d300>, 'http': . at 0x7e1e5e28d3a0>, 'fragment': . at 0x7e1e5e28d440>}, 'outtmpl': {'default': '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s'}, 'progress_hooks': [. at 0x7e1e5e28d4e0>], 'subtitlesformat': 'srt/best', 'writesubtitles': True, 'writeautomaticsub': True, 'format': 'best', 'format_sort': ['tbr~1000'], 'writethumbnail': True, 'live_from_start': True, '_warnings': ['"-f best" selects the best pre-merged format which is often not the best option.\n To let yt-dlp download and merge the best available formats, simply do not pass any format selection.\n If you know what you are doing and want only the best pre-merged format, use "-f b" instead to suppress this warning'], 'subs': True, 'live': True} 2024-11-14 12:42:43 - [Debug] [yt-dlp]: Downloading https://www.youtube.com/watch?v=2uTq2vtyTA0 2024-11-14 12:42:46 - [Debug] [https://www.youtube.com/watch?v=2uTq2vtyTA0]: Downloaded to /library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante's Peak_792.00_[2uTq2vtyTA0].mp4 2024-11-14 12:42:46 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '0.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante's Peak_792.00_[2uTq2vtyTA0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:46 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:46 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 0.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante'"'"'s Peak_792.00_[2uTq2vtyTA0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:46 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '74.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante's Peak_792.00_[2uTq2vtyTA0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:46 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:46 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 74.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante'"'"'s Peak_792.00_[2uTq2vtyTA0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:46 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '37.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante's Peak_792.00_[2uTq2vtyTA0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:46 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:46 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 37.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante'"'"'s Peak_792.00_[2uTq2vtyTA0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:46 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '111.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante's Peak_792.00_[2uTq2vtyTA0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:46 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:46 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 111.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante'"'"'s Peak_792.00_[2uTq2vtyTA0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:46 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '185.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante's Peak_792.00_[2uTq2vtyTA0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:46 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:46 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 185.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante'"'"'s Peak_792.00_[2uTq2vtyTA0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:46 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '259.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante's Peak_792.00_[2uTq2vtyTA0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:46 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:47 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 259.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante'"'"'s Peak_792.00_[2uTq2vtyTA0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:47 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '148.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante's Peak_792.00_[2uTq2vtyTA0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:47 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:47 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 148.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante'"'"'s Peak_792.00_[2uTq2vtyTA0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:47 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '222.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante's Peak_792.00_[2uTq2vtyTA0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:47 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:47 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 222.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante'"'"'s Peak_792.00_[2uTq2vtyTA0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:47 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '296.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante's Peak_792.00_[2uTq2vtyTA0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:47 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:47 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 296.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante'"'"'s Peak_792.00_[2uTq2vtyTA0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:47 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '333.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante's Peak_792.00_[2uTq2vtyTA0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:47 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:47 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 333.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante'"'"'s Peak_792.00_[2uTq2vtyTA0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:47 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '359.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante's Peak_792.00_[2uTq2vtyTA0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:47 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:47 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 359.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante'"'"'s Peak_792.00_[2uTq2vtyTA0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:51 - [Debug] ('ffprobe', '-show_entries', 'stream=r_frame_rate,nb_read_frames,duration', '-select_streams', 'v', '-count_frames', '-of', 'json', '-threads', '1', '-v', '0', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante's Peak_792.00_[2uTq2vtyTA0].mp4") 2024-11-14 12:42:51 - [Debug] { 2024-11-14 12:42:51 - [Debug] "programs": [ 2024-11-14 12:42:51 - [Debug] 2024-11-14 12:42:51 - [Debug] ], 2024-11-14 12:42:51 - [Debug] "stream_groups": [ 2024-11-14 12:42:51 - [Debug] 2024-11-14 12:42:51 - [Debug] ], 2024-11-14 12:42:51 - [Debug] "streams": [ 2024-11-14 12:42:51 - [Debug] { 2024-11-14 12:42:51 - [Debug] "r_frame_rate": "24000/1001", 2024-11-14 12:42:51 - [Debug] "duration": "360.526833", 2024-11-14 12:42:51 - [Debug] "nb_read_frames": "8644" 2024-11-14 12:42:51 - [Debug] } 2024-11-14 12:42:51 - [Debug] ] 2024-11-14 12:42:51 - [Debug] } 2024-11-14 12:42:51 - [Debug] Extra data {'nb_stream_groups': 0} 2024-11-14 12:42:51 - [Debug] Extra media data {'requested_subtitles_en_ext': 'vtt', 'requested_subtitles_en_url': 'https://www.youtube.com/api/timedtext?v=2uTq2vtyTA0&ei=lDY2Z6mqDd61kucP7ImNoAI&caps=asr&opi=112496729&exp=xbt&xoaf=5&hl=en&ip=0.0.0.0&ipbits=0&expire=1731631364&sparams=ip%2Cipbits%2Cexpire%2Cv%2Cei%2Ccaps%2Copi%2Cexp%2Cxoaf&signature=150AFFE34BAEF43C59F50506076C3FBF4EA8DCAB.4289E8AF38D7865582806131067A6DCA28A78974&key=yt8&kind=asr&lang=en&fmt=vtt', 'requested_subtitles_en_name': 'English', 'requested_subtitles_en_filepath': "/library/downloads/calibre-web/Youtube/Popcorn Picks/Crossing The Boiling River (Pierce Brosnan) | Dante's Peak_792.00_[2uTq2vtyTA0].en.vtt", 'corruption': 0} 2024-11-14 12:42:51 - [Info] lb-wrapper's xklb command (dl) completed successfully. 2024-11-14 12:42:52 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:42:52 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=PaxVCsnox_4' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv 2024-11-14 12:42:52 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:42:52 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', 'https://www.youtube.com/watch?v=PaxVCsnox_4', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv'] 2024-11-14 12:42:52 - [Debug] {'subs': True, 'live': True, 'paths': ['https://www.youtube.com/watch?v=PaxVCsnox_4']} 2024-11-14 12:42:52 - [Debug] {'time_modified': 0, 'time_deleted': 0, 'download_attempts': None} 2024-11-14 12:42:52 - [Debug] {'path': 'https://www.youtube.com/watch?v=PaxVCsnox_4'} 2024-11-14 12:42:52 - [Debug] {'noprogress': True, 'lazy_playlist': True, 'noplaylist': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'extractor_args': {'youtube': {'skip': ['authcheck']}}, 'check_formats': 'selected', 'logger': .DictLogger object at 0x79b634553d40>, 'postprocessors': [{'key': 'FFmpegMetadata'}, {'key': 'FFmpegEmbedSubtitle'}], 'playlist_items': '1', 'extractor_retries': 3, 'retries': 12, 'retry_sleep_functions': {'extractor': . at 0x79b63456d300>, 'http': . at 0x79b63456d3a0>, 'fragment': . at 0x79b63456d440>}, 'outtmpl': {'default': '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s'}, 'progress_hooks': [. at 0x79b63456d4e0>], 'subtitlesformat': 'srt/best', 'writesubtitles': True, 'writeautomaticsub': True, 'format': 'best', 'format_sort': ['tbr~1000'], 'writethumbnail': True, 'live_from_start': True, '_warnings': ['"-f best" selects the best pre-merged format which is often not the best option.\n To let yt-dlp download and merge the best available formats, simply do not pass any format selection.\n If you know what you are doing and want only the best pre-merged format, use "-f b" instead to suppress this warning'], 'subs': True, 'live': True} 2024-11-14 12:42:53 - [Debug] [yt-dlp]: Downloading https://www.youtube.com/watch?v=PaxVCsnox_4 2024-11-14 12:42:58 - [Debug] [https://www.youtube.com/watch?v=PaxVCsnox_4]: Downloaded to /library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4 2024-11-14 12:42:58 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '35.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:58 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:58 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 35.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:58 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '0.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:58 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:58 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 0.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:58 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '70.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:58 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:58 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 70.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:58 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '105.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:58 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:58 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 105.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:58 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '140.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:58 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:58 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 140.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:58 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '175.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:58 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:58 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 175.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:58 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '210.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:58 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:58 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 210.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:58 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '280.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:58 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:58 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 280.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:58 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '315.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:58 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:58 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 315.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:58 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '245.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:58 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:58 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 245.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:42:58 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '331.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:42:58 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:42:58 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 331.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:01 - [Debug] ('ffprobe', '-show_entries', 'stream=r_frame_rate,nb_read_frames,duration', '-select_streams', 'v', '-count_frames', '-of', 'json', '-threads', '1', '-v', '0', '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].mp4') 2024-11-14 12:43:01 - [Debug] { 2024-11-14 12:43:01 - [Debug] "programs": [ 2024-11-14 12:43:01 - [Debug] 2024-11-14 12:43:01 - [Debug] ], 2024-11-14 12:43:01 - [Debug] "stream_groups": [ 2024-11-14 12:43:01 - [Debug] 2024-11-14 12:43:01 - [Debug] ], 2024-11-14 12:43:01 - [Debug] "streams": [ 2024-11-14 12:43:01 - [Debug] { 2024-11-14 12:43:01 - [Debug] "r_frame_rate": "24000/1001", 2024-11-14 12:43:01 - [Debug] "duration": "332.373708", 2024-11-14 12:43:01 - [Debug] "nb_read_frames": "7969" 2024-11-14 12:43:01 - [Debug] } 2024-11-14 12:43:01 - [Debug] ] 2024-11-14 12:43:01 - [Debug] } 2024-11-14 12:43:01 - [Debug] Extra data {'nb_stream_groups': 0} 2024-11-14 12:43:01 - [Debug] Extra media data {'requested_subtitles_en_ext': 'vtt', 'requested_subtitles_en_url': 'https://www.youtube.com/api/timedtext?v=PaxVCsnox_4&ei=nTY2Z-77M-uKkucPk-yEoQI&caps=asr&opi=112496729&exp=xbt&xoaf=5&hl=en&ip=0.0.0.0&ipbits=0&expire=1731631373&sparams=ip%2Cipbits%2Cexpire%2Cv%2Cei%2Ccaps%2Copi%2Cexp%2Cxoaf&signature=27412CC80CD08DB51D05427678F1C6B9BBFDFD26.F04CA38F150605F14AEE9AE7870027D2D41500B4&key=yt8&lang=en&fmt=vtt', 'requested_subtitles_en_name': 'English', 'requested_subtitles_en_filepath': '/library/downloads/calibre-web/Youtube/TED-Ed/Which voting system is the best? - Alex Gendler_1.25M_[PaxVCsnox_4].en.vtt', 'corruption': 0} 2024-11-14 12:43:01 - [Info] lb-wrapper's xklb command (dl) completed successfully. 2024-11-14 12:43:02 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:43:02 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=zFI-MG5PEtw' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv 2024-11-14 12:43:02 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:43:02 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', 'https://www.youtube.com/watch?v=zFI-MG5PEtw', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv'] 2024-11-14 12:43:02 - [Debug] {'subs': True, 'live': True, 'paths': ['https://www.youtube.com/watch?v=zFI-MG5PEtw']} 2024-11-14 12:43:02 - [Debug] {'time_modified': 0, 'time_deleted': 0, 'download_attempts': None} 2024-11-14 12:43:02 - [Debug] {'path': 'https://www.youtube.com/watch?v=zFI-MG5PEtw'} 2024-11-14 12:43:02 - [Debug] {'noprogress': True, 'lazy_playlist': True, 'noplaylist': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'extractor_args': {'youtube': {'skip': ['authcheck']}}, 'check_formats': 'selected', 'logger': .DictLogger object at 0x7f1fc7b4ffe0>, 'postprocessors': [{'key': 'FFmpegMetadata'}, {'key': 'FFmpegEmbedSubtitle'}], 'playlist_items': '1', 'extractor_retries': 3, 'retries': 12, 'retry_sleep_functions': {'extractor': . at 0x7f1fc7b6d300>, 'http': . at 0x7f1fc7b6d3a0>, 'fragment': . at 0x7f1fc7b6d440>}, 'outtmpl': {'default': '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s'}, 'progress_hooks': [. at 0x7f1fc7b6d4e0>], 'subtitlesformat': 'srt/best', 'writesubtitles': True, 'writeautomaticsub': True, 'format': 'best', 'format_sort': ['tbr~1000'], 'writethumbnail': True, 'live_from_start': True, '_warnings': ['"-f best" selects the best pre-merged format which is often not the best option.\n To let yt-dlp download and merge the best available formats, simply do not pass any format selection.\n If you know what you are doing and want only the best pre-merged format, use "-f b" instead to suppress this warning'], 'subs': True, 'live': True} 2024-11-14 12:43:02 - [Debug] [yt-dlp]: Downloading https://www.youtube.com/watch?v=zFI-MG5PEtw 2024-11-14 12:43:06 - [Debug] [https://www.youtube.com/watch?v=zFI-MG5PEtw]: Downloaded to /library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan's Robot Accident | Dante's Peak_765.00_[zFI-MG5PEtw].mp4 2024-11-14 12:43:06 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '41.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan's Robot Accident | Dante's Peak_765.00_[zFI-MG5PEtw].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:06 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:06 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 41.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan'"'"'s Robot Accident | Dante'"'"'s Peak_765.00_[zFI-MG5PEtw].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:06 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '123.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan's Robot Accident | Dante's Peak_765.00_[zFI-MG5PEtw].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:06 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:06 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 123.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan'"'"'s Robot Accident | Dante'"'"'s Peak_765.00_[zFI-MG5PEtw].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:06 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '82.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan's Robot Accident | Dante's Peak_765.00_[zFI-MG5PEtw].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:06 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:06 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 82.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan'"'"'s Robot Accident | Dante'"'"'s Peak_765.00_[zFI-MG5PEtw].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:06 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '164.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan's Robot Accident | Dante's Peak_765.00_[zFI-MG5PEtw].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:06 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:06 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 164.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan'"'"'s Robot Accident | Dante'"'"'s Peak_765.00_[zFI-MG5PEtw].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:06 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '0.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan's Robot Accident | Dante's Peak_765.00_[zFI-MG5PEtw].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:06 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:06 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 0.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan'"'"'s Robot Accident | Dante'"'"'s Peak_765.00_[zFI-MG5PEtw].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:06 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '205.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan's Robot Accident | Dante's Peak_765.00_[zFI-MG5PEtw].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:06 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:06 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 205.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan'"'"'s Robot Accident | Dante'"'"'s Peak_765.00_[zFI-MG5PEtw].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:06 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '246.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan's Robot Accident | Dante's Peak_765.00_[zFI-MG5PEtw].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:06 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:06 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 246.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan'"'"'s Robot Accident | Dante'"'"'s Peak_765.00_[zFI-MG5PEtw].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:06 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '287.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan's Robot Accident | Dante's Peak_765.00_[zFI-MG5PEtw].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:06 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:06 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 287.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan'"'"'s Robot Accident | Dante'"'"'s Peak_765.00_[zFI-MG5PEtw].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:06 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '328.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan's Robot Accident | Dante's Peak_765.00_[zFI-MG5PEtw].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:06 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:06 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 328.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan'"'"'s Robot Accident | Dante'"'"'s Peak_765.00_[zFI-MG5PEtw].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:06 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '396.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan's Robot Accident | Dante's Peak_765.00_[zFI-MG5PEtw].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:06 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:06 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 396.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan'"'"'s Robot Accident | Dante'"'"'s Peak_765.00_[zFI-MG5PEtw].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:06 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '369.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan's Robot Accident | Dante's Peak_765.00_[zFI-MG5PEtw].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:06 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:06 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 369.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan'"'"'s Robot Accident | Dante'"'"'s Peak_765.00_[zFI-MG5PEtw].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:11 - [Debug] ('ffprobe', '-show_entries', 'stream=r_frame_rate,nb_read_frames,duration', '-select_streams', 'v', '-count_frames', '-of', 'json', '-threads', '1', '-v', '0', "/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan's Robot Accident | Dante's Peak_765.00_[zFI-MG5PEtw].mp4") 2024-11-14 12:43:11 - [Debug] { 2024-11-14 12:43:11 - [Debug] "programs": [ 2024-11-14 12:43:11 - [Debug] 2024-11-14 12:43:11 - [Debug] ], 2024-11-14 12:43:11 - [Debug] "stream_groups": [ 2024-11-14 12:43:11 - [Debug] 2024-11-14 12:43:11 - [Debug] ], 2024-11-14 12:43:11 - [Debug] "streams": [ 2024-11-14 12:43:11 - [Debug] { 2024-11-14 12:43:11 - [Debug] "r_frame_rate": "24000/1001", 2024-11-14 12:43:11 - [Debug] "duration": "397.939208", 2024-11-14 12:43:11 - [Debug] "nb_read_frames": "9541" 2024-11-14 12:43:11 - [Debug] } 2024-11-14 12:43:11 - [Debug] ] 2024-11-14 12:43:11 - [Debug] } 2024-11-14 12:43:11 - [Debug] Extra data {'nb_stream_groups': 0} 2024-11-14 12:43:11 - [Debug] Extra media data {'requested_subtitles_en_ext': 'vtt', 'requested_subtitles_en_url': 'https://www.youtube.com/api/timedtext?v=zFI-MG5PEtw&ei=pzY2Z5qOG7CFkucP6e_HoAg&caps=asr&opi=112496729&exp=xbt&xoaf=4&hl=en&ip=0.0.0.0&ipbits=0&expire=1731631383&sparams=ip%2Cipbits%2Cexpire%2Cv%2Cei%2Ccaps%2Copi%2Cexp%2Cxoaf&signature=19EEB9ACAB025FD6047E2F2FB6E902768102078D.04C02D8A14A5B5A1829C3294965676ADCD807DF2&key=yt8&kind=asr&lang=en&fmt=vtt', 'requested_subtitles_en_name': 'English', 'requested_subtitles_en_filepath': "/library/downloads/calibre-web/Youtube/Popcorn Picks/Pierce Brosnan's Robot Accident | Dante's Peak_765.00_[zFI-MG5PEtw].en.vtt", 'corruption': 0} 2024-11-14 12:43:11 - [Info] lb-wrapper's xklb command (dl) completed successfully. 2024-11-14 12:43:12 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:43:12 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=EBQJPyB4OVs' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv 2024-11-14 12:43:12 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:43:12 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', 'https://www.youtube.com/watch?v=EBQJPyB4OVs', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv'] 2024-11-14 12:43:12 - [Debug] {'subs': True, 'live': True, 'paths': ['https://www.youtube.com/watch?v=EBQJPyB4OVs']} 2024-11-14 12:43:12 - [Debug] {'time_modified': 0, 'time_deleted': 0, 'download_attempts': None} 2024-11-14 12:43:12 - [Debug] {'path': 'https://www.youtube.com/watch?v=EBQJPyB4OVs'} 2024-11-14 12:43:12 - [Debug] {'noprogress': True, 'lazy_playlist': True, 'noplaylist': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'extractor_args': {'youtube': {'skip': ['authcheck']}}, 'check_formats': 'selected', 'logger': .DictLogger object at 0x761d8e588110>, 'postprocessors': [{'key': 'FFmpegMetadata'}, {'key': 'FFmpegEmbedSubtitle'}], 'playlist_items': '1', 'extractor_retries': 3, 'retries': 12, 'retry_sleep_functions': {'extractor': . at 0x761d8e585300>, 'http': . at 0x761d8e5853a0>, 'fragment': . at 0x761d8e585440>}, 'outtmpl': {'default': '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s'}, 'progress_hooks': [. at 0x761d8e5854e0>], 'subtitlesformat': 'srt/best', 'writesubtitles': True, 'writeautomaticsub': True, 'format': 'best', 'format_sort': ['tbr~1000'], 'writethumbnail': True, 'live_from_start': True, '_warnings': ['"-f best" selects the best pre-merged format which is often not the best option.\n To let yt-dlp download and merge the best available formats, simply do not pass any format selection.\n If you know what you are doing and want only the best pre-merged format, use "-f b" instead to suppress this warning'], 'subs': True, 'live': True} 2024-11-14 12:43:12 - [Debug] [yt-dlp]: Downloading https://www.youtube.com/watch?v=EBQJPyB4OVs 2024-11-14 12:43:17 - [Debug] [https://www.youtube.com/watch?v=EBQJPyB4OVs]: Downloaded to /library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4 2024-11-14 12:43:17 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '59.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:17 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:17 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 59.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:17 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '0.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:17 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:17 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 0.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:17 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '177.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:17 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:17 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 177.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:17 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '118.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:17 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:17 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 118.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:17 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '236.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:17 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:17 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 236.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:17 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '295.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:17 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:17 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 295.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:17 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '413.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:17 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:17 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 413.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:17 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '354.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:17 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:17 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 354.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:17 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '531.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:17 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:17 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 531.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:17 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '472.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:17 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:17 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 472.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:17 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '574.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:17 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:17 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 574.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:24 - [Debug] ('ffprobe', '-show_entries', 'stream=r_frame_rate,nb_read_frames,duration', '-select_streams', 'v', '-count_frames', '-of', 'json', '-threads', '1', '-v', '0', '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].mp4') 2024-11-14 12:43:24 - [Debug] { 2024-11-14 12:43:24 - [Debug] "programs": [ 2024-11-14 12:43:24 - [Debug] 2024-11-14 12:43:24 - [Debug] ], 2024-11-14 12:43:24 - [Debug] "stream_groups": [ 2024-11-14 12:43:24 - [Debug] 2024-11-14 12:43:24 - [Debug] ], 2024-11-14 12:43:24 - [Debug] "streams": [ 2024-11-14 12:43:24 - [Debug] { 2024-11-14 12:43:24 - [Debug] "r_frame_rate": "24000/1001", 2024-11-14 12:43:24 - [Debug] "duration": "575.658417", 2024-11-14 12:43:24 - [Debug] "nb_read_frames": "13802" 2024-11-14 12:43:24 - [Debug] } 2024-11-14 12:43:24 - [Debug] ] 2024-11-14 12:43:24 - [Debug] } 2024-11-14 12:43:24 - [Debug] Extra data {'nb_stream_groups': 0} 2024-11-14 12:43:24 - [Debug] Extra media data {'requested_subtitles_en_ext': 'vtt', 'requested_subtitles_en_url': 'https://www.youtube.com/api/timedtext?v=EBQJPyB4OVs&ei=sTY2Z-utMJiBkucPg8beoAg&caps=asr&opi=112496729&exp=xbt&xoaf=5&hl=en&ip=0.0.0.0&ipbits=0&expire=1731631393&sparams=ip%2Cipbits%2Cexpire%2Cv%2Cei%2Ccaps%2Copi%2Cexp%2Cxoaf&signature=6FBC0D54AB026DFD52787A927B5F6435E5924519.33F7BBA51B09272C78D2181D132E21DD0C16BB56&key=yt8&kind=asr&lang=en&fmt=vtt', 'requested_subtitles_en_name': 'English', 'requested_subtitles_en_filepath': '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T. Fades Away (Highly Emotional Scene) | E.T. The Extra Terrestial_8.28k_[EBQJPyB4OVs].en.vtt', 'corruption': 0} 2024-11-14 12:43:24 - [Info] lb-wrapper's xklb command (dl) completed successfully. 2024-11-14 12:43:25 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:43:25 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=O0i7-DsUUm0' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv 2024-11-14 12:43:25 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:43:25 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', 'https://www.youtube.com/watch?v=O0i7-DsUUm0', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv'] 2024-11-14 12:43:25 - [Debug] {'subs': True, 'live': True, 'paths': ['https://www.youtube.com/watch?v=O0i7-DsUUm0']} 2024-11-14 12:43:25 - [Debug] {'time_modified': 0, 'time_deleted': 0, 'download_attempts': None} 2024-11-14 12:43:25 - [Debug] {'path': 'https://www.youtube.com/watch?v=O0i7-DsUUm0'} 2024-11-14 12:43:25 - [Debug] {'noprogress': True, 'lazy_playlist': True, 'noplaylist': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'extractor_args': {'youtube': {'skip': ['authcheck']}}, 'check_formats': 'selected', 'logger': .DictLogger object at 0x7f401187c3b0>, 'postprocessors': [{'key': 'FFmpegMetadata'}, {'key': 'FFmpegEmbedSubtitle'}], 'playlist_items': '1', 'extractor_retries': 3, 'retries': 12, 'retry_sleep_functions': {'extractor': . at 0x7f4011879300>, 'http': . at 0x7f40118793a0>, 'fragment': . at 0x7f4011879440>}, 'outtmpl': {'default': '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s'}, 'progress_hooks': [. at 0x7f40118794e0>], 'subtitlesformat': 'srt/best', 'writesubtitles': True, 'writeautomaticsub': True, 'format': 'best', 'format_sort': ['tbr~1000'], 'writethumbnail': True, 'live_from_start': True, '_warnings': ['"-f best" selects the best pre-merged format which is often not the best option.\n To let yt-dlp download and merge the best available formats, simply do not pass any format selection.\n If you know what you are doing and want only the best pre-merged format, use "-f b" instead to suppress this warning'], 'subs': True, 'live': True} 2024-11-14 12:43:25 - [Debug] [yt-dlp]: Downloading https://www.youtube.com/watch?v=O0i7-DsUUm0 2024-11-14 12:43:31 - [Debug] [https://www.youtube.com/watch?v=O0i7-DsUUm0]: Downloaded to /library/downloads/calibre-web/Youtube/Popcorn Picks/"I'll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4 2024-11-14 12:43:31 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '0.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:31 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:31 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 0.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'"'"'ll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:31 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '59.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:31 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:31 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 59.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'"'"'ll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:31 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '118.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:31 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '177.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:31 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:31 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:31 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 118.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'"'"'ll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:31 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 177.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'"'"'ll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:31 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '295.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:31 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:31 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 295.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'"'"'ll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:31 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '472.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:31 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:31 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 472.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'"'"'ll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:31 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '236.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:31 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:31 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 236.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'"'"'ll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:31 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '354.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:31 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:31 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 354.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'"'"'ll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:31 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '413.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:31 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:31 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 413.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'"'"'ll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:31 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '531.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:31 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:31 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 531.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'"'"'ll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:31 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '574.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:31 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:31 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 574.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'"'"'ll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:38 - [Debug] ('ffprobe', '-show_entries', 'stream=r_frame_rate,nb_read_frames,duration', '-select_streams', 'v', '-count_frames', '-of', 'json', '-threads', '1', '-v', '0', "/library/downloads/calibre-web/Youtube/Popcorn Picks/"I'll Be Right Here" (Full Ending) | E.T. The Extra Terrestial_5.68k_[O0i7-DsUUm0].mp4") 2024-11-14 12:43:38 - [Debug] { 2024-11-14 12:43:38 - [Debug] "programs": [ 2024-11-14 12:43:38 - [Debug] 2024-11-14 12:43:38 - [Debug] ], 2024-11-14 12:43:38 - [Debug] "stream_groups": [ 2024-11-14 12:43:38 - [Debug] 2024-11-14 12:43:38 - [Debug] ], 2024-11-14 12:43:38 - [Debug] "streams": [ 2024-11-14 12:43:38 - [Debug] { 2024-11-14 12:43:38 - [Debug] "r_frame_rate": "24000/1001", 2024-11-14 12:43:38 - [Debug] "duration": "575.366458", 2024-11-14 12:43:38 - [Debug] "nb_read_frames": "13795" 2024-11-14 12:43:38 - [Debug] } 2024-11-14 12:43:38 - [Debug] ] 2024-11-14 12:43:38 - [Debug] } 2024-11-14 12:43:38 - [Debug] Extra data {'nb_stream_groups': 0} 2024-11-14 12:43:38 - [Debug] Extra media data {'corruption': 0} 2024-11-14 12:43:38 - [Info] lb-wrapper's xklb command (dl) completed successfully. 2024-11-14 12:43:38 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:43:38 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=_KhYRqozTDE' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv 2024-11-14 12:43:39 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:43:39 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', 'https://www.youtube.com/watch?v=_KhYRqozTDE', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv'] 2024-11-14 12:43:39 - [Debug] {'subs': True, 'live': True, 'paths': ['https://www.youtube.com/watch?v=_KhYRqozTDE']} 2024-11-14 12:43:39 - [Debug] {'time_modified': 0, 'time_deleted': 0, 'download_attempts': None} 2024-11-14 12:43:39 - [Debug] {'path': 'https://www.youtube.com/watch?v=_KhYRqozTDE'} 2024-11-14 12:43:39 - [Debug] {'noprogress': True, 'lazy_playlist': True, 'noplaylist': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'extractor_args': {'youtube': {'skip': ['authcheck']}}, 'check_formats': 'selected', 'logger': .DictLogger object at 0x74ec6511b590>, 'postprocessors': [{'key': 'FFmpegMetadata'}, {'key': 'FFmpegEmbedSubtitle'}], 'playlist_items': '1', 'extractor_retries': 3, 'retries': 12, 'retry_sleep_functions': {'extractor': . at 0x74ec64a91300>, 'http': . at 0x74ec64a913a0>, 'fragment': . at 0x74ec64a91440>}, 'outtmpl': {'default': '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s'}, 'progress_hooks': [. at 0x74ec64a914e0>], 'subtitlesformat': 'srt/best', 'writesubtitles': True, 'writeautomaticsub': True, 'format': 'best', 'format_sort': ['tbr~1000'], 'writethumbnail': True, 'live_from_start': True, '_warnings': ['"-f best" selects the best pre-merged format which is often not the best option.\n To let yt-dlp download and merge the best available formats, simply do not pass any format selection.\n If you know what you are doing and want only the best pre-merged format, use "-f b" instead to suppress this warning'], 'subs': True, 'live': True} 2024-11-14 12:43:39 - [Debug] [yt-dlp]: Downloading https://www.youtube.com/watch?v=_KhYRqozTDE 2024-11-14 12:43:44 - [Debug] [https://www.youtube.com/watch?v=_KhYRqozTDE]: Downloaded to /library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4 2024-11-14 12:43:44 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '31.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:44 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:44 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 31.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:44 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '0.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:44 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:44 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 0.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:44 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '62.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:44 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:44 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 62.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:44 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '155.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:44 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:44 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 155.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:44 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '93.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:44 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:44 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 93.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:44 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '124.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:44 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:44 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 124.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:44 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '186.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:44 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:44 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 186.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:44 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '217.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:44 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:44 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 217.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:44 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '248.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:44 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:44 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 248.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:44 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '279.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:44 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:44 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 279.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:44 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '293.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:44 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:44 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 293.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:47 - [Debug] ('ffprobe', '-show_entries', 'stream=r_frame_rate,nb_read_frames,duration', '-select_streams', 'v', '-count_frames', '-of', 'json', '-threads', '1', '-v', '0', '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].mp4') 2024-11-14 12:43:47 - [Debug] { 2024-11-14 12:43:47 - [Debug] "programs": [ 2024-11-14 12:43:47 - [Debug] 2024-11-14 12:43:47 - [Debug] ], 2024-11-14 12:43:47 - [Debug] "stream_groups": [ 2024-11-14 12:43:47 - [Debug] 2024-11-14 12:43:47 - [Debug] ], 2024-11-14 12:43:47 - [Debug] "streams": [ 2024-11-14 12:43:47 - [Debug] { 2024-11-14 12:43:47 - [Debug] "r_frame_rate": "24000/1001", 2024-11-14 12:43:47 - [Debug] "duration": "294.043750", 2024-11-14 12:43:47 - [Debug] "nb_read_frames": "7050" 2024-11-14 12:43:47 - [Debug] } 2024-11-14 12:43:47 - [Debug] ] 2024-11-14 12:43:47 - [Debug] } 2024-11-14 12:43:47 - [Debug] Extra data {'nb_stream_groups': 0} 2024-11-14 12:43:47 - [Debug] Extra media data {'requested_subtitles_en_ext': 'vtt', 'requested_subtitles_en_url': 'https://www.youtube.com/api/timedtext?v=_KhYRqozTDE&ei=zDY2Z8G9Hr-CkucPhM2ukA0&caps=asr&opi=112496729&exp=xbt&xoaf=5&hl=en&ip=0.0.0.0&ipbits=0&expire=1731631420&sparams=ip%2Cipbits%2Cexpire%2Cv%2Cei%2Ccaps%2Copi%2Cexp%2Cxoaf&signature=2F1FC23AB6CB48091B4AD0F3424407D2DB94CCB3.1962640418B95B859A26D98F9D60434668D2748A&key=yt8&lang=en&fmt=vtt', 'requested_subtitles_en_name': 'English', 'requested_subtitles_en_filepath': '/library/downloads/calibre-web/Youtube/TED-Ed/The historic women’s suffrage march on Washington - Michelle Mehrtens_570.74k_[_KhYRqozTDE].en.vtt', 'corruption': 0} 2024-11-14 12:43:47 - [Info] lb-wrapper's xklb command (dl) completed successfully. 2024-11-14 12:43:48 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:43:48 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=YcUDBgYodIE' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv 2024-11-14 12:43:48 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:43:48 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', 'https://www.youtube.com/watch?v=YcUDBgYodIE', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv'] 2024-11-14 12:43:48 - [Debug] {'subs': True, 'live': True, 'paths': ['https://www.youtube.com/watch?v=YcUDBgYodIE']} 2024-11-14 12:43:48 - [Debug] {'time_modified': 0, 'time_deleted': 0, 'download_attempts': None} 2024-11-14 12:43:48 - [Debug] {'path': 'https://www.youtube.com/watch?v=YcUDBgYodIE'} 2024-11-14 12:43:48 - [Debug] {'noprogress': True, 'lazy_playlist': True, 'noplaylist': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'extractor_args': {'youtube': {'skip': ['authcheck']}}, 'check_formats': 'selected', 'logger': .DictLogger object at 0x7e9cde36bfe0>, 'postprocessors': [{'key': 'FFmpegMetadata'}, {'key': 'FFmpegEmbedSubtitle'}], 'playlist_items': '1', 'extractor_retries': 3, 'retries': 12, 'retry_sleep_functions': {'extractor': . at 0x7e9cde389300>, 'http': . at 0x7e9cde3893a0>, 'fragment': . at 0x7e9cde389440>}, 'outtmpl': {'default': '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s'}, 'progress_hooks': [. at 0x7e9cde3894e0>], 'subtitlesformat': 'srt/best', 'writesubtitles': True, 'writeautomaticsub': True, 'format': 'best', 'format_sort': ['tbr~1000'], 'writethumbnail': True, 'live_from_start': True, '_warnings': ['"-f best" selects the best pre-merged format which is often not the best option.\n To let yt-dlp download and merge the best available formats, simply do not pass any format selection.\n If you know what you are doing and want only the best pre-merged format, use "-f b" instead to suppress this warning'], 'subs': True, 'live': True} 2024-11-14 12:43:48 - [Debug] [yt-dlp]: Downloading https://www.youtube.com/watch?v=YcUDBgYodIE 2024-11-14 12:43:54 - [Debug] [https://www.youtube.com/watch?v=YcUDBgYodIE]: Downloaded to /library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4 2024-11-14 12:43:54 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '0.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:54 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:54 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 0.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:54 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '75.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:54 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:54 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 75.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:54 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '25.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:54 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:54 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 25.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:54 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '50.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:54 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:54 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 50.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:54 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '125.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:54 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:54 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 125.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:54 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '100.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:54 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:54 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 100.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:54 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '150.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:54 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:54 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 150.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:54 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '200.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:54 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:54 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 200.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:54 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '225.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:54 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:54 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 225.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:54 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '175.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:54 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:54 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 175.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:54 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '232.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:43:54 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:43:54 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 232.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:43:56 - [Debug] ('ffprobe', '-show_entries', 'stream=r_frame_rate,nb_read_frames,duration', '-select_streams', 'v', '-count_frames', '-of', 'json', '-threads', '1', '-v', '0', '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4') 2024-11-14 12:43:56 - [Debug] { 2024-11-14 12:43:56 - [Debug] "programs": [ 2024-11-14 12:43:56 - [Debug] 2024-11-14 12:43:56 - [Debug] ], 2024-11-14 12:43:56 - [Debug] "stream_groups": [ 2024-11-14 12:43:56 - [Debug] 2024-11-14 12:43:56 - [Debug] ], 2024-11-14 12:43:56 - [Debug] "streams": [ 2024-11-14 12:43:56 - [Debug] { 2024-11-14 12:43:56 - [Debug] "r_frame_rate": "24000/1001", 2024-11-14 12:43:56 - [Debug] "duration": "232.815917", 2024-11-14 12:43:56 - [Debug] "nb_read_frames": "5582" 2024-11-14 12:43:56 - [Debug] } 2024-11-14 12:43:56 - [Debug] ] 2024-11-14 12:43:56 - [Debug] } 2024-11-14 12:43:56 - [Debug] Metadata 3:53 does not match actual duration 3:52 (diff 0.18s): /library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].mp4 2024-11-14 12:43:56 - [Debug] Extra data {'nb_stream_groups': 0} 2024-11-14 12:43:56 - [Debug] Extra media data {'requested_subtitles_en_ext': 'vtt', 'requested_subtitles_en_url': 'https://www.youtube.com/api/timedtext?v=YcUDBgYodIE&ei=1TY2Z8yFHuaBkucProiZkA0&caps=asr&opi=112496729&exp=xbt&xoaf=5&hl=en&ip=0.0.0.0&ipbits=0&expire=1731631429&sparams=ip%2Cipbits%2Cexpire%2Cv%2Cei%2Ccaps%2Copi%2Cexp%2Cxoaf&signature=9237306FF8D50A981D965296CC321E7AD43926A8.2A97F5BC396CC7B94CBEB06726258FC49D01804C&key=yt8&lang=en&fmt=vtt', 'requested_subtitles_en_name': 'English', 'requested_subtitles_en_filepath': '/library/downloads/calibre-web/Youtube/TED-Ed/Gerrymandering: How drawing jagged lines can impact an election - Christina Greer_1.09M_[YcUDBgYodIE].en.vtt', 'corruption': 0} 2024-11-14 12:43:57 - [Info] lb-wrapper's xklb command (dl) completed successfully. 2024-11-14 12:43:57 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:43:57 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=P9VdyPbbzlI' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv 2024-11-14 12:43:57 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:43:57 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', 'https://www.youtube.com/watch?v=P9VdyPbbzlI', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv'] 2024-11-14 12:43:57 - [Debug] {'subs': True, 'live': True, 'paths': ['https://www.youtube.com/watch?v=P9VdyPbbzlI']} 2024-11-14 12:43:58 - [Debug] {'time_modified': 0, 'time_deleted': 0, 'download_attempts': None} 2024-11-14 12:43:58 - [Debug] {'path': 'https://www.youtube.com/watch?v=P9VdyPbbzlI'} 2024-11-14 12:43:58 - [Debug] {'noprogress': True, 'lazy_playlist': True, 'noplaylist': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'extractor_args': {'youtube': {'skip': ['authcheck']}}, 'check_formats': 'selected', 'logger': .DictLogger object at 0x77b779c4c1d0>, 'postprocessors': [{'key': 'FFmpegMetadata'}, {'key': 'FFmpegEmbedSubtitle'}], 'playlist_items': '1', 'extractor_retries': 3, 'retries': 12, 'retry_sleep_functions': {'extractor': . at 0x77b779c49300>, 'http': . at 0x77b779c493a0>, 'fragment': . at 0x77b779c49440>}, 'outtmpl': {'default': '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s'}, 'progress_hooks': [. at 0x77b779c494e0>], 'subtitlesformat': 'srt/best', 'writesubtitles': True, 'writeautomaticsub': True, 'format': 'best', 'format_sort': ['tbr~1000'], 'writethumbnail': True, 'live_from_start': True, '_warnings': ['"-f best" selects the best pre-merged format which is often not the best option.\n To let yt-dlp download and merge the best available formats, simply do not pass any format selection.\n If you know what you are doing and want only the best pre-merged format, use "-f b" instead to suppress this warning'], 'subs': True, 'live': True} 2024-11-14 12:43:58 - [Debug] [yt-dlp]: Downloading https://www.youtube.com/watch?v=P9VdyPbbzlI 2024-11-14 12:44:04 - [Debug] [https://www.youtube.com/watch?v=P9VdyPbbzlI]: Downloaded to /library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4 2024-11-14 12:44:04 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '0.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:04 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:04 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 0.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:04 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '58.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:04 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:04 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 58.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:04 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '29.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:04 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:04 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 29.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:04 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '116.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:04 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:04 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 116.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:04 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '87.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:04 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:04 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 87.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:04 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '174.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:04 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:04 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 174.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:04 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '145.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:04 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:04 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 145.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:04 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '261.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:04 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:04 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 261.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:04 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '270.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:04 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:04 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 270.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:04 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '232.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:04 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:04 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 232.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:04 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '203.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:04 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:04 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 203.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:06 - [Debug] ('ffprobe', '-show_entries', 'stream=r_frame_rate,nb_read_frames,duration', '-select_streams', 'v', '-count_frames', '-of', 'json', '-threads', '1', '-v', '0', '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4') 2024-11-14 12:44:06 - [Debug] { 2024-11-14 12:44:06 - [Debug] "programs": [ 2024-11-14 12:44:06 - [Debug] 2024-11-14 12:44:06 - [Debug] ], 2024-11-14 12:44:06 - [Debug] "stream_groups": [ 2024-11-14 12:44:06 - [Debug] 2024-11-14 12:44:06 - [Debug] ], 2024-11-14 12:44:06 - [Debug] "streams": [ 2024-11-14 12:44:06 - [Debug] { 2024-11-14 12:44:06 - [Debug] "r_frame_rate": "24000/1001", 2024-11-14 12:44:06 - [Debug] "duration": "270.478542", 2024-11-14 12:44:06 - [Debug] "nb_read_frames": "6485" 2024-11-14 12:44:06 - [Debug] } 2024-11-14 12:44:06 - [Debug] ] 2024-11-14 12:44:06 - [Debug] } 2024-11-14 12:44:06 - [Debug] Metadata 4:31 does not match actual duration 4:30 (diff 0.52s): /library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].mp4 2024-11-14 12:44:06 - [Debug] Extra data {'nb_stream_groups': 0} 2024-11-14 12:44:06 - [Debug] Extra media data {'requested_subtitles_en_ext': 'vtt', 'requested_subtitles_en_url': 'https://www.youtube.com/api/timedtext?v=P9VdyPbbzlI&ei=3zY2Z6cGgIGS5w_lnrXJAg&caps=asr&opi=112496729&exp=xbt&xoaf=5&hl=en&ip=0.0.0.0&ipbits=0&expire=1731631439&sparams=ip%2Cipbits%2Cexpire%2Cv%2Cei%2Ccaps%2Copi%2Cexp%2Cxoaf&signature=CD891C3759320F00A0BCFC73AFBD4815E5D39677.A62B583B9E0E75A05EDAA74DB4AE3CE85C040054&key=yt8&lang=en&fmt=vtt', 'requested_subtitles_en_name': 'English', 'requested_subtitles_en_filepath': '/library/downloads/calibre-web/Youtube/TED-Ed/The fight for the right to vote in the United States - Nicki Beaman Griffin_768.67k_[P9VdyPbbzlI].en.vtt', 'corruption': 0} 2024-11-14 12:44:06 - [Info] lb-wrapper's xklb command (dl) completed successfully. 2024-11-14 12:44:07 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:44:07 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=nL0ujGxgDTU' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv 2024-11-14 12:44:07 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:44:07 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', 'https://www.youtube.com/watch?v=nL0ujGxgDTU', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv'] 2024-11-14 12:44:07 - [Debug] {'subs': True, 'live': True, 'paths': ['https://www.youtube.com/watch?v=nL0ujGxgDTU']} 2024-11-14 12:44:07 - [Debug] {'time_modified': 0, 'time_deleted': 0, 'download_attempts': None} 2024-11-14 12:44:07 - [Debug] {'path': 'https://www.youtube.com/watch?v=nL0ujGxgDTU'} 2024-11-14 12:44:07 - [Debug] {'noprogress': True, 'lazy_playlist': True, 'noplaylist': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'extractor_args': {'youtube': {'skip': ['authcheck']}}, 'check_formats': 'selected', 'logger': .DictLogger object at 0x7acb17a1c140>, 'postprocessors': [{'key': 'FFmpegMetadata'}, {'key': 'FFmpegEmbedSubtitle'}], 'playlist_items': '1', 'extractor_retries': 3, 'retries': 12, 'retry_sleep_functions': {'extractor': . at 0x7acb17a19300>, 'http': . at 0x7acb17a193a0>, 'fragment': . at 0x7acb17a19440>}, 'outtmpl': {'default': '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s'}, 'progress_hooks': [. at 0x7acb17a194e0>], 'subtitlesformat': 'srt/best', 'writesubtitles': True, 'writeautomaticsub': True, 'format': 'best', 'format_sort': ['tbr~1000'], 'writethumbnail': True, 'live_from_start': True, '_warnings': ['"-f best" selects the best pre-merged format which is often not the best option.\n To let yt-dlp download and merge the best available formats, simply do not pass any format selection.\n If you know what you are doing and want only the best pre-merged format, use "-f b" instead to suppress this warning'], 'subs': True, 'live': True} 2024-11-14 12:44:07 - [Debug] [yt-dlp]: Downloading https://www.youtube.com/watch?v=nL0ujGxgDTU 2024-11-14 12:44:13 - [Debug] [https://www.youtube.com/watch?v=nL0ujGxgDTU]: Downloaded to /library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4 2024-11-14 12:44:13 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '66.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:13 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:13 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 66.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'"'"'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:13 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '0.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:13 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:13 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 0.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'"'"'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:13 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '99.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:13 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:13 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 99.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'"'"'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:13 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '33.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:13 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:13 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 33.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'"'"'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:13 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '165.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:13 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:13 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 165.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'"'"'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:13 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '198.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:13 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:13 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 198.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'"'"'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:13 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '132.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:13 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:13 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 132.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'"'"'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:13 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '297.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:13 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:13 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 297.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'"'"'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:13 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '231.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:13 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:13 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 231.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'"'"'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:13 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '312.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:13 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:13 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 312.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'"'"'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:13 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '264.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:13 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:13 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 264.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'"'"'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:16 - [Debug] ('ffprobe', '-show_entries', 'stream=r_frame_rate,nb_read_frames,duration', '-select_streams', 'v', '-count_frames', '-of', 'json', '-threads', '1', '-v', '0', "/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].mp4") 2024-11-14 12:44:16 - [Debug] { 2024-11-14 12:44:16 - [Debug] "programs": [ 2024-11-14 12:44:16 - [Debug] 2024-11-14 12:44:16 - [Debug] ], 2024-11-14 12:44:16 - [Debug] "stream_groups": [ 2024-11-14 12:44:16 - [Debug] 2024-11-14 12:44:16 - [Debug] ], 2024-11-14 12:44:16 - [Debug] "streams": [ 2024-11-14 12:44:16 - [Debug] { 2024-11-14 12:44:16 - [Debug] "r_frame_rate": "24000/1001", 2024-11-14 12:44:16 - [Debug] "duration": "313.730083", 2024-11-14 12:44:16 - [Debug] "nb_read_frames": "7522" 2024-11-14 12:44:16 - [Debug] } 2024-11-14 12:44:16 - [Debug] ] 2024-11-14 12:44:16 - [Debug] } 2024-11-14 12:44:16 - [Debug] Extra data {'nb_stream_groups': 0} 2024-11-14 12:44:16 - [Debug] Extra media data {'requested_subtitles_en_ext': 'vtt', 'requested_subtitles_en_url': 'https://www.youtube.com/api/timedtext?v=nL0ujGxgDTU&ei=6DY2Z9LmJ4WLkucP3q3W0Qg&caps=asr&opi=112496729&exp=xbt&xoaf=5&hl=en&ip=0.0.0.0&ipbits=0&expire=1731631448&sparams=ip%2Cipbits%2Cexpire%2Cv%2Cei%2Ccaps%2Copi%2Cexp%2Cxoaf&signature=DB47A29949AE5D8C725580AB6420EA18D5F87BBE.CE48A3A2BABBB42147B330A88BC7B9AC9B9B47F4&key=yt8&kind=asr&lang=en&fmt=vtt', 'requested_subtitles_en_name': 'English', 'requested_subtitles_en_filepath': "/library/downloads/calibre-web/Youtube/Popcorn Picks/E.T.'s Halloween Encounter with Yoda | E.T. The Extra Terrestial_1.93k_[nL0ujGxgDTU].en.vtt", 'corruption': 0} 2024-11-14 12:44:17 - [Info] lb-wrapper's xklb command (dl) completed successfully. 2024-11-14 12:44:17 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:44:17 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=Q7Ya9R95HLE' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv 2024-11-14 12:44:17 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:44:17 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', 'https://www.youtube.com/watch?v=Q7Ya9R95HLE', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv'] 2024-11-14 12:44:17 - [Debug] {'subs': True, 'live': True, 'paths': ['https://www.youtube.com/watch?v=Q7Ya9R95HLE']} 2024-11-14 12:44:18 - [Debug] {'time_modified': 0, 'time_deleted': 0, 'download_attempts': None} 2024-11-14 12:44:18 - [Debug] {'path': 'https://www.youtube.com/watch?v=Q7Ya9R95HLE'} 2024-11-14 12:44:18 - [Debug] {'noprogress': True, 'lazy_playlist': True, 'noplaylist': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'extractor_args': {'youtube': {'skip': ['authcheck']}}, 'check_formats': 'selected', 'logger': .DictLogger object at 0x768d50d8c7d0>, 'postprocessors': [{'key': 'FFmpegMetadata'}, {'key': 'FFmpegEmbedSubtitle'}], 'playlist_items': '1', 'extractor_retries': 3, 'retries': 12, 'retry_sleep_functions': {'extractor': . at 0x768d50d89300>, 'http': . at 0x768d50d893a0>, 'fragment': . at 0x768d50d89440>}, 'outtmpl': {'default': '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s'}, 'progress_hooks': [. at 0x768d50d894e0>], 'subtitlesformat': 'srt/best', 'writesubtitles': True, 'writeautomaticsub': True, 'format': 'best', 'format_sort': ['tbr~1000'], 'writethumbnail': True, 'live_from_start': True, '_warnings': ['"-f best" selects the best pre-merged format which is often not the best option.\n To let yt-dlp download and merge the best available formats, simply do not pass any format selection.\n If you know what you are doing and want only the best pre-merged format, use "-f b" instead to suppress this warning'], 'subs': True, 'live': True} 2024-11-14 12:44:18 - [Debug] [yt-dlp]: Downloading https://www.youtube.com/watch?v=Q7Ya9R95HLE 2024-11-14 12:44:21 - [Debug] [https://www.youtube.com/watch?v=Q7Ya9R95HLE]: Downloaded to /library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4 2024-11-14 12:44:21 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '37.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:21 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:21 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 37.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:21 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '148.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:21 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:21 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 148.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:21 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '74.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:21 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:21 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 74.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:21 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '0.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:21 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:21 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 0.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:21 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '111.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:21 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:21 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 111.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:21 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '259.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:21 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:21 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 259.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:21 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '222.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:21 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:21 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 222.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:21 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '185.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:21 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:21 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 185.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:21 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '296.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:21 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:21 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 296.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:21 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '353.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:21 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:21 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 353.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:21 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '333.00', '-i', '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:21 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:21 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 333.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:25 - [Debug] ('ffprobe', '-show_entries', 'stream=r_frame_rate,nb_read_frames,duration', '-select_streams', 'v', '-count_frames', '-of', 'json', '-threads', '1', '-v', '0', '/library/downloads/calibre-web/Youtube/Popcorn Picks/Elliott Shelters E.T. | ET The Extra Terrestial_1.53k_[Q7Ya9R95HLE].mp4') 2024-11-14 12:44:25 - [Debug] { 2024-11-14 12:44:25 - [Debug] "programs": [ 2024-11-14 12:44:25 - [Debug] 2024-11-14 12:44:25 - [Debug] ], 2024-11-14 12:44:25 - [Debug] "stream_groups": [ 2024-11-14 12:44:25 - [Debug] 2024-11-14 12:44:25 - [Debug] ], 2024-11-14 12:44:25 - [Debug] "streams": [ 2024-11-14 12:44:25 - [Debug] { 2024-11-14 12:44:25 - [Debug] "r_frame_rate": "24000/1001", 2024-11-14 12:44:25 - [Debug] "duration": "354.020333", 2024-11-14 12:44:25 - [Debug] "nb_read_frames": "8488" 2024-11-14 12:44:25 - [Debug] } 2024-11-14 12:44:25 - [Debug] ] 2024-11-14 12:44:25 - [Debug] } 2024-11-14 12:44:25 - [Debug] Extra data {'nb_stream_groups': 0} 2024-11-14 12:44:25 - [Debug] Extra media data {'corruption': 0} 2024-11-14 12:44:25 - [Info] lb-wrapper's xklb command (dl) completed successfully. 2024-11-14 12:44:25 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:44:25 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=9WvoGlQ7zH8' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv 2024-11-14 12:44:26 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:44:26 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', 'https://www.youtube.com/watch?v=9WvoGlQ7zH8', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv'] 2024-11-14 12:44:26 - [Debug] {'subs': True, 'live': True, 'paths': ['https://www.youtube.com/watch?v=9WvoGlQ7zH8']} 2024-11-14 12:44:26 - [Debug] {'time_modified': 0, 'time_deleted': 0, 'download_attempts': None} 2024-11-14 12:44:26 - [Debug] {'path': 'https://www.youtube.com/watch?v=9WvoGlQ7zH8'} 2024-11-14 12:44:26 - [Debug] {'noprogress': True, 'lazy_playlist': True, 'noplaylist': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'extractor_args': {'youtube': {'skip': ['authcheck']}}, 'check_formats': 'selected', 'logger': .DictLogger object at 0x72fa9f574110>, 'postprocessors': [{'key': 'FFmpegMetadata'}, {'key': 'FFmpegEmbedSubtitle'}], 'playlist_items': '1', 'extractor_retries': 3, 'retries': 12, 'retry_sleep_functions': {'extractor': . at 0x72fa9f571300>, 'http': . at 0x72fa9f5713a0>, 'fragment': . at 0x72fa9f571440>}, 'outtmpl': {'default': '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s'}, 'progress_hooks': [. at 0x72fa9f5714e0>], 'subtitlesformat': 'srt/best', 'writesubtitles': True, 'writeautomaticsub': True, 'format': 'best', 'format_sort': ['tbr~1000'], 'writethumbnail': True, 'live_from_start': True, '_warnings': ['"-f best" selects the best pre-merged format which is often not the best option.\n To let yt-dlp download and merge the best available formats, simply do not pass any format selection.\n If you know what you are doing and want only the best pre-merged format, use "-f b" instead to suppress this warning'], 'subs': True, 'live': True} 2024-11-14 12:44:26 - [Debug] [yt-dlp]: Downloading https://www.youtube.com/watch?v=9WvoGlQ7zH8 2024-11-14 12:44:34 - [Debug] [https://www.youtube.com/watch?v=9WvoGlQ7zH8]: Downloaded to /library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4 2024-11-14 12:44:34 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '22.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:34 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:34 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 22.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:34 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '0.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:34 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:34 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 0.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:34 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '44.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:34 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:34 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 44.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:34 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '66.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:34 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:34 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 66.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:34 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '110.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:34 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:34 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 110.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:34 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '154.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:34 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:34 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 154.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:34 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '132.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:34 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:34 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 132.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:34 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '88.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:34 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:34 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 88.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:34 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '176.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:34 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:34 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 176.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:34 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '198.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:34 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:34 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 198.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:34 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '206.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:34 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:34 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 206.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:37 - [Debug] ('ffprobe', '-show_entries', 'stream=r_frame_rate,nb_read_frames,duration', '-select_streams', 'v', '-count_frames', '-of', 'json', '-threads', '1', '-v', '0', '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].mp4') 2024-11-14 12:44:37 - [Debug] { 2024-11-14 12:44:37 - [Debug] "programs": [ 2024-11-14 12:44:37 - [Debug] 2024-11-14 12:44:37 - [Debug] ], 2024-11-14 12:44:37 - [Debug] "stream_groups": [ 2024-11-14 12:44:37 - [Debug] 2024-11-14 12:44:37 - [Debug] ], 2024-11-14 12:44:37 - [Debug] "streams": [ 2024-11-14 12:44:37 - [Debug] { 2024-11-14 12:44:37 - [Debug] "r_frame_rate": "23/1", 2024-11-14 12:44:37 - [Debug] "duration": "207.217391", 2024-11-14 12:44:37 - [Debug] "nb_read_frames": "4766" 2024-11-14 12:44:37 - [Debug] } 2024-11-14 12:44:37 - [Debug] ] 2024-11-14 12:44:37 - [Debug] } 2024-11-14 12:44:37 - [Debug] Extra data {'nb_stream_groups': 0} 2024-11-14 12:44:37 - [Debug] Extra media data {'requested_subtitles_en_ext': 'vtt', 'requested_subtitles_en_url': 'https://www.youtube.com/api/timedtext?v=9WvoGlQ7zH8&ei=-zY2Z_C8Es62kucPkteZ2Qg&caps=asr&opi=112496729&exp=xbt&xoaf=5&hl=en&ip=0.0.0.0&ipbits=0&expire=1731631467&sparams=ip%2Cipbits%2Cexpire%2Cv%2Cei%2Ccaps%2Copi%2Cexp%2Cxoaf&signature=2F1BD9516102942E027577E110AE8AA16F5961E9.C1EF0A3800A1813634C2DB3906614A7DEBE74CDE&key=yt8&lang=en&fmt=vtt', 'requested_subtitles_en_name': 'English', 'requested_subtitles_en_filepath': '/library/downloads/calibre-web/Youtube/TED-Ed/Why do Americans vote on Tuesdays?_426.33k_[9WvoGlQ7zH8].en.vtt', 'corruption': 0} 2024-11-14 12:44:37 - [Info] lb-wrapper's xklb command (dl) completed successfully. 2024-11-14 12:44:37 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:44:37 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=ubR8rEgSZSU' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv 2024-11-14 12:44:38 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:44:38 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', 'https://www.youtube.com/watch?v=ubR8rEgSZSU', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv'] 2024-11-14 12:44:38 - [Debug] {'subs': True, 'live': True, 'paths': ['https://www.youtube.com/watch?v=ubR8rEgSZSU']} 2024-11-14 12:44:38 - [Debug] {'time_modified': 0, 'time_deleted': 0, 'download_attempts': None} 2024-11-14 12:44:38 - [Debug] {'path': 'https://www.youtube.com/watch?v=ubR8rEgSZSU'} 2024-11-14 12:44:38 - [Debug] {'noprogress': True, 'lazy_playlist': True, 'noplaylist': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'extractor_args': {'youtube': {'skip': ['authcheck']}}, 'check_formats': 'selected', 'logger': .DictLogger object at 0x7f8a21c3ffe0>, 'postprocessors': [{'key': 'FFmpegMetadata'}, {'key': 'FFmpegEmbedSubtitle'}], 'playlist_items': '1', 'extractor_retries': 3, 'retries': 12, 'retry_sleep_functions': {'extractor': . at 0x7f8a21a65300>, 'http': . at 0x7f8a21a653a0>, 'fragment': . at 0x7f8a21a65440>}, 'outtmpl': {'default': '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s'}, 'progress_hooks': [. at 0x7f8a21a654e0>], 'subtitlesformat': 'srt/best', 'writesubtitles': True, 'writeautomaticsub': True, 'format': 'best', 'format_sort': ['tbr~1000'], 'writethumbnail': True, 'live_from_start': True, '_warnings': ['"-f best" selects the best pre-merged format which is often not the best option.\n To let yt-dlp download and merge the best available formats, simply do not pass any format selection.\n If you know what you are doing and want only the best pre-merged format, use "-f b" instead to suppress this warning'], 'subs': True, 'live': True} 2024-11-14 12:44:38 - [Debug] [yt-dlp]: Downloading https://www.youtube.com/watch?v=ubR8rEgSZSU 2024-11-14 12:44:45 - [Debug] [https://www.youtube.com/watch?v=ubR8rEgSZSU]: Downloaded to /library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4 2024-11-14 12:44:45 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '28.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:45 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:45 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 28.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:45 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '84.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:45 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:45 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 84.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:45 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '0.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:45 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:45 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 0.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:45 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '56.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:45 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:45 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 56.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:45 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '196.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:45 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:45 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 196.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:45 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '112.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:45 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:45 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 112.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:45 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '168.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:45 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:45 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 168.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:45 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '140.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:45 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:45 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 140.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:45 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '224.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:45 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:45 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 224.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:45 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '263.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:45 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:45 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 263.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:45 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '252.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:45 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:45 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 252.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:47 - [Debug] ('ffprobe', '-show_entries', 'stream=r_frame_rate,nb_read_frames,duration', '-select_streams', 'v', '-count_frames', '-of', 'json', '-threads', '1', '-v', '0', '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].mp4') 2024-11-14 12:44:47 - [Debug] { 2024-11-14 12:44:47 - [Debug] "programs": [ 2024-11-14 12:44:47 - [Debug] 2024-11-14 12:44:47 - [Debug] ], 2024-11-14 12:44:47 - [Debug] "stream_groups": [ 2024-11-14 12:44:47 - [Debug] 2024-11-14 12:44:47 - [Debug] ], 2024-11-14 12:44:47 - [Debug] "streams": [ 2024-11-14 12:44:47 - [Debug] { 2024-11-14 12:44:47 - [Debug] "r_frame_rate": "24000/1001", 2024-11-14 12:44:47 - [Debug] "duration": "264.681083", 2024-11-14 12:44:47 - [Debug] "nb_read_frames": "6346" 2024-11-14 12:44:47 - [Debug] } 2024-11-14 12:44:47 - [Debug] ] 2024-11-14 12:44:47 - [Debug] } 2024-11-14 12:44:47 - [Debug] Extra data {'nb_stream_groups': 0} 2024-11-14 12:44:47 - [Debug] Extra media data {'requested_subtitles_en_ext': 'vtt', 'requested_subtitles_en_url': 'https://www.youtube.com/api/timedtext?v=ubR8rEgSZSU&ei=Bzc2Z4LwEfeBkucP4a3FkAw&caps=asr&opi=112496729&exp=xbt&xoaf=5&hl=en&ip=0.0.0.0&ipbits=0&expire=1731631479&sparams=ip%2Cipbits%2Cexpire%2Cv%2Cei%2Ccaps%2Copi%2Cexp%2Cxoaf&signature=CF908FF0EF6C801A979EF3AE0C0289F4350E27A6.2583C903858797FBF9EBA7602388625C59AAB987&key=yt8&lang=en&fmt=vtt', 'requested_subtitles_en_name': 'English', 'requested_subtitles_en_filepath': '/library/downloads/calibre-web/Youtube/TED-Ed/Pros and cons of public opinion polls - Jason Robert Jaffe_325.70k_[ubR8rEgSZSU].en.vtt', 'corruption': 0} 2024-11-14 12:44:47 - [Info] lb-wrapper's xklb command (dl) completed successfully. 2024-11-14 12:44:48 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:44:48 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=rm10ifaufys' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv 2024-11-14 12:44:48 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:44:48 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', 'https://www.youtube.com/watch?v=rm10ifaufys', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv'] 2024-11-14 12:44:48 - [Debug] {'subs': True, 'live': True, 'paths': ['https://www.youtube.com/watch?v=rm10ifaufys']} 2024-11-14 12:44:48 - [Debug] {'time_modified': 0, 'time_deleted': 0, 'download_attempts': None} 2024-11-14 12:44:48 - [Debug] {'path': 'https://www.youtube.com/watch?v=rm10ifaufys'} 2024-11-14 12:44:48 - [Debug] {'noprogress': True, 'lazy_playlist': True, 'noplaylist': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'extractor_args': {'youtube': {'skip': ['authcheck']}}, 'check_formats': 'selected', 'logger': .DictLogger object at 0x7de693a63f80>, 'postprocessors': [{'key': 'FFmpegMetadata'}, {'key': 'FFmpegEmbedSubtitle'}], 'playlist_items': '1', 'extractor_retries': 3, 'retries': 12, 'retry_sleep_functions': {'extractor': . at 0x7de693a81300>, 'http': . at 0x7de693a813a0>, 'fragment': . at 0x7de693a81440>}, 'outtmpl': {'default': '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s'}, 'progress_hooks': [. at 0x7de693a814e0>], 'subtitlesformat': 'srt/best', 'writesubtitles': True, 'writeautomaticsub': True, 'format': 'best', 'format_sort': ['tbr~1000'], 'writethumbnail': True, 'live_from_start': True, '_warnings': ['"-f best" selects the best pre-merged format which is often not the best option.\n To let yt-dlp download and merge the best available formats, simply do not pass any format selection.\n If you know what you are doing and want only the best pre-merged format, use "-f b" instead to suppress this warning'], 'subs': True, 'live': True} 2024-11-14 12:44:48 - [Debug] [yt-dlp]: Downloading https://www.youtube.com/watch?v=rm10ifaufys 2024-11-14 12:44:52 - [Debug] [https://www.youtube.com/watch?v=rm10ifaufys]: Downloaded to /library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante's Peak_112.00_[rm10ifaufys].mp4 2024-11-14 12:44:52 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '15.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante's Peak_112.00_[rm10ifaufys].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:52 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:52 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 15.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante'"'"'s Peak_112.00_[rm10ifaufys].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:52 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '0.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante's Peak_112.00_[rm10ifaufys].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:52 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:52 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 0.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante'"'"'s Peak_112.00_[rm10ifaufys].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:52 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '30.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante's Peak_112.00_[rm10ifaufys].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:52 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:52 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 30.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante'"'"'s Peak_112.00_[rm10ifaufys].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:52 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '60.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante's Peak_112.00_[rm10ifaufys].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:52 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:52 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 60.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante'"'"'s Peak_112.00_[rm10ifaufys].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:52 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '75.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante's Peak_112.00_[rm10ifaufys].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:52 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:52 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 75.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante'"'"'s Peak_112.00_[rm10ifaufys].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:52 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '45.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante's Peak_112.00_[rm10ifaufys].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:52 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:52 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 45.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante'"'"'s Peak_112.00_[rm10ifaufys].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:52 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '90.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante's Peak_112.00_[rm10ifaufys].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:52 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:52 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 90.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante'"'"'s Peak_112.00_[rm10ifaufys].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:52 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '120.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante's Peak_112.00_[rm10ifaufys].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:52 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:52 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 120.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante'"'"'s Peak_112.00_[rm10ifaufys].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:52 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '105.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante's Peak_112.00_[rm10ifaufys].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:52 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:52 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 105.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante'"'"'s Peak_112.00_[rm10ifaufys].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:52 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '131.00', '-i', "/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante's Peak_112.00_[rm10ifaufys].mp4", '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:44:52 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:44:52 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 131.00 -i '/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante'"'"'s Peak_112.00_[rm10ifaufys].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:44:54 - [Debug] ('ffprobe', '-show_entries', 'stream=r_frame_rate,nb_read_frames,duration', '-select_streams', 'v', '-count_frames', '-of', 'json', '-threads', '1', '-v', '0', "/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante's Peak_112.00_[rm10ifaufys].mp4") 2024-11-14 12:44:54 - [Debug] { 2024-11-14 12:44:54 - [Debug] "programs": [ 2024-11-14 12:44:54 - [Debug] 2024-11-14 12:44:54 - [Debug] ], 2024-11-14 12:44:54 - [Debug] "stream_groups": [ 2024-11-14 12:44:54 - [Debug] 2024-11-14 12:44:54 - [Debug] ], 2024-11-14 12:44:54 - [Debug] "streams": [ 2024-11-14 12:44:54 - [Debug] { 2024-11-14 12:44:54 - [Debug] "r_frame_rate": "24000/1001", 2024-11-14 12:44:54 - [Debug] "duration": "132.340542", 2024-11-14 12:44:54 - [Debug] "nb_read_frames": "3173" 2024-11-14 12:44:54 - [Debug] } 2024-11-14 12:44:54 - [Debug] ] 2024-11-14 12:44:54 - [Debug] } 2024-11-14 12:44:54 - [Debug] Extra data {'nb_stream_groups': 0} 2024-11-14 12:44:54 - [Debug] Extra media data {'requested_subtitles_en_ext': 'vtt', 'requested_subtitles_en_url': 'https://www.youtube.com/api/timedtext?v=rm10ifaufys&ei=ETc2Z4OdIN2KkucP3rvm8As&caps=asr&opi=112496729&exp=xbt&xoaf=5&hl=en&ip=0.0.0.0&ipbits=0&expire=1731631489&sparams=ip%2Cipbits%2Cexpire%2Cv%2Cei%2Ccaps%2Copi%2Cexp%2Cxoaf&signature=4485EB61ACB60347457C033CB3D581A58E492B09.09A8F3E9B93A2076A71106F2E607D588EEAF594E&key=yt8&kind=asr&lang=en&fmt=vtt', 'requested_subtitles_en_name': 'English', 'requested_subtitles_en_filepath': "/library/downloads/calibre-web/Youtube/Popcorn Picks/The Floor Is Lava: Level Hard (Pierce Brosnan) | Dante's Peak_112.00_[rm10ifaufys].en.vtt", 'corruption': 0} 2024-11-14 12:44:54 - [Info] lb-wrapper's xklb command (dl) completed successfully. 2024-11-14 12:44:55 - [Info] Using yt-dlp 2024.11.12.232900 2024-11-14 12:44:55 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=tmwIhOCXLrQ' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv 2024-11-14 12:44:55 - [Debug] library v3.0.025 :: /root/.local/share/pipx/venvs/xklb/bin 2024-11-14 12:44:55 - [Debug] ['/usr/local/bin/lb', 'dl', '/library/calibre-web/xklb-metadata.db', '--video', 'https://www.youtube.com/watch?v=tmwIhOCXLrQ', '--format', 'best', '--format-sort', 'tbr~1000', '--write-thumbnail', '--subs', '--live', '--live-from-start', '-o', '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s', '-vv'] 2024-11-14 12:44:55 - [Debug] {'subs': True, 'live': True, 'paths': ['https://www.youtube.com/watch?v=tmwIhOCXLrQ']} 2024-11-14 12:44:55 - [Debug] {'time_modified': 0, 'time_deleted': 0, 'download_attempts': None} 2024-11-14 12:44:55 - [Debug] {'path': 'https://www.youtube.com/watch?v=tmwIhOCXLrQ'} 2024-11-14 12:44:55 - [Debug] {'noprogress': True, 'lazy_playlist': True, 'noplaylist': True, 'no_check_certificate': True, 'ignore_no_formats_error': True, 'skip_playlist_after_errors': 21, 'playlistend': 20000, 'extractor_args': {'youtube': {'skip': ['authcheck']}}, 'check_formats': 'selected', 'logger': .DictLogger object at 0x7ac8fea901a0>, 'postprocessors': [{'key': 'FFmpegMetadata'}, {'key': 'FFmpegEmbedSubtitle'}], 'playlist_items': '1', 'extractor_retries': 3, 'retries': 12, 'retry_sleep_functions': {'extractor': . at 0x7ac8fea8d300>, 'http': . at 0x7ac8fea8d3a0>, 'fragment': . at 0x7ac8fea8d440>}, 'outtmpl': {'default': '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s'}, 'progress_hooks': [. at 0x7ac8fea8d4e0>], 'subtitlesformat': 'srt/best', 'writesubtitles': True, 'writeautomaticsub': True, 'format': 'best', 'format_sort': ['tbr~1000'], 'writethumbnail': True, 'live_from_start': True, '_warnings': ['"-f best" selects the best pre-merged format which is often not the best option.\n To let yt-dlp download and merge the best available formats, simply do not pass any format selection.\n If you know what you are doing and want only the best pre-merged format, use "-f b" instead to suppress this warning'], 'subs': True, 'live': True} 2024-11-14 12:44:55 - [Debug] [yt-dlp]: Downloading https://www.youtube.com/watch?v=tmwIhOCXLrQ 2024-11-14 12:45:00 - [Debug] [https://www.youtube.com/watch?v=tmwIhOCXLrQ]: Downloaded to /library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4 2024-11-14 12:45:00 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '0.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:45:00 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:45:00 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 0.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:45:00 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '34.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:45:00 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:45:00 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 34.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:45:00 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '68.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:45:00 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:45:00 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 68.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:45:00 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '136.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:45:00 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:45:00 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 136.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:45:00 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '102.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:45:00 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:45:00 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 102.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:45:00 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '238.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:45:00 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:45:00 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 238.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:45:00 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '170.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:45:00 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:45:00 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 170.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:45:00 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '204.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:45:00 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:45:00 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 204.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:45:00 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '272.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:45:00 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:45:00 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 272.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:45:00 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '306.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:45:00 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:45:00 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 306.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:45:00 - [Debug] ('systemd-run', '--user', '-p', 'MemoryMax=4G', '-p', 'MemorySwapMax=1G', '--pty', '--pipe', '--same-dir', '--wait', '--collect', '--service-type=exec', '--quiet', '--', 'ffmpeg', '-nostdin', '-hide_banner', '-nostats', '-xerror', '-v', '16', '-err_detect', 'explode', '-ss', '328.00', '-i', '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4', '-t', '1', '-f', 'null', '/dev/null') 2024-11-14 12:45:00 - [Debug] Failed to connect to bus: No medium found 2024-11-14 12:45:00 - [Debug] [systemd-run --user -p MemoryMax=4G -p MemorySwapMax=1G --pty --pipe --same-dir --wait --collect --service-type=exec --quiet -- ffmpeg -nostdin -hide_banner -nostats -xerror -v 16 -err_detect explode -ss 328.00 -i '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4' -t 1 -f null /dev/null] exited 1 2024-11-14 12:45:03 - [Debug] ('ffprobe', '-show_entries', 'stream=r_frame_rate,nb_read_frames,duration', '-select_streams', 'v', '-count_frames', '-of', 'json', '-threads', '1', '-v', '0', '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].mp4') 2024-11-14 12:45:03 - [Debug] { 2024-11-14 12:45:03 - [Debug] "programs": [ 2024-11-14 12:45:03 - [Debug] 2024-11-14 12:45:03 - [Debug] ], 2024-11-14 12:45:03 - [Debug] "stream_groups": [ 2024-11-14 12:45:03 - [Debug] 2024-11-14 12:45:03 - [Debug] ], 2024-11-14 12:45:03 - [Debug] "streams": [ 2024-11-14 12:45:03 - [Debug] { 2024-11-14 12:45:03 - [Debug] "r_frame_rate": "24000/1001", 2024-11-14 12:45:03 - [Debug] "duration": "329.620958", 2024-11-14 12:45:03 - [Debug] "nb_read_frames": "7903" 2024-11-14 12:45:03 - [Debug] } 2024-11-14 12:45:03 - [Debug] ] 2024-11-14 12:45:03 - [Debug] } 2024-11-14 12:45:03 - [Debug] Extra data {'nb_stream_groups': 0} 2024-11-14 12:45:03 - [Debug] Extra media data {'requested_subtitles_en_ext': 'vtt', 'requested_subtitles_en_url': 'https://www.youtube.com/api/timedtext?v=tmwIhOCXLrQ&ei=GDc2Z8LPJo60kucPiYGZ0Qg&caps=asr&opi=112496729&exp=xbt&xoaf=5&hl=en&ip=0.0.0.0&ipbits=0&expire=1731631496&sparams=ip%2Cipbits%2Cexpire%2Cv%2Cei%2Ccaps%2Copi%2Cexp%2Cxoaf&signature=26C84CDC55BADA5ECA21912F6287DC5B31AC50EB.3BC331C2065D4F76E63AFD29BB49C3AC789BC4CE&key=yt8&lang=en&fmt=vtt', 'requested_subtitles_en_name': 'English', 'requested_subtitles_en_filepath': '/library/downloads/calibre-web/Youtube/TED-Ed/Is safety worth the loss of privacy? - Michael Vazquez and Sarah Stroud_7.68k_[tmwIhOCXLrQ].en.vtt', 'corruption': 0} 2024-11-14 12:45:03 - [Info] lb-wrapper's xklb command (dl) completed successfully. ```
chapmanjacobd commented 1 week ago

Hi Blondel,

From the log it seems like the wrapper script is calling lb dl 14 times:

2024-11-14 12:41:54 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/playlist?list=PL1mGU3fBqrV9yoNCE4YNJFsDzBg8Np68A' --force -vv
2024-11-14 12:41:56 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=tmwIhOCXLrQ' --force -vv
2024-11-14 12:41:59 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=YcUDBgYodIE' --force -vv
2024-11-14 12:42:02 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=P9VdyPbbzlI' --force -vv
2024-11-14 12:42:05 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=ubR8rEgSZSU' --force -vv
2024-11-14 12:42:08 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=PaxVCsnox_4' --force -vv
2024-11-14 12:42:12 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=9WvoGlQ7zH8' --force -vv
2024-11-14 12:42:15 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=_KhYRqozTDE' --force -vv
2024-11-14 12:42:18 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=2uTq2vtyTA0' --force -vv
2024-11-14 12:42:22 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=zFI-MG5PEtw' --force -vv
2024-11-14 12:42:25 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=rm10ifaufys' --force -vv
2024-11-14 12:42:29 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=O0i7-DsUUm0' --force -vv
2024-11-14 12:42:32 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=EBQJPyB4OVs' --force -vv
2024-11-14 12:42:36 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=nL0ujGxgDTU' --force -vv
2024-11-14 12:42:39 - [Info] Running xklb command: lb tubeadd '/library/calibre-web/xklb-metadata.db' 'https://www.youtube.com/watch?v=Q7Ya9R95HLE' --force -vv
2024-11-14 12:42:42 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=2uTq2vtyTA0' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv
2024-11-14 12:42:52 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=PaxVCsnox_4' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv
2024-11-14 12:43:02 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=zFI-MG5PEtw' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv
2024-11-14 12:43:12 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=EBQJPyB4OVs' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv
2024-11-14 12:43:25 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=O0i7-DsUUm0' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv
2024-11-14 12:43:38 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=_KhYRqozTDE' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv
2024-11-14 12:43:48 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=YcUDBgYodIE' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv
2024-11-14 12:43:57 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=P9VdyPbbzlI' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv
2024-11-14 12:44:07 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=nL0ujGxgDTU' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv
2024-11-14 12:44:17 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=Q7Ya9R95HLE' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv
2024-11-14 12:44:25 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=9WvoGlQ7zH8' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv
2024-11-14 12:44:37 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=ubR8rEgSZSU' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv
2024-11-14 12:44:48 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=rm10ifaufys' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv
2024-11-14 12:44:55 - [Info] Running xklb command: lb dl '/library/calibre-web/xklb-metadata.db' --video 'https://www.youtube.com/watch?v=tmwIhOCXLrQ' --format best --format-sort 'tbr~1000' --write-thumbnail --subs --live --live-from-start -o '/library/downloads/calibre-web/%(extractor_key,extractor)s/%(uploader,uploader_id)s/%(title).170B_%(view_count)3.2D_[%(id).64B].%(ext)s' -vv

Maybe this is the cause of the issue?

This is the way I use library and the way I recommend running it:

One process adds URLS:

lb tubeadd ~/lb/video.db $URLS

Another process downloads:

lb dl --video ~/lb/video.db --prefix ~/d/dump/video/

You could have lb dl as a systemd service with Restart=always and RuntimeMaxSec=6h. They can be concurrent processes because xklb enables WAL mode

deldesir commented 1 week ago

Today I learned. Now the challenge is to get the dynamic polling for every video added. This is reported in a Tasks page in real time.

image

The current flow is as follow:

Task MetadataExtract is called:

Task Download is called


I expect with the alternative approach of running lb dl as a service, I'll be able to poll xklb log for every video separately. Will do some experiments and let you know how this went.

holta commented 1 week ago

I don't yet see how a systemd service improves the situation?