PlusMinus0 / headless-jd2-docker

Headless JDownloader 2 Docker Container
31 stars 38 forks source link

Crash when trying to extract an archive with password #23

Closed auanasgheps closed 4 years ago

auanasgheps commented 5 years ago

Container crashes when attempting to extract a RAR archive protected by a password. Does not matter if the password is in the password database or not: will crash. Does NOT crash if the archive is not password protected and extracts successfully.

Using latest stable version of the container on Docker 17.05.0-ce, host HW/SW: Synology

Extracting log ends exactly at the time of checking for password:

1540575730294 - Start unpacking of /downloads/MYMOVIEFOLDER/MYMOVIE.HEVC.rar
[unpacking archives]
1540575730298 - Prepare
1540575730299 - Archive is Protected
1540575730299 - Try to find password
1540575730300 - Start password finding for Archive:MYMOVIE.HEVC
1540575730300 - Check Password: 'MYMOVIE.HEVC'

After the crash occurs, if I restart the container it will never go back online again. I have to delete it and re-deploy it. My configuration is exposed on the host, so it comes back as I left it, but It will crash again again and again if I will attempt to extract another or the same password protected archive.

What else can I check?

project0 commented 5 years ago

sounds like the same issue in #20

auanasgheps commented 5 years ago

Thanks, but I am rubbish in debugging Java: I tried to understand what was going on in other logs, but I can't even find the beginning of the error stack. If there's anything I can do, please let me know.

ghost commented 5 years ago

Pulled the latest-brach-version today, the error is solved :-)

auanasgheps commented 4 years ago

Since I am not using this container anymore, I cannot test if the issue has been resolved, hence closing for inactivity.