jlesage / docker-jdownloader-2

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

[Bug] Issue with myjdownloader when password begins with "#". #169

Closed emailkanji closed 1 year ago

emailkanji commented 1 year ago

Current Behavior

Docker instance does not connect to myjdownloader when password starts with #. Did not test if # character in password elsewhere causes issue.

Expected Behavior

Myjdownloader should work normally.

Steps To Reproduce

Use myjdownloader login password that begins with # character.

Environment

Container creation

version: "3" services: jdownloader: image: jaymoulin/jdownloader:latest container_name: jdownloader restart: unless-stopped volumes:

Container log

Deleted logs from before solution to bug was found. Sorry.

Container inspect

No response

Anything else?

No response

jlesage commented 1 year ago

It seems to work fine on my side. Can you verify if the password is correctly set in /config/cfg/org.jdownloader.api.myjdownloader.MyJDownloaderSettings.json (inside the container) ?

Also, according to the provided config, you didn't map the /config folder.

emailkanji commented 1 year ago

I did check that the password was set correctly in docker instance. I found it while trying to diagnose my issue and the password and some other stuff were correctly being imported from the docker compose file.

The above config is working for me now after I changed the password. Maybe it was something other than beginning with a #.

Didn't mean to close it.

jlesage commented 1 year ago

Ok, so everything is working fine for you now ?