Bug 237383
Summary: | MiniBrowser crashes at http://cbc.ca | ||
---|---|---|---|
Product: | WebKit | Reporter: | Craig Foote <CraigFoote> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Major | CC: | bugs-noreply, CraigFoote, kkinnunen, mcatanzaro |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | PC | ||
OS: | Linux |
Craig Foote
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Craig Foote
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
Michael Catanzaro
(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 ***