We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
log
When I try to upload a video, there is an error and the log shows:
2022-09-25 19:21:40,330 : directory_watcher.py : is_valid_media : 46 : INFO : Could not handle /data/uploads/web/VID-20210209-WA0036.mp4, because unable to call thumbnail magickload: Magick: improper image header `/data/uploads/web/VID-20210209-WA0036.mp4' @ error/tga.c/ReadTGAImage/215 (null)
Try to upload the file I have attached.
Video: https://user-images.githubusercontent.com/16685137/192164765-fa13e6a7-a89c-47d6-a444-0dccf78d61f6.mp4
The text was updated successfully, but these errors were encountered:
The file is broken, because it has the wrong mime type. It has a application/octet-stream mime type and not a video mime type.
Sorry, something went wrong.
No branches or pull requests
π Bug Report
log
filesπ Description of issue:
When I try to upload a video, there is an error and the log shows:
2022-09-25 19:21:40,330 : directory_watcher.py : is_valid_media : 46 : INFO : Could not handle /data/uploads/web/VID-20210209-WA0036.mp4, because unable to call thumbnail
magickload: Magick: improper image header `/data/uploads/web/VID-20210209-WA0036.mp4' @ error/tga.c/ReadTGAImage/215 (null)
π How can we reproduce it:
Try to upload the file I have attached.
Please provide additional information:
Video:
https://user-images.githubusercontent.com/16685137/192164765-fa13e6a7-a89c-47d6-a444-0dccf78d61f6.mp4
The text was updated successfully, but these errors were encountered: