-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
Describe the current behavior
The synchronization feature sometimes fails to import webp thumbnails saying the format is unsupported while I can just upload the same webp thumbnail and it will work.
Steps to reproduce
- Add a channel synchronization
- Check if all videos have the right thumbnail
- Some will have a random frame from the video
Describe the expected behavior
The thumbnail should be imported
Additional information
-
PeerTube instance:
- URL: https://peertube.qontinuum.space
- Version: 7.3.0
- NodeJS version: 22.16.0
- Ffmpeg version: 6.1.2
-
Browser name, version and platforms on which you could reproduce the bug:
2025-11-12 15:41:10.659 warn: Cannot process thumbnail https://i.ytimg.com/vi_webp/mYNjTflbSsM/maxresdefault.webp from youtube-dl. {
"err": {
"stack": "Error: Unsupported MIME type: image/webp\n at Jimp.throwError (/var/www/peertube/versions/peertube-v7.3.0/node_modules/@jimp/utils/dist/index.js:21:13)\n at Jimp.parseBitmap (/var/www/peertube/versions/peertube-v7.3.0/node_modules/@jimp/core/dist/utils/i
mage-bitmap.js:159:32)",
"message": "Unsupported MIME type: image/webp"
}
}
2025-11-12 15:41:10.724 warn: Cannot process thumbnail https://i.ytimg.com/vi_webp/mYNjTflbSsM/maxresdefault.webp from youtube-dl. {
"err": {
"stack": "Error: Unsupported MIME type: image/webp\n at Jimp.throwError (/var/www/peertube/versions/peertube-v7.3.0/node_modules/@jimp/utils/dist/index.js:21:13)\n at Jimp.parseBitmap (/var/www/peertube/versions/peertube-v7.3.0/node_modules/@jimp/core/dist/utils/i
mage-bitmap.js:159:32)",
"message": "Unsupported MIME type: image/webp"
}
}
Metadata
Metadata
Assignees
Labels
No labels