jlesage / docker-jdownloader-2

Docker container for JDownloader 2
MIT License
735 stars 69 forks source link

[Bug] Captcha recognition no more working #207

Open HiiiiiHa opened 1 month ago

HiiiiiHa commented 1 month ago

Current Behavior

Since latest update all my downloads are all failing I can see some time is spend in "captcha recognition" state image

then after several minutes it fails: image

here are my settings related to captcha: image

Thanks

Expected Behavior

I did not change anything and it was working smoothly before I tried restarting the container, docker, NAS but none fixed the problem

Steps To Reproduce

No response

Environment

Container creation

{ "CapAdd" : null, "CapDrop" : null, "cmd" : "/init", "cpu_priority" : 50, "enable_publish_all_ports" : false, "enable_restart_policy" : true, "enabled" : false, "env_variables" : [ { "key" : "PATH", "value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/base/sbin:/opt/base/bin" }, { "key" : "ENV", "value" : "/root/.docker_rc" }, { "key" : "USER_ID", "value" : "1000" }, { "key" : "GROUP_ID", "value" : "1000" }, { "key" : "UMASK", "value" : "0022" }, { "key" : "LANG", "value" : "fr_FR.UTF-8" }, { "key" : "TZ", "value" : "Europe/Paris" }, { "key" : "KEEP_APP_RUNNING", "value" : "0" }, { "key" : "APP_NICENESS", "value" : "0" }, { "key" : "CONTAINER_DEBUG", "value" : "0" }, { "key" : "DISPLAY_WIDTH", "value" : "1920" }, { "key" : "DISPLAY_HEIGHT", "value" : "1080" }, { "key" : "DARK_MODE", "value" : "0" }, { "key" : "SECURE_CONNECTION", "value" : "0" }, { "key" : "SECURE_CONNECTION_VNC_METHOD", "value" : "SSL" }, { "key" : "SECURE_CONNECTION_CERTS_CHECK_INTERVAL", "value" : "60" }, { "key" : "WEB_LISTENING_PORT", "value" : "5800" }, { "key" : "VNC_LISTENING_PORT", "value" : "5900" }, { "key" : "VNC_PASSWORD", "value" : "XXXX" }, { "key" : "ENABLE_CJK_FONT", "value" : "0" }, { "key" : "PUID", "value" : "1031" }, { "key" : "PGID", "value" : "65537" } ], "exporting" : false, "id" : "eb69907bf87c19b50d869ae838c2676b78a510c17db5bd940841f208c9547e8f", "image" : "jlesage/jdownloader-2", "is_ddsm" : false, "is_package" : false, "labels" : { "org.label-schema.description" : "Docker container for JDownloader 2", "org.label-schema.name" : "jdownloader-2", "org.label-schema.schema-version" : "1.0", "org.label-schema.vcs-url" : "https://github.com/jlesage/docker-jdownloader-2", "org.label-schema.version" : "23.06.1" }, "links" : [], "memory_limit" : 0, "name" : "jdownloader2", "network" : [ { "driver" : "bridge", "name" : "bridge" } ], "network_mode" : "default", "port_bindings" : [ { "container_port" : 3129, "host_port" : 3129, "type" : "tcp" }, { "container_port" : 5800, "host_port" : 5801, "type" : "tcp" }, { "container_port" : 5900, "host_port" : 5901, "type" : "tcp" } ], "privileged" : false, "services" : null, "shortcut" : { "enable_shortcut" : false, "enable_status_page" : false, "enable_web_page" : false, "web_page_url" : "" }, "use_host_network" : false, "version" : 2, "volume_bindings" : [ { "host_volume_file" : "/docker/JDownloader2/output", "is_directory" : true, "mount_point" : "/output", "type" : "rw" }, { "host_volume_file" : "/docker/JDownloader2/config", "is_directory" : true, "mount_point" : "/config", "type" : "rw" } ] }

Container log

jdownloader2        
date    stream  content
5/23/2024 15:44 stdout  [xvnc        ]  ComparingUpdateTracker: (1:118.57 ratio)
5/23/2024 15:44 stdout  [xvnc        ]  ComparingUpdateTracker: 326.206 Mpixels in / 2.75118 Mpixels out
5/23/2024 15:44 stdout  [xvnc        ] Thu May 23 15:44:03 2024
5/23/2024 15:41 stdout  [xvnc        ]  ComparingUpdateTracker: (1:47.6396 ratio)
5/23/2024 15:41 stdout  [xvnc        ]  ComparingUpdateTracker: 367.247 Mpixels in / 7.70885 Mpixels out

5/23/2024 15:41 stdout  [xvnc        ] Thu May 23 15:41:47 2024

5/23/2024 15:39 stdout  [xvnc        ]  ComparingUpdateTracker: (1:345.022 ratio)

5/23/2024 15:39 stdout  [xvnc        ]  ComparingUpdateTracker: 1.00122 Gpixels in / 2.90191 Mpixels out

5/23/2024 15:39 stdout  [xvnc        ] Thu May 23 15:39:53 2024

5/23/2024 15:33 stdout  [xvnc        ]  ComparingUpdateTracker: (1:170.301 ratio)

5/23/2024 15:33 stdout  [xvnc        ]  ComparingUpdateTracker: 14.5427 Gpixels in / 85.3944 Mpixels out

5/23/2024 15:33 stdout  [xvnc        ] Thu May 23 15:33:10 2024

5/23/2024 10:29 stdout  [xvnc        ]  ComparingUpdateTracker: (1:inf ratio)

5/23/2024 10:29 stdout  [xvnc        ]  ComparingUpdateTracker: 1.64558 Mpixels in / 0 pixels out

5/23/2024 10:29 stdout  [xvnc        ]  VNCSConnST:  Client pixel format depth 24 (32bpp) little-endian bgr888

5/23/2024 10:29 stdout  [xvnc        ] Thu May 23 10:29:00 2024

5/23/2024 10:28 stdout  [xvnc        ]  VNCSConnST:  Server default pixel format depth 24 (32bpp) little-endian rgb888

5/23/2024 10:28 stdout  [xvnc        ] Thu May 23 10:28:59 2024

Container inspect

No response

Anything else?

No response

jlesage commented 1 month ago

How you were resolving the captchas before? Is JDownloader up-to-date (Help->Find Updates) ?

HiiiiiHa commented 1 month ago

hi, it was previously automatically resolved. Or in worst case pop-up appeared fo rme to enter captcha. I have latest version(checked with help-Find updates) One specificity I'm running JDownloader in a Firefox docker image and MyJdownloader extension