-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
jdownloader hangs after update #132
Comments
It may be, as I receive "No console available" error message from time to time. |
In k8s, restarting the pod can temp fix it, but this problem is really annoying. I suspect adding "-Djava.net.preferIPv4Stack=true" will do the trick. |
No it doesn't, this is a totally different problem. Comparing being unable to contact the update server and getting stuck because of a missing console doesn't make sense. Just like saying a restart will fix something that isn't fixed by a simple restart. I don't know how k8s work, but i think you are either mixing things up or are talking about a different problem. |
|
It has NOTHING to do with the config. I have experienced this problem with multiple setups on different machines over a long period of time. I had extensive contact with JD support over the last weeks. They know abaout the problem peaople have with this exact Docker image of JD, but they don't use Docker and cannot give support regarding the use of JD in Docker.
|
Not really sure if this is a bug related to this docker image or jdownloader itself, so I'll post it here just to make sure.
-->
Output of
docker inspect jdownloader --format='{{index .Config.Labels.version}}'
:Description
Command line I used to start the container
docker-compose.yml:
services:
jdownloader:
image: jaymoulin/jdownloader:2.1.2
container_name: jdownloader
restart: always
user: 1026:100
volumes:
- /volume1/docker/data/jdownloader:/opt/JDownloader/app/cfg
- /volume1/downloads:/opt/JDownloader/Downloads
- /etc/localtime:/etc/localtime:ro
environment:
MYJD_USER: xxx
MYJD_PASSWORD: xxx
MYJD_DEVICE_NAME: xxx
XDG_DOWNLOAD_DIR: /opt/JDownloader/Downloads
ports:
- 0.0.0.0:3129:3129
Steps to reproduce the issue:
Describe the results you received:
Jdownloader no longer available via myjdownloader. Restarting doesn't help.
Describe the results you expected:
Jdownloader being available after updating.
Additional information you deem important (e.g. issue happens only occasionally):
If the error occurs I have to stop the container and start it without the -d parameter. This way the container will start, jd will update and run fine until the same happens again after some more updates.
Could be related to #128 and similar as I have seen the "no console available" output in my logs too. And running it interactively once will fix the issue for a while.
The text was updated successfully, but these errors were encountered: