Downloaded videos not showing in UI
See original GitHub issueI’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
Issue Analytics
- State:
- Created 3 years ago
- Comments:20 (7 by maintainers)
Top Results From Across the Web
Why the downloaded video from an android app not showing ...
Show activity on this post. its not working for downloaded videos in removable sdcard package directory :( @do01: try replacing "Environment. ...
Read more >Gallery and File manager not showing the Videos downloaded
Many photos and videos are not showing on Gallery and File manager after downloading from Whatsapp. Have searched thoroughly but still we can't...
Read more >Pictures and videos not showing in the gallery
Solution 2 · Go to the respective folders where images/videos are stored. · Go to Settings > Show hidden file and see if...
Read more >Downloaded videos not showing on Photos App
Downloaded videos not showing on Photos App. I have downloaded some videos from web to my iPad through Safari Browser.
Read more >3.2.1 downloaded videos wont play. - Ubiquiti Community
All recordings from all cameras have same issue. Downloaded clips from 3.2.0 were playing fine yesterday. This is not a hughe problem for...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@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!
You’re right @tyzbit, I actually implemented this feature in this commit, just haven’t gotten around to cleaning up the issues list. I’ll go ahead and close this one as it should be resolved! To be clear you have to be on the latest
nightly
or wait for the next release.@BasWeg the inconsistency you saw with the subscription page file cards should be fixed in a future release once I transfer them to the new component seen in the home page!