jlesage / docker-jdownloader-2

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

[Bug] No connection to the Internet #219

Closed krzychu82 closed 2 months ago

krzychu82 commented 3 months ago

Current Behavior

No connection to the internet. "JDownloader cannot connect to update.jdownloader.org! Please check the connection settings."

Expected Behavior

Connection to the internet after installation.

Steps To Reproduce

Run after installation

Environment

Container creation

docker run -d --name=jdownloader2 \ -p 3129:3129 \ -p 5800:5800 \ -p 5900:5900 \ -e USER_ID=1029 \ -e GROUP_ID=100 \ -e TZ=Europe/Bucharest \ -e DARK_MODE=1 \ -v /volume1/docker/jdownloader2/config:/config \ -v /volume1/docker/jdownloader2/output:/output \ --restart always \ jlesage/jdownloader-2

Container log

jdownloader2
date,stream,content
2024/08/16 10:17:49,stdout,[xvnc        ]  VNCSConnST:  Client pixel format depth 24 (32bpp) little-endian bgr888

2024/08/16 10:17:49,stdout,[xvnc        ]  VNCSConnST:  Server default pixel format depth 24 (32bpp) little-endian rgb888

2024/08/16 10:17:49,stdout,[xvnc        ]  SConnection: Client requests security type None(1)

2024/08/16 10:17:49,stdout,[xvnc        ]  SConnection: Client needs protocol version 3.8

2024/08/16 10:17:49,stdout,[xvnc        ]  Connections: accepted: /tmp/vnc.sock

2024/08/16 10:17:49,stdout,[xvnc        ] Fri Aug 16 11:17:49 2024

2024/08/16 00:32:07,stdout,[xvnc        ]  ComparingUpdateTracker: (1:13774.5 ratio)

2024/08/16 00:32:07,stdout,[xvnc        ]  ComparingUpdateTracker: 62.6837 Gpixels in / 4.55072 Mpixels out

2024/08/16 00:32:07,stdout,[xvnc        ]  Connections: closed: /tmp/vnc.sock

2024/08/16 00:32:07,stdout,[xvnc        ]  EncodeManager:          1.78718 MiB (1:24.1568 ratio)

2024/08/16 00:32:07,stdout,"[xvnc        ]  EncodeManager:   Total: 1.345 krects, 11.3134 Mpixels

Container inspect

No response

Anything else?

No response

jlesage commented 3 months ago

Are you sure the container has access to the internet ? Do you have the firewall enabled on your Synology ?

krzychu82 commented 2 months ago

I am so embarrassed. There was the firewall. How could I missed it. Thank you. The ticket can be closed.

JPnux commented 1 month ago

i have the same error.

Yet I have not touched anything in my firewall ?! What settings are needed for the firewall?