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
To solve Captchas, I install Chromium inside the container using INSTALL_PACKAGE="chromium". While versions 4.5.x of the base image worked perfectly fine, with versions 4.6.x the display freezes seconds after launching Chromium inside the container, not allowing to click anywhere or to solve Captchas.
Expected Behavior
The VNC session not to freeze and similar behaviour to previous 4.5.x versions.
Then, setup JDownloader to use Chromium to solve captchas using ["/usr/bin/chromium-browser", "--no-sandbox", "%s"] for GeneralSettings: Browser Command Line setting. Open a link that requires solving Captchas, install the browser plugin and watch the VNC session freeze after a few seconds.
Environment
OS:
OS version:
CPU:
Docker version:
Device model:
Browser/OS:
Container creation
See above
Container log
No related entry in logs.
Container inspect
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
To solve Captchas, I install Chromium inside the container using INSTALL_PACKAGE="chromium". While versions 4.5.x of the base image worked perfectly fine, with versions 4.6.x the display freezes seconds after launching Chromium inside the container, not allowing to click anywhere or to solve Captchas.
Expected Behavior
The VNC session not to freeze and similar behaviour to previous 4.5.x versions.
Steps To Reproduce
Take the following compose file:
Then, setup JDownloader to use Chromium to solve captchas using
["/usr/bin/chromium-browser", "--no-sandbox", "%s"]
forGeneralSettings: Browser Command Line
setting. Open a link that requires solving Captchas, install the browser plugin and watch the VNC session freeze after a few seconds.Environment
Container creation
See above
Container log
Container inspect
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: