YoutubeDL-Material: Downloaded videos not showing in UI
I’ve added two subscriptions and the videos downloaded to /app/subscriptions and the respective subscription folders. However, nothing is visible in the web interface. It doesn’t seem that I am getting permissions errors from docker, but I am getting an error in my logs below.
I wonder if the file is being downloaded and moved to an unexpected location?
Docker compose snippet:
ytdl_material:
environment:
ALLOW_CONFIG_MUTATIONS: 'true'
restart: always
environment:
- PUID=501
- PGID=20
- TZ=America/New_York
volumes:
- /Volumes/docker/youtubedl-material/appdata:/app/appdata
- /Volumes/docker/youtubedl-material/audio:/app/audio
- /Volumes/docker/youtubedl-material/video:/app/video
- /Volumes/docker/youtubedl-material/subscriptions:/app/subscriptions
- /Volumes/docker/youtubedl-material/users:/app/users
ports:
- "8998:17442"
image: tzahi12345/youtubedl-material:latest
networks:
- t2_proxy
2020-11-06T20:12:46.599Z ERROR: WARNING: Cannot update utime of file
ERROR: [Errno 2] No such file or directory
ERROR: unable to rename file: [Errno 2] No such file or directory
ERROR: unable to rename file: [Errno 2] No such file or directory
ERROR: unable to rename file: [Errno 2] No such file or directory
WARNING: Cannot update utime of file
ERROR: [Errno 2] No such file or directory
ERROR: unable to rename file: [Errno 2] No such file or directory
ERROR: unable to rename file: [Errno 2] No such file or directory
ERROR: [Errno 2] No such file or directory
ERROR: unable to rename file: [Errno 2] No such file or directory
WARNING: Cannot update utime of file
ERROR: [Errno 2] No such file or directory
ERROR: unable to rename file: [Errno 2] No such file or directory
ERROR: [Errno 2] No such file or directory: 'subscriptions/channels/[Redacted]/[Redacted]
2020-11-06T20:12:46.634Z ERROR: ERROR: unable to rename file: [Errno 2] No such file or directory
ERROR: unable to rename file: [Errno 2] No such file or directory
ERROR: [Errno 2] No such file or directory
WARNING: Cannot update utime of file
ERROR: [Errno 2] No such file or directory
2020-11-06T20:12:46.786Z ERROR: ERROR: unable to rename file: [Errno 2] No such file or directory
WARNING: Cannot update utime of file
ERROR: [Errno 2] No such file or directory
2020-11-06T20:12:46.876Z ERROR: ERROR: unable to rename file: [Errno 2] No such file or directory
������������������������������������������������������������������
2020-11-06T20:58:00.014Z ERROR: ERROR: S6YTMCWTTGg: YouTube said: Unable to extract video data
2020-11-06T21:27:15.401Z ERROR: ERROR: S6YTMCWTTGg: YouTube said: Unable to extract video data
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 20 (7 by maintainers)
@BasWeg I think I fixed it! You can see the commit here, I guess the jump to rxjs 6 broke Observable.merge, which was thankfully only actively used there.
The nightly should take an hour to build and push, let me know if it’s fixed!