Video is classified as "Invalid date"
See original GitHub issueBug report
If running as a Docker container:
Thumbsup image tag: thumbsupgallery/thumbsup latest 17aa8336028c
Docker version: Docker version 17.12.1-ce, build 7390fc6
Operating system: Ubuntu 16.04.4 LTS
I’m still in testing stage. But I added a video from my iPhone. It was converted (codec copy) from MOV to MP4. This video is always classified as “Invalid date”. I tried enabling DEBUG mode, getting (a little bit) more info, but nothing useful. I also mapped localtime into the docker container (was unlikely but I tried anyway) without success.
Is there a way to get more info? How is the date from the video parsed? By moment.js? I could add some logs into the code and rerun it again. But I would like to have advice first.
Best regards,
Benedict
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Video - Invalid Dates in Primavera P6 Explained
Generally, Invalid dates occur in a schedule once the project has started and status is being applied. Invalid Forecast Dates. A Forecast Date ......
Read more >Invalid Dates in Primavera P6 Explained - YouTube
Invalid Dates in Primavera P6 occur for two different reasons. They can be caused by a forecast date ... Your browser can't play...
Read more >[Bug]: "Invalid date" after manually marking video watched ...
go to subscription tab; click menu button for any video; mark as watched; go to history tab; release date of video is listed...
Read more >How to convert Invalid Dates (DMY Format) to valid (MM/DD ...
Convert invalid dates like (DMY Fomat) to valid (MM/DD/YYYY) data ... Example 22.10.2007 or 22/10/2007 date may be considered invalid.
Read more >The YouTube video ID is invalid or the video was deleted.
When uploading a new youtube movie an error occurs: The YouTube video ID is invalid or the video was deleted. The problem has...
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 FreeTop 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
Top GitHub Comments
Hi, thanks a lot for all this troubleshooting. You’re right you found the issue, for now thumbsup assumes that if Exiftool returns a date then it must be valid. I had never seen
0000:00:00 00:00:00
until now.I’ll add a check to make sure the date is valid shortly (
moment.isValid
). Then it will automatically fall back to using the file name (when applicable) or file modification date if needed.Thanks!
This is now fixed on master, I’ll try to publish version
2.3.0
soon.