Page 1 of 2

jDownloader working?

Posted: 25 Sep 2024, 10:24
by plexjellyfin
Installed the app and I am logged in as an admin role
Any suggestions?

(Access denied !) - you need to login on TOS with an admin role account

Re: jDownloader working?

Posted: 26 Sep 2024, 02:58
by outkastm
What is your TOS version.? The app is not ready for TOS 6 >= 6.0.420

Re: jDownloader working?

Posted: 26 Sep 2024, 05:39
by plexjellyfin
TOS 6.0.500

I should have mentioned that my bad
any suggestions or just wait for an update?

Re: jDownloader working?

Posted: 27 Sep 2024, 22:04
by outkastm
Wait for an update, will done in a few days

Re: jDownloader working?

Posted: 29 Oct 2024, 15:23
by SeyJoy
Do you have any idea when the update will be ready?

Re: jDownloader working?

Posted: 09 Jan 2025, 03:44
by fr3sh
Is there any update?

Re: jDownloader working?

Posted: 09 Jan 2025, 14:33
by outkastm
Not yet, will be ready by the end of this week

Re: jDownloader working?

Posted: 09 Jan 2025, 19:45
by fr3sh
pinkey promise?

Re: jDownloader working?

Posted: 14 Jan 2025, 03:28
by mmedic
Thank you for hardwork and porting the JD to TOS6!
After install I faced an issue to run the latest JD. OpenJDK21 package was also installed. Log (jdownloader_start.log) output attached below. Thank you in advance for any advice ;)

13/01/25 22:14:07 Will use /Volume1 to store config files
13/01/25 22:14:07 The main volume is /Volume1
13/01/25 22:14:07 Config folder exist at /usr/local/@APP_CONFIG/jDownloader
MODCONFIGPATHHOME=/home/mmedic/MOD_CONFIG/jDownloader
MODCONFIGPATH=/usr/local/@APP_CONFIG/jDownloader
MAIN_VOLUME=/Volume1
HOME_VOLUME=/Volume1
jDownloader service is not running, will start it now
/usr/local/OpenJDK21/sys/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory

The fact is that the libjli.so is located in /usr/local/OpenJDK21/sys/lib after installing of the required OpenJDK21.

Re: jDownloader working?

Posted: 14 Jan 2025, 16:52
by mmedic
Hi! The issue was solved by creating symlink of the libjli.so to /usr/lib by executing ln -s /usr/local/OpenJDK21/sys/lib/libjli.so /usr/lib
The JD is working fine now for TOS6.
Thank you again!