nystudio107 / craft-transcoder

Transcode video & audio files to various formats, and provide video thumbnails
https://nystudio107.com/plugins/transcoder
Other
43 stars 12 forks source link

Thumbnails stopped working in the CP #64

Open arifje opened 1 year ago

arifje commented 1 year ago

We've upgraded to Craft 4 a few weeks ago, and the CP isn't showing thumbnails from uploaded videos anymore. Found this in the logs:

2022-11-09 12:09:32 [web.ERROR] [nystudio107\transcoder\services\Transcode::getAssetPath] the input value is not a valid URL. {"memory":79278192}

Also, but probably not related, this on:

2022-11-09 12:09:32 [web.WARNING] [craft\elements\Asset::_dimensions] Asset 179746 is missing its width or height {"memory":79284104}

My guess this is Craft checking dimensions on an asset (type video), which should't happen.

bryantwells commented 1 year ago

Just chiming in to say that I am having the same issue