[GH-ISSUE #2383] Issue with Streaming / Streamed YouTube Videos #1589

Closed
opened 2026-05-05 08:14:37 -06:00 by gitea-mirror · 20 comments
Owner

Originally created by @aberja on GitHub (Jan 30, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2383

When I run firejail vivaldi I cannot watch YouTube videos that are streaming or were previously streamed. I receive a message that states "An error occurred. Please try again later..."

I can watch non streamed YouTube videos without any issue. I can also watch the streamed and streaming YouTube vidoes in Vivaldi without firejail.

If I close Vivaldi and run firejail --noprofile vivaldi I can watch the streamed and streaming YouTube videos without any issue.

Any thoughts on why I need to use --noprofile and what I need to do to resolve this issue?

Setup:
Mint LMDE 3
Vivaldi version: 2.2.1388.37 (Stable) 64 bit
Firejail version: 0.9.59

Originally created by @aberja on GitHub (Jan 30, 2019). Original GitHub issue: https://github.com/netblue30/firejail/issues/2383 When I run `firejail vivaldi` I cannot watch YouTube videos that are streaming or were previously streamed. I receive a message that states "An error occurred. Please try again later..." I can watch non streamed YouTube videos without any issue. I can also watch the streamed and streaming YouTube vidoes in Vivaldi without firejail. If I close Vivaldi and run `firejail --noprofile vivaldi` I can watch the streamed and streaming YouTube videos without any issue. Any thoughts on why I need to use --noprofile and what I need to do to resolve this issue? Setup: Mint LMDE 3 Vivaldi version: 2.2.1388.37 (Stable) 64 bit Firejail version: 0.9.59
gitea-mirror 2026-05-05 08:14:37 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@SkewedZeppelin commented on GitHub (Jan 30, 2019):

Are you using the proprietary NVIDIA drivers?

Using --noprofile, provides little to no security benefits.

<!-- gh-comment-id:459083757 --> @SkewedZeppelin commented on GitHub (Jan 30, 2019): Are you using the proprietary NVIDIA drivers? Using --noprofile, provides little to no security benefits.
Author
Owner

@aberja commented on GitHub (Jan 30, 2019):

Yes, I'm using proprietary NVIDIA drivers for the GTX1070 video card on my ASUS G752vs laptop.

NVIDIA Driver version: 384.130

<!-- gh-comment-id:459086242 --> @aberja commented on GitHub (Jan 30, 2019): Yes, I'm using proprietary NVIDIA drivers for the GTX1070 video card on my ASUS G752vs laptop. NVIDIA Driver version: 384.130
Author
Owner

@Fred-Barclay commented on GitHub (Jan 31, 2019):

Does firejail --ignore=noroot vivaldi work?

<!-- gh-comment-id:459187955 --> @Fred-Barclay commented on GitHub (Jan 31, 2019): Does `firejail --ignore=noroot vivaldi` work?
Author
Owner

@aberja commented on GitHub (Jan 31, 2019):

Thanks for the suggestion. However, when I run firejail --ignore=noroot vivaldi or just firejail vivaldi I receive the following message:

g752vs@g752:~$ firejail --ignore=noroot vivaldi
Reading profile /usr/local/etc/firejail/vivaldi.profile
Reading profile /usr/local/etc/firejail/chromium-common.profile
Reading profile /usr/local/etc/firejail/disable-common.inc
Reading profile /usr/local/etc/firejail/disable-devel.inc
Reading profile /usr/local/etc/firejail/disable-interpreters.inc
Reading profile /usr/local/etc/firejail/disable-programs.inc
Reading profile /usr/local/etc/firejail/whitelist-common.inc
Reading profile /usr/local/etc/firejail/whitelist-var-common.inc
Parent pid 3907, child pid 3908
Child process initialized in 143.19 ms

No suitable library for HTML5 proprietary media (MP4[H.264/AAC]) was found,
therefore only open codecs will play.

To add support for proprietary media, issue the following command and restart
Vivaldi:

  curl https://launchpadlibrarian.net/394835580/chromium-codecs-ffmpeg-extra_70.0.3538.77-0ubuntu0.16.04.1_amd64.deb |\
  tail -c+1075 | tar xJ -C ~ --wildcards \*libffmpeg.so --xform 's,.*/,.local/lib/vivaldi/,'

/usr/bin/vivaldi: line 173: /dev/fd/62: No such file or directory
/usr/bin/vivaldi: line 174: /dev/fd/62: No such file or directory
Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank"
[6:6:0131/075229.355348:ERROR:x11_input_method_context_impl_gtk.cc(144)] Not implemented reached in virtual void libgtkui::X11InputMethodContextImplGtk::SetSurroundingText(const base::string16 &, const gfx::Range &)
[423:440:0131/075312.434203:ERROR:render_media_log.cc(30)] MediaEvent: MEDIA_ERROR_LOG_ENTRY {"error":"audio decoder initialization failed"}
[423:423:0131/075312.435693:ERROR:render_media_log.cc(30)] MediaEvent: PIPELINE_ERROR DECODER_ERROR_NOT_SUPPORTED
[423:440:0131/075312.909818:ERROR:render_media_log.cc(30)] MediaEvent: MEDIA_ERROR_LOG_ENTRY {"error":"audio decoder initialization failed"}
[423:423:0131/075312.915875:ERROR:render_media_log.cc(30)] MediaEvent: PIPELINE_ERROR DECODER_ERROR_NOT_SUPPORTED

Even after running the following command

 curl https://launchpadlibrarian.net/394835580/chromium-codecs-ffmpeg-extra_70.0.3538.77-0ubuntu0.16.04.1_amd64.deb |\
 tail -c+1075 | tar xJ -C ~ --wildcards \*libffmpeg.so --xform 's,.*/,.local/lib/vivaldi/,' 

and restarting Vivaldi, I receive the same message when I run Vivaldi using firejail.

I realize that running firejail --noprofile vivaldi leaves me with little to no security benefits and it's not a method I want to use. But as a comparison, when I do run using --noprofile, the only messages I receive prior to Vivaldi starting up and being able to run streaming YouTube videos are:

g752vs@g752:~$ firejail --noprofile vivaldi
Parent pid 10054, child pid 10055
Child process initialized in 36.23 ms
Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank"
[2:2:0131/102822.061802:ERROR:x11_input_method_context_impl_gtk.cc(144)] Not implemented reached in virtual void libgtkui::X11InputMethodContextImplGtk::SetSurroundingText(const base::string16 &, const gfx::Range &)
<!-- gh-comment-id:459408770 --> @aberja commented on GitHub (Jan 31, 2019): Thanks for the suggestion. However, when I run `firejail --ignore=noroot vivaldi` or just `firejail vivaldi` I receive the following message: ``` g752vs@g752:~$ firejail --ignore=noroot vivaldi Reading profile /usr/local/etc/firejail/vivaldi.profile Reading profile /usr/local/etc/firejail/chromium-common.profile Reading profile /usr/local/etc/firejail/disable-common.inc Reading profile /usr/local/etc/firejail/disable-devel.inc Reading profile /usr/local/etc/firejail/disable-interpreters.inc Reading profile /usr/local/etc/firejail/disable-programs.inc Reading profile /usr/local/etc/firejail/whitelist-common.inc Reading profile /usr/local/etc/firejail/whitelist-var-common.inc Parent pid 3907, child pid 3908 Child process initialized in 143.19 ms No suitable library for HTML5 proprietary media (MP4[H.264/AAC]) was found, therefore only open codecs will play. To add support for proprietary media, issue the following command and restart Vivaldi: curl https://launchpadlibrarian.net/394835580/chromium-codecs-ffmpeg-extra_70.0.3538.77-0ubuntu0.16.04.1_amd64.deb |\ tail -c+1075 | tar xJ -C ~ --wildcards \*libffmpeg.so --xform 's,.*/,.local/lib/vivaldi/,' /usr/bin/vivaldi: line 173: /dev/fd/62: No such file or directory /usr/bin/vivaldi: line 174: /dev/fd/62: No such file or directory Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank" [6:6:0131/075229.355348:ERROR:x11_input_method_context_impl_gtk.cc(144)] Not implemented reached in virtual void libgtkui::X11InputMethodContextImplGtk::SetSurroundingText(const base::string16 &, const gfx::Range &) [423:440:0131/075312.434203:ERROR:render_media_log.cc(30)] MediaEvent: MEDIA_ERROR_LOG_ENTRY {"error":"audio decoder initialization failed"} [423:423:0131/075312.435693:ERROR:render_media_log.cc(30)] MediaEvent: PIPELINE_ERROR DECODER_ERROR_NOT_SUPPORTED [423:440:0131/075312.909818:ERROR:render_media_log.cc(30)] MediaEvent: MEDIA_ERROR_LOG_ENTRY {"error":"audio decoder initialization failed"} [423:423:0131/075312.915875:ERROR:render_media_log.cc(30)] MediaEvent: PIPELINE_ERROR DECODER_ERROR_NOT_SUPPORTED ``` Even after running the following command ``` curl https://launchpadlibrarian.net/394835580/chromium-codecs-ffmpeg-extra_70.0.3538.77-0ubuntu0.16.04.1_amd64.deb |\ tail -c+1075 | tar xJ -C ~ --wildcards \*libffmpeg.so --xform 's,.*/,.local/lib/vivaldi/,' ``` and restarting Vivaldi, I receive the same message when I run Vivaldi using firejail. I realize that running `firejail --noprofile vivaldi` leaves me with little to no security benefits and it's not a method I want to use. But as a comparison, when I do run using --noprofile, the only messages I receive prior to Vivaldi starting up and being able to run streaming YouTube videos are: ``` g752vs@g752:~$ firejail --noprofile vivaldi Parent pid 10054, child pid 10055 Child process initialized in 36.23 ms Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank" [2:2:0131/102822.061802:ERROR:x11_input_method_context_impl_gtk.cc(144)] Not implemented reached in virtual void libgtkui::X11InputMethodContextImplGtk::SetSurroundingText(const base::string16 &, const gfx::Range &) ```
Author
Owner

@rusty-snake commented on GitHub (Jan 31, 2019):

Does firejail --ignore=private-dev vivaldi work?

<!-- gh-comment-id:459481846 --> @rusty-snake commented on GitHub (Jan 31, 2019): Does `firejail --ignore=private-dev vivaldi` work?
Author
Owner

@ghost commented on GitHub (Jan 31, 2019):

it's a problem related to codecs, the /dev errors are not related i have those errors and it's working, i'm on manjaro the first time i have launched vivaldi in firejail i was able to play a live stream on youtube then it stopped to works with or without firejail, and the same message about codecs and youtube error
2019-01-31_19-48
to fix this i had to install vivaldi-ffmpeg-codecs, (vivaldi-codecs-ffmpeg-extra-bin on aur for precompiled bins) and it works again with firejail vivaldi-stable and default probiles, nvidia proprietary drivers

edit not sure if it matter but i notice that you have installed version of codecs 70.* will mine are 71.0.3578.98-0
also maybe it can help to find your problem the install script for my codecs contains:
install -Dm644 "$srcdir/usr/lib/chromium-browser/libffmpeg.so" "$pkgdir/opt/vivaldi/libffmpeg.so"

<!-- gh-comment-id:459482863 --> @ghost commented on GitHub (Jan 31, 2019): it's a problem related to codecs, the /dev errors are not related i have those errors and it's working, i'm on manjaro the first time i have launched vivaldi in firejail i was able to play a live stream on youtube then it stopped to works with or without firejail, and the same message about codecs and youtube error ![2019-01-31_19-48](https://user-images.githubusercontent.com/45907176/52082027-fc9fcb00-259b-11e9-8e20-64fb1cff7951.png) to fix this i had to install vivaldi-ffmpeg-codecs, (vivaldi-codecs-ffmpeg-extra-bin on aur for precompiled bins) and it works again with `firejail vivaldi-stable` and default probiles, nvidia proprietary drivers edit not sure if it matter but i notice that you have installed version of codecs 70.* will mine are 71.0.3578.98-0 also maybe it can help to find your problem the install script for my codecs contains: install -Dm644 "$srcdir/usr/lib/chromium-browser/libffmpeg.so" "$pkgdir/opt/vivaldi/libffmpeg.so"
Author
Owner

@aberja commented on GitHub (Jan 31, 2019):

Does firejail --ignore=private-dev vivaldi work?

No that does not resolve the issue.

it's a problem related to codecs,

I hear what you are saying but if I run firejail vivaldi or any of the other varieties with firejail I receive the codecs message and streaming YouTube videos will not run.

if I just run vivaldi , I never receive the codecs issue and the streaming YouTube videos always work.

edit not sure if it matter but i notice that you have installed version of codecs 70.* will mine are 71.0.3578.98-0

Thanks for the heads-up on the codecs 71 vs 70. Although I noticed that your screenshot from vivaldi refers to the same 70 codec that I have installed. I'm assuming your codecs 71.* is coming from the arch repository which I think is always on the bleeding edge :)

<!-- gh-comment-id:459538977 --> @aberja commented on GitHub (Jan 31, 2019): > Does `firejail --ignore=private-dev vivaldi` work? No that does not resolve the issue. > it's a problem related to codecs, I hear what you are saying but if I run `firejail vivaldi` or any of the other varieties with firejail I receive the codecs message and streaming YouTube videos will not run. if I just run `vivaldi` , I never receive the codecs issue and the streaming YouTube videos always work. > edit not sure if it matter but i notice that you have installed version of codecs 70.* will mine are 71.0.3578.98-0 Thanks for the heads-up on the codecs 71 vs 70. Although I noticed that your screenshot from vivaldi refers to the same 70 codec that I have installed. I'm assuming your codecs 71.* is coming from the arch repository which I think is always on the bleeding edge :)
Author
Owner

@SkewedZeppelin commented on GitHub (Jan 31, 2019):

hmm, can you try firejail --ignore='noexec ${HOME}' vivaldi

<!-- gh-comment-id:459551012 --> @SkewedZeppelin commented on GitHub (Jan 31, 2019): hmm, can you try `firejail --ignore='noexec ${HOME}' vivaldi`
Author
Owner

@aberja commented on GitHub (Feb 1, 2019):

hmm, can you try firejail --ignore='noexec ${HOME}' vivaldi

Unfortunately, that also returns the same codec issue.

<!-- gh-comment-id:459554874 --> @aberja commented on GitHub (Feb 1, 2019): > hmm, can you try `firejail --ignore='noexec ${HOME}' vivaldi` Unfortunately, that also returns the same codec issue.
Author
Owner

@SkewedZeppelin commented on GitHub (Feb 1, 2019):

Can you sudo edit /usr/local/etc/firejail/vivaldi.profile, comment all of the lower options and enable one by one until it stops working then?

<!-- gh-comment-id:459563562 --> @SkewedZeppelin commented on GitHub (Feb 1, 2019): Can you sudo edit `/usr/local/etc/firejail/vivaldi.profile`, comment all of the lower options and enable one by one until it stops working then?
Author
Owner

@aberja commented on GitHub (Feb 1, 2019):

Can you sudo edit /usr/local/etc/firejail/vivaldi.profile, comment all of the lower options and enable one by one until it stops working then?

I need to comment out the following 3 lines to be able to run firejail vivaldi without receiving the codecs issue:

#whitelist ${HOME}/.cache/vivaldi
#whitelist ${HOME}/.config/vivaldi
#include chromium-common.profile

If I uncomment any of the above 3, the codec warning reappears when running firejail vivaldi

<!-- gh-comment-id:459569868 --> @aberja commented on GitHub (Feb 1, 2019): > Can you sudo edit `/usr/local/etc/firejail/vivaldi.profile`, comment all of the lower options and enable one by one until it stops working then? I need to comment out the following 3 lines to be able to run `firejail vivaldi` without receiving the codecs issue: ``` #whitelist ${HOME}/.cache/vivaldi #whitelist ${HOME}/.config/vivaldi #include chromium-common.profile ``` If I uncomment any of the above 3, the codec warning reappears when running `firejail vivaldi`
Author
Owner

@SkewedZeppelin commented on GitHub (Feb 1, 2019):

Try
firejail --ignore='noexec ${HOME}' --whitelist=~/.local/lib/vivaldi vivaldi

<!-- gh-comment-id:459607651 --> @SkewedZeppelin commented on GitHub (Feb 1, 2019): Try `firejail --ignore='noexec ${HOME}' --whitelist=~/.local/lib/vivaldi vivaldi`
Author
Owner

@aberja commented on GitHub (Feb 1, 2019):

Try
firejail --ignore='noexec ${HOME}' --whitelist=~/.local/lib/vivaldi vivaldi

Yes, Vivaldi runs with no codec issue :) However, I receive the following:

g752vs@g752:~$ firejail --ignore='noexec ${HOME}' --whitelist=~/.local/lib/vivaldi vivaldi
Reading profile /usr/local/etc/firejail/vivaldi.profile
Reading profile /usr/local/etc/firejail/chromium-common.profile
Reading profile /usr/local/etc/firejail/disable-common.inc
Reading profile /usr/local/etc/firejail/disable-devel.inc
Reading profile /usr/local/etc/firejail/disable-interpreters.inc
Reading profile /usr/local/etc/firejail/disable-programs.inc
Reading profile /usr/local/etc/firejail/whitelist-common.inc
Reading profile /usr/local/etc/firejail/whitelist-var-common.inc
Parent pid 17096, child pid 17099
Child process initialized in 72.50 ms
/usr/bin/vivaldi: line 173: /dev/fd/62: No such file or directory
/usr/bin/vivaldi: line 174: /dev/fd/62: No such file or directory
Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank"
[6:6:0131/232538.407621:ERROR:x11_input_method_context_impl_gtk.cc(144)] Not implemented reached in virtual void libgtkui::X11InputMethodContextImplGtk::SetSurroundingText(const base::string16 &, const gfx::Range &)
<!-- gh-comment-id:459611365 --> @aberja commented on GitHub (Feb 1, 2019): >Try firejail --ignore='noexec ${HOME}' --whitelist=~/.local/lib/vivaldi vivaldi Yes, Vivaldi runs with no codec issue :) However, I receive the following: ``` g752vs@g752:~$ firejail --ignore='noexec ${HOME}' --whitelist=~/.local/lib/vivaldi vivaldi Reading profile /usr/local/etc/firejail/vivaldi.profile Reading profile /usr/local/etc/firejail/chromium-common.profile Reading profile /usr/local/etc/firejail/disable-common.inc Reading profile /usr/local/etc/firejail/disable-devel.inc Reading profile /usr/local/etc/firejail/disable-interpreters.inc Reading profile /usr/local/etc/firejail/disable-programs.inc Reading profile /usr/local/etc/firejail/whitelist-common.inc Reading profile /usr/local/etc/firejail/whitelist-var-common.inc Parent pid 17096, child pid 17099 Child process initialized in 72.50 ms /usr/bin/vivaldi: line 173: /dev/fd/62: No such file or directory /usr/bin/vivaldi: line 174: /dev/fd/62: No such file or directory Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank" [6:6:0131/232538.407621:ERROR:x11_input_method_context_impl_gtk.cc(144)] Not implemented reached in virtual void libgtkui::X11InputMethodContextImplGtk::SetSurroundingText(const base::string16 &, const gfx::Range &) ```
Author
Owner

@netblue30 commented on GitHub (Feb 1, 2019):

If you disregard the warning, is everything else working?

<!-- gh-comment-id:459897502 --> @netblue30 commented on GitHub (Feb 1, 2019): If you disregard the warning, is everything else working?
Author
Owner

@aberja commented on GitHub (Feb 1, 2019):

Yes, ignoring the warnings, everything else appears to be working and I can watch streaming YouTube Videos in Vivaldi when I run firejail --ignore='noexec ${HOME}' --whitelist=~/.local/lib/vivaldi vivaldi.

Do I lose any security benefits starting Vivaldi with the above command?

<!-- gh-comment-id:459903305 --> @aberja commented on GitHub (Feb 1, 2019): Yes, ignoring the warnings, everything else appears to be working and I can watch streaming YouTube Videos in Vivaldi when I run `firejail --ignore='noexec ${HOME}' --whitelist=~/.local/lib/vivaldi vivaldi`. Do I lose any security benefits starting Vivaldi with the above command?
Author
Owner

@SkewedZeppelin commented on GitHub (Feb 1, 2019):

Do I lose any security benefits starting Vivaldi with the above command?

noexec was partially broken in previous releases (wasn't recursive), so if you've been running like that for however long, then there is no difference.

<!-- gh-comment-id:459903888 --> @SkewedZeppelin commented on GitHub (Feb 1, 2019): > Do I lose any security benefits starting Vivaldi with the above command? noexec was partially broken in previous releases (wasn't recursive), so if you've been running like that for however long, then there is no difference.
Author
Owner

@netblue30 commented on GitHub (Feb 5, 2019):

We have a fix on mainline, you can give it a try.

<!-- gh-comment-id:460756621 --> @netblue30 commented on GitHub (Feb 5, 2019): We have a fix on mainline, you can give it a try.
Author
Owner

@aberja commented on GitHub (Feb 7, 2019):

With the fix, I can watch streaming YouTube videos with firejail vivaldi. However, I am getting new error messages (Which don't seem to be creating any issues):

g752vs@g752vs:~/firejail$ firejail vivaldi
Reading profile /usr/local/etc/firejail/vivaldi.profile
Reading profile /usr/local/etc/firejail/chromium-common.profile
Reading profile /usr/local/etc/firejail/disable-common.inc
Reading profile /usr/local/etc/firejail/disable-devel.inc
Reading profile /usr/local/etc/firejail/disable-interpreters.inc
Reading profile /usr/local/etc/firejail/disable-programs.inc
Reading profile /usr/local/etc/firejail/whitelist-common.inc
Reading profile /usr/local/etc/firejail/whitelist-var-common.inc
Parent pid 12528, child pid 12529
Child process initialized in 61.44 ms
/usr/bin/vivaldi: line 169: /dev/fd/62: No such file or directory
/usr/bin/vivaldi: line 170: /dev/fd/62: No such file or directory
Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank"
[205:205:0207/105517.600833:ERROR:audio_context.cc(52)] Create
[205:205:0207/105517.600922:ERROR:audio_context.cc(130)] AudioContext
[205:205:0207/105517.600951:ERROR:audio_context.cc(146)] document user activation
[205:205:0207/105517.602023:ERROR:audio_context.cc(436)] IsAllowedToStart
[205:205:0207/105517.606874:ERROR:audio_context.cc(52)] Create
[205:205:0207/105517.606973:ERROR:audio_context.cc(130)] AudioContext
[205:205:0207/105517.607005:ERROR:audio_context.cc(146)] document user activation
[205:205:0207/105517.607134:ERROR:audio_context.cc(436)] IsAllowedToStart
[205:205:0207/105518.881401:ERROR:audio_context.cc(206)] resumeContext
[205:205:0207/105518.881589:ERROR:audio_context.cc(436)] IsAllowedToStart
<!-- gh-comment-id:461511692 --> @aberja commented on GitHub (Feb 7, 2019): With the fix, I can watch streaming YouTube videos with `firejail vivaldi`. However, I am getting new error messages (Which don't seem to be creating any issues): ``` g752vs@g752vs:~/firejail$ firejail vivaldi Reading profile /usr/local/etc/firejail/vivaldi.profile Reading profile /usr/local/etc/firejail/chromium-common.profile Reading profile /usr/local/etc/firejail/disable-common.inc Reading profile /usr/local/etc/firejail/disable-devel.inc Reading profile /usr/local/etc/firejail/disable-interpreters.inc Reading profile /usr/local/etc/firejail/disable-programs.inc Reading profile /usr/local/etc/firejail/whitelist-common.inc Reading profile /usr/local/etc/firejail/whitelist-var-common.inc Parent pid 12528, child pid 12529 Child process initialized in 61.44 ms /usr/bin/vivaldi: line 169: /dev/fd/62: No such file or directory /usr/bin/vivaldi: line 170: /dev/fd/62: No such file or directory Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank" [205:205:0207/105517.600833:ERROR:audio_context.cc(52)] Create [205:205:0207/105517.600922:ERROR:audio_context.cc(130)] AudioContext [205:205:0207/105517.600951:ERROR:audio_context.cc(146)] document user activation [205:205:0207/105517.602023:ERROR:audio_context.cc(436)] IsAllowedToStart [205:205:0207/105517.606874:ERROR:audio_context.cc(52)] Create [205:205:0207/105517.606973:ERROR:audio_context.cc(130)] AudioContext [205:205:0207/105517.607005:ERROR:audio_context.cc(146)] document user activation [205:205:0207/105517.607134:ERROR:audio_context.cc(436)] IsAllowedToStart [205:205:0207/105518.881401:ERROR:audio_context.cc(206)] resumeContext [205:205:0207/105518.881589:ERROR:audio_context.cc(436)] IsAllowedToStart ```
Author
Owner

@rusty-snake commented on GitHub (Jun 8, 2019):

@aberja is this still an issue and if so, is anything broken or are these only strange error mesages? Maybe noautopulse can fix this (IDK).

<!-- gh-comment-id:500163608 --> @rusty-snake commented on GitHub (Jun 8, 2019): @aberja is this still an issue and if so, is anything broken or are these only strange error mesages? Maybe `noautopulse` can fix this (IDK).
Author
Owner

@rusty-snake commented on GitHub (Oct 30, 2019):

I'm closing here due to inactivity, please fell free to request reopen if you still have this issue.

<!-- gh-comment-id:548160042 --> @rusty-snake commented on GitHub (Oct 30, 2019): I'm closing here due to inactivity, please fell free to request reopen if you still have this issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1589
No description provided.