Bug 237383 - MiniBrowser crashes at http://cbc.ca
Summary: MiniBrowser crashes at http://cbc.ca
Status: RESOLVED DUPLICATE of bug 233230
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-02 11:17 PST by Craig Foote
Modified: 2022-03-02 17:04 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Foote 2022-03-02 11:17:29 PST
Crashes with message:

WebKit wasn't able to find a WebVTT encoder. Subtitles handling will be degraded unless gst-plugins-bad is installed.

** (MiniBrowser:31604): WARNING **: 13:49:54.537: WebProcess CRASHED

Installed to fix:

GStreamer plugins from the "bad" set
1.18.5-1ubuntu1

(sorry, don't know actual package names, installed from Software application)

MiniBrowser then loaded http://cbc.ca no problem. Removed "GStreamer plugins from the "bad" set" and error returned.

If this is a dependency, shouldn't it be installed with WebKit?

Craig
Comment 1 Craig Foote 2022-03-02 11:26:32 PST
Sorry, should have added I'm running Ubuntu 21.10 pretty much stock under Wayland. Looking at Webkit:

sudo find / -name "MiniBrowser"
[sudo] password for craig:
find: ‘/run/user/1000/doc’: Permission denied
find: ‘/run/user/1000/gvfs’: Permission denied
/home/craig/.local/share/webkitgtk-4.0/MiniBrowser
/home/craig/.cache/webkitgtk-4.0/MiniBrowser
/usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/MiniBrowser
/snap/gnome-3-38-2004/99/usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/MiniBrowser
/snap/gnome-3-38-2004/87/usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/MiniBrowser
Comment 2 Michael Catanzaro 2022-03-02 17:04:01 PST
(In reply to Craig Foote from comment #0)
> If this is a dependency, shouldn't it be installed with WebKit?

Absolutely, but that's on Ubuntu, we can't do it for you.

Anyway, since bug #233230 we now just print a warning instead of crashing, much better.

*** This bug has been marked as a duplicate of bug 233230 ***