PlusMinus0 / headless-jd2-docker

Headless JDownloader 2 Docker Container
31 stars 38 forks source link

Credentials get overwritten in org.jdownloader.api.myjdownloader.MyJDownloaderSettings.json #2

Closed ghost closed 7 years ago

ghost commented 8 years ago

I've followed the instructions - stopped the container, entered my credentials in org.jdownloader.api.myjdownloader.MyJDownloaderSettings.json, then started the container.

My jd2 instance doesn't show up on my.jdownloader.org. If I check org.jdownloader.api.myjdownloader.MyJDownloaderSettings.json, my credentials have been overwritten and "null" is in their place.

Any idea what's wrong?

PlusMinus0 commented 8 years ago

Did you check the file again bevor restarting the container?

SergioRius commented 7 years ago

Same here. Yes, I did check it and edited with the container being down, before restarting it.

SergioRius commented 7 years ago

It's working for me. The two things I made where executing chmod 664 * in the config folder and putting the credentials info between quotes. Seems that the last one could be what ade the trick. If it's the case, it could be good to explicitly tell to do so in the readme.

PlusMinus0 commented 7 years ago

@SergioRius you mean using quotes? I added the explicit mentioning of quotes. If that was what you meant, I'll close the issue.

Stevethebeef commented 7 years ago

Quotes will fix the issue! Thanks guys