You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In all blog posts, a '.mp4' extension is being appended to every period. This causes:
Videos to appear with a double extension, e.g., 'xyz.mp4.mp4'.
Images to show as '.jpg.mp4'
Standard text to have the '.mp4' extension, e.g., 'Lorem ipsum dolor.mp4 Sit amet dolor lorem ipsum.mp4'.
Comments are not affected by this issue.
Cause:
The issue seems to occur because the encoded video and thumbnail are being deleted immediately after the job is processed in the Videopack queue.
Expected behavior:
The video and thumbnail are being deleted correctly. There should be no '.mp4' extension appended to other content at all.
Steps to reproduce:
Upload a video and process it using Videopack.
Wait until the video is processed in the queue and the status is 'completed‘
Open the media library and delete the generated video an it’s thumbnail immediately after processing has finished
Go to videopack-queue – the processed video has no name, image etc. (see screenshot)
Go to the website an check posts for '.mp4' extension in text6.
Environment:
WordPress version: 6.6.2
Plugin version: 4.10.2
-- See config on screenshot
-- See videopack-queue on screenshot
PHP version: 8.1.29
The text was updated successfully, but these errors were encountered:
bluebyte85
changed the title
'.mp4' is added to every period in blog posts, after deleting generated video + thumbnail
Bug: '.mp4' is added to every period in blog posts, after deleting generated video + thumbnail
Sep 20, 2024
bluebyte85
changed the title
Bug: '.mp4' is added to every period in blog posts, after deleting generated video + thumbnail
'.mp4' is added to every period in blog posts, after deleting generated video + thumbnail
Sep 20, 2024
Description:
In all blog posts, a '.mp4' extension is being appended to every period. This causes:
Cause:
The issue seems to occur because the encoded video and thumbnail are being deleted immediately after the job is processed in the Videopack queue.
Expected behavior:
The video and thumbnail are being deleted correctly. There should be no '.mp4' extension appended to other content at all.
Steps to reproduce:
Environment:
-- See config on screenshot
-- See videopack-queue on screenshot
The text was updated successfully, but these errors were encountered: