Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] display freezes with version 4.6.x of base image #211

Open
skycaptain opened this issue Jul 6, 2024 · 0 comments
Open

[Bug] display freezes with version 4.6.x of base image #211

skycaptain opened this issue Jul 6, 2024 · 0 comments
Labels

Comments

@skycaptain
Copy link

skycaptain commented Jul 6, 2024

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:

version: '3'
services:
  jdownloader:
    image: jlesage/jdownloader-2
    environment:
       - USER_ID=1000
       - GROUP_ID=1000
       - DISPLAY_WIDTH=1920
       - DISPLAY_HEIGHT=1080
       - DARK_MODE=1
       - KEEP_APP_RUNNING=1
       - INSTALL_PACKAGES=chromium
    ports:
      - [redacted]
    restart: unless-stopped
    shm_size: 2gb
    volumes:
      - [redacted]

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant