jlesage / docker-jdownloader-2

Docker container for JDownloader 2
MIT License
773 stars 71 forks source link

[Bug] Provide a short description of the bug here #206

Open skep77 opened 4 months ago

skep77 commented 4 months ago

Current Behavior

Hi, I am trying to install jdownloader on my nas asustor via docker/portainer. What happens is that when I start the container it tells me that it can not be updated, exactly it says: Captura de pantalla 2024-05-10 a las 21 18 28 Captura de pantalla 2024-05-10 a las 21 18 45

Expected Behavior

No response

Steps To Reproduce

No response

Environment

Container creation

docker run -d \ --name=jdownloader-2 \ -p 5800:5800 \ -v /share/docker/appdata/jdownloader-2:/config:rw \ -v /share/home/user/Downloads:/output:rw \ jlesage/jdownloader-2

Container log

Actions

[cont-env    ] HOME: loading...

[cont-env    ] INSTALL_PACKAGES_INTERNAL: executing...

[cont-env    ] INSTALL_PACKAGES_INTERNAL: terminated successfully.

[cont-env    ] INSTALL_PACKAGES_INTERNAL: loading...

[cont-env    ] QT_STYLE_OVERRIDE: executing...

[cont-env    ] QT_STYLE_OVERRIDE: terminated successfully.

[cont-env    ] QT_STYLE_OVERRIDE: loading...

[cont-env    ] TAKE_CONFIG_OWNERSHIP: loading...

[cont-env    ] XDG_CACHE_HOME: loading...

[cont-env    ] XDG_CONFIG_HOME: loading...

[cont-env    ] XDG_DATA_HOME: loading...

[cont-env    ] XDG_RUNTIME_DIR: loading...

[cont-env    ] XDG_STATE_HOME: loading...

[cont-env    ] container environment variables initialized.

[cont-secrets] loading container secrets...

[cont-secrets] container secrets loaded.

[cont-init   ] executing container initialization scripts...

[cont-init   ] 10-certs.sh: executing...

[cont-init   ] 10-certs.sh: terminated successfully.

[cont-init   ] 10-check-app-niceness.sh: executing...

[cont-init   ] 10-check-app-niceness.sh: terminated successfully.

[cont-init   ] 10-clean-logmonitor-states.sh: executing...

[cont-init   ] 10-clean-logmonitor-states.sh: terminated successfully.

[cont-init   ] 10-clean-tmp-dir.sh: executing...

[cont-init   ] 10-clean-tmp-dir.sh: terminated successfully.

[cont-init   ] 10-fontconfig-cache-dir.sh: executing...

[cont-init   ] 10-fontconfig-cache-dir.sh: terminated successfully.

[cont-init   ] 10-init-users.sh: executing...

[cont-init   ] 10-init-users.sh: terminated successfully.

[cont-init   ] 10-nginx.sh: executing...

[cont-init   ] 10-nginx.sh: terminated successfully.

[cont-init   ] 10-openbox.sh: executing...

[cont-init   ] 10-openbox.sh: terminated successfully.

[cont-init   ] 10-pkgs-mirror.sh: executing...

[cont-init   ] 10-pkgs-mirror.sh: terminated successfully.

[cont-init   ] 10-set-tmp-dir-perms.sh: executing...

[cont-init   ] 10-set-tmp-dir-perms.sh: terminated successfully.

[cont-init   ] 10-vnc-password.sh: executing...

[cont-init   ] 10-vnc-password.sh: terminated successfully.

[cont-init   ] 10-web-data.sh: executing...

[cont-init   ] 10-web-data.sh: terminated successfully.

[cont-init   ] 10-x11-unix.sh: executing...

[cont-init   ] 10-x11-unix.sh: terminated successfully.

[cont-init   ] 10-xdg-runtime-dir.sh: executing...

[cont-init   ] 10-xdg-runtime-dir.sh: terminated successfully.

[cont-init   ] 15-cjk-font.sh: executing...

[cont-init   ] 15-cjk-font.sh: terminated successfully.

[cont-init   ] 15-install-pkgs.sh: executing...

[cont-init   ] 15-install-pkgs.sh: terminated successfully.

[cont-init   ] 55-jdownloader2.sh: executing...

[cont-init   ] 55-jdownloader2.sh: terminated successfully.

[cont-init   ] 85-take-config-ownership.sh: executing...

[cont-init   ] 85-take-config-ownership.sh: terminated successfully.

[cont-init   ] 89-info.sh: executing...

    ╭――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╮

    │                                                                      │

    │ Application:           JDownloader 2                                 │

    │ Application Version:   n/a                                           │

    │ Docker Image Version:  24.01.1                                       │

    │ Docker Image Platform: linux/amd64                                   │

    │                                                                      │

    ╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯

[cont-init   ] 89-info.sh: terminated successfully.

[cont-init   ] all container initialization scripts executed.

[init        ] giving control to process supervisor.

[supervisor  ] loading services...

[supervisor  ] loading service 'default'...

[supervisor  ] loading service 'app'...

[supervisor  ] loading service 'gui'...

[supervisor  ] loading service 'certsmonitor'...

[supervisor  ] service 'certsmonitor' is disabled.

[supervisor  ] loading service 'nginx'...

[supervisor  ] loading service 'xvnc'...

[supervisor  ] loading service 'openbox'...

[supervisor  ] loading service 'logmonitor'...

[supervisor  ] service 'logmonitor' is disabled.

[supervisor  ] loading service 'logrotate'...

[supervisor  ] all services loaded.

[supervisor  ] starting services...

[supervisor  ] starting service 'xvnc'...

[xvnc        ] Xvnc TigerVNC 1.13.1 - built Dec 21 2023 00:55:16

[xvnc        ] Copyright (C) 1999-2022 TigerVNC Team and many others (see README.rst)

[xvnc        ] See https://www.tigervnc.org for information on TigerVNC.

[xvnc        ] Underlying X server release 12014000

[xvnc        ] Fri May 10 19:16:35 2024

[xvnc        ]  vncext:      VNC extension running!

[xvnc        ]  vncext:      Listening for VNC connections on /tmp/vnc.sock (mode 0660)

[xvnc        ]  vncext:      Listening for VNC connections on all interface(s), port 5900

[xvnc        ]  vncext:      created VNC server for screen 0

[supervisor  ] starting service 'nginx'...

[nginx       ] Listening for HTTP connections on port 5800.

[supervisor  ] starting service 'openbox'...

[supervisor  ] starting service 'app'...

[xvnc        ] Fri May 10 19:16:37 2024

[xvnc        ]  Connections: accepted: /tmp/vnc.sock

[xvnc        ]  SConnection: Client needs protocol version 3.8

[xvnc        ]  SConnection: Client requests security type None(1)

[xvnc        ]  VNCSConnST:  Server default pixel format depth 24 (32bpp) little-endian rgb888

[xvnc        ]  VNCSConnST:  Client pixel format depth 24 (32bpp) little-endian bgr888

[supervisor  ] all services started.

Container inspect

No response

Anything else?

No response

jlesage commented 1 month ago

Does the container have access to the internet ?