jlesage / docker-jdownloader-2

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

Ovagames not working anymore asking for password #172

Closed BugFixer300 closed 11 months ago

BugFixer300 commented 11 months ago

Current Behavior

When using ovagames normally it would go through the filecrypt files and then download it. Now it asks for a password and then when you type the good password it still says that it's the wrong password. It happens with every filecrypt link. This bug used to be happening also with the windows desktop version and it's fixed now by updating the broken extensions.

Expected Behavior

It should add the correct password and download the file.

Steps To Reproduce

Use any link from www.ovagames.com

Environment

Container creation

version: '3.3' services: jdownloader-2: image: jlesage/jdownloader-2 container_name: jdownloader2 network_mode: bridge ports:

Container log

[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-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-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:  23.06.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 'logmonitor'...
[supervisor  ] service 'logmonitor' is disabled.
[supervisor  ] loading service 'app'...
[supervisor  ] loading service 'gui'...
[supervisor  ] loading service 'certsmonitor'...
[supervisor  ] service 'certsmonitor' is disabled.
[supervisor  ] loading service 'openbox'...
[supervisor  ] loading service 'xvnc'...
[supervisor  ] loading service 'nginx'...
[supervisor  ] loading service 'logrotate'...
[supervisor  ] all services loaded.
[supervisor  ] starting services...
[supervisor  ] starting service 'xvnc'...
[xvnc        ] Xvnc TigerVNC 1.13.1 - built May 16 2023 17:43:49
[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        ] Thu Oct 19 17:38:04 2023
[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 'openbox'...
[supervisor  ] starting service 'nginx'...
[nginx       ] Listening for HTTP connections on port 5800.
[supervisor  ] starting service 'app'...
[supervisor  ] all services started.
[xvnc        ] Mon Oct 23 18:34:08 2023
[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
[xvnc        ] Mon Oct 23 18:34:13 2023
[xvnc        ]  ComparingUpdateTracker: 8.07808 Mpixels in / 3.36 kpixels out
[xvnc        ]  ComparingUpdateTracker: (1:2404.19 ratio)
[xvnc        ] Mon Oct 23 18:34:46 2023
[xvnc        ]  VNCSConnST:  closing /tmp/vnc.sock: Clean disconnection
[xvnc        ]  EncodeManager: Framebuffer updates: 422
[xvnc        ]  EncodeManager:   Tight:
[xvnc        ]  EncodeManager:     Solid: 231 rects, 5.94763 Mpixels
[xvnc        ]  EncodeManager:            3.60938 KiB (1:6437.57 ratio)
[xvnc        ]  EncodeManager:     Bitmap RLE: 92 rects, 49.124 kpixels
[xvnc        ]  EncodeManager:                 2.91797 KiB (1:66.1312 ratio)
[xvnc        ]  EncodeManager:     Indexed RLE: 495 rects, 675.738 kpixels
[xvnc        ]  EncodeManager:                  82.5137 KiB (1:32.0602 ratio)
[xvnc        ]  EncodeManager:   Tight (JPEG):
[xvnc        ]  EncodeManager:     Full Colour: 473 rects, 2.24646 Mpixels
[xvnc        ]  EncodeManager:                  1.45076 MiB (1:5.91071 ratio)
[xvnc        ]  EncodeManager:   Total: 1.291 krects, 8.91895 Mpixels
[xvnc        ]  EncodeManager:          1.53771 MiB (1:22.1354 ratio)
[xvnc        ]  Connections: closed: /tmp/vnc.sock
[xvnc        ]  ComparingUpdateTracker: 47.2293 Mpixels in / 4.24579 Mpixels out
[xvnc        ]  ComparingUpdateTracker: (1:11.1238 ratio)
[xvnc        ] Mon Oct 23 18:47:17 2023
[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
[xvnc        ]  ComparingUpdateTracker: 1.28639 Mpixels in / 11.805 kpixels out
[xvnc        ]  ComparingUpdateTracker: (1:108.97 ratio)

Container inspect

No response

Anything else?

No response

jlesage commented 11 months ago

I assume you checked for updates (Help->Find Updates) ? If JDownloader is up-to-date and you still have the issue, I suggest that you check on the JDownloader's forum.

BugFixer300 commented 11 months ago

Yes thank you it's working now after doing the updates ;)

jlesage commented 11 months ago

Great!