Closed Bug 1811211 Opened 2 years ago Closed 2 years ago

Firefox Flatpak - ERROR viaduct::backend::ffi] Missing HTTP status

Categories

(Core :: Widget: Gtk, defect, P3)

Firefox 109
defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: o2q2tcedsh0, Unassigned)

References

(Blocks 1 open bug)

Details

Steps to reproduce:

My System: Debian Stable with Firefox 109 Flatpak native Wayland.

Start Firefox Flatpak with "env MOZ_ENABLE_WAYLAND=1 ..." in a Terminal. Visit a few websites and then close all Tabs with X or STRG+W until firefox is closed.

Actual results:

[2023-01-19T10:45:37Z ERROR viaduct::backend::ffi] Missing HTTP status
[2023-01-19T10:45:37Z ERROR viaduct::backend::ffi] Missing HTTP status

The Bugbug bot thinks this bug should belong to the 'Core::Widget: Gtk' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.

Component: Untriaged → Widget: Gtk
Product: Firefox → Core
Blocks: flatpak
Priority: -- → P3

If I put the following in /home/.profile, then the message(...Missing HTTP status) is no longer displayed.

if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
export MOZ_ENABLE_WAYLAND=1
fi

Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.