Upon uploading a video at media/bulk-upload/all_media_types I get the following error message :
Error: Unsupported operand types in Drupal\cloudconvert_media_thumbnail\MediaThumbnailManager->queueThumbnailTask()
This is caused because getModeOptions can return TRUE (line 290) which does not play with with the + operand at 137
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | cloudconvert-unsupported_operand_type-3014266-2.patch | 1 KB | jefuri |
Comments
Comment #2
jefuri commentedOkay, fixed it I think. By validating with the thumbnail validation method, AND checking for empty mode options, we can remove the boolean return in the mode options method.
Comment #3
mycw1991 commentedChange looks good. Tested it and the error dissapeared.
Comment #5
jefuri commentedComment #6
jefuri commented