[Support] Djoss - JDownloader 2


Recommended Posts

19 hours ago, nanowire said:

Yep that is how it has been working since I installed JD2 months ago, perfectly. But after this last update, like I said, on my install JDownloader isn't remembering that I had clipboard observer enabled, even though it is checked when the docker loads up. Honestly this isn't a big issue, I just have to click and unclick the button when I start the docker, which only happens after the app has been stopped, which isn't often. I just thought I'd post in case someone else had the same issue and maybe this work around worked for them.

 

I think the issue is related to JD itself and not with the container.  To confirm, you can try to run the container with a different, and empty appdata and see if the Clipboard observer works properly.

Link to comment
9 hours ago, csantiago78 said:

Dude, this is freaking awesome, how responsive it is comparing it to the other one. I have one request, could you please add, ovpn support? I would love to be able to use it with/without a VPN connection.

 

Thanks once again!!

I'm not sure that adding a vpn client inside the container is the right way to do.  I think there are existing solutions where you can setup a vpn client in a separate container and make other contains use it for their connection.  Also, one could setup the vpn client on the router and selectively route traffic to it.

Link to comment
On 1/25/2018 at 8:53 AM, Djoss said:

I'm not sure that adding a vpn client inside the container is the right way to do.  I think there are existing solutions where you can setup a vpn client in a separate container and make other contains use it for their connection.  Also, one could setup the vpn client on the router and selectively route traffic to it.

Thanks! I have forgotten I could use the binhex-delugevpn container as a proxy. :D

 

Thanks once again and cheers!

Link to comment
1 hour ago, ice pube said:

Thanks a bunch for this docker, it is working very well. Is it possible to send links to this docker via Firefox? I have just been copying links into the docker using the Clipboard tool, just wondering if there is a quicker way. 

I think there is a Jdownloader2 Firefox plugin. Otherwise there is always the My jdownloader website, thought that is only marginally faster.

Link to comment

Hello folks im little confused and need a help. installed Jdownloader all working can access from browser web interface all set upp .

Only small problem ..i cant change the download pat the default is /config/Downloads .Using deluge vpn fron binhex so all mine downloads going to /nmt/user/Downloads .if i try to chnage download path cant find the pat at all if im writng manuelly the pat when it start the download getting an error massage Invalid download directory ?

Im a new user to unraid and just cant figure out what is happening ? anyone can give a hand?

 

Link to comment
6 minutes ago, jetlimaster said:

Hello folks im little confused and need a help. installed Jdownloader all working can access from browser web interface all set upp .

Only small problem ..i cant change the download pat the default is /config/Downloads .Using deluge vpn fron binhex so all mine downloads going to /nmt/user/Downloads .if i try to chnage download path cant find the pat at all if im writng manuelly the pat when it start the download getting an error massage Invalid download directory ?

Im a new user to unraid and just cant figure out what is happening ? anyone can give a hand?

 

Which container did you installed?  It seems to be the one from aptalca.  If this is the case, you need to ask your question in the following thread:

 

Link to comment
On 15/02/2018 at 4:18 PM, ice pube said:

Is there a limit to the clipboard for this docker? Sometimes I have a bunch of links I need to send to the clipboard, but when I enter them and press "submit" it just sits there. If I copy less links it works fine. Not the end of the world but would be nice to fix if possible.

I will check this.

There are also some browser extensions that allow you to interact with JDownloader.  Instead of copy/paste you links, they could be better alternatives.

Link to comment
  • 2 weeks later...

Awesome work, so thanks for the container.
I just have a few question as I keep on getting errors on extracting some rar files that I suggest to be in rar5 format and that the container refuses to unpack. 
Although 7zip Binding version shows up as 4.65 which seems to be correct afaik I found a thread over at jdownloader forums stating that having trouble with rar5 is -or at least was- a common problem. There seems to be a fix for the libs where some jar files need to be updated. Dont know, if thats also a valid case for this docker.

 

- would it be possible to implement a fix to the docker container in general so that unrar5 extraction could be supported?

- or am i missing something and this is just an error with my version of the docker?
- what is the container version? 64bit or 32bit? ARM v7, v8 or something different?


The files and thread I was referring to can be found here (sorry, could not find something similar as this thread is german)
https://board.jdownloader.org/showthread.php?t=71069&page=9

 

thanks a lot with kind regards!
 

 

Edited by hi2hello
Link to comment
8 hours ago, hi2hello said:

Awesome work, so thanks for the container.
I just have a few question as I keep on getting errors on extracting some rar files that I suggest to be in rar5 format and that the container refuses to unpack. 
Although 7zip Binding version shows up as 4.65 which seems to be correct afaik I found a thread over at jdownloader forums stating that having trouble with rar5 is -or at least was- a common problem. There seems to be a fix for the libs where some jar files need to be updated. Dont know, if thats also a valid case for this docker.

 

- would it be possible to implement a fix to the docker container in general so that unrar5 extraction could be supported?

- or am i missing something and this is just an error with my version of the docker?
- what is the container version? 64bit or 32bit? ARM v7, v8 or something different?


The files and thread I was referring to can be found here (sorry, could not find something similar as this thread is german)
https://board.jdownloader.org/showthread.php?t=71069&page=9

 

thanks a lot with kind regards!
 

 

 

You should be able to install yourself the beta package provided in the thread your mentioned.  You should just need to extract it your appdata folder (probably to /mnt/user/appdata/JDownloader2/libs/).

 

This container is for x86_64 architecture (64bit).

 

Link to comment

Thank you for your reply.
Seems to work like a charm so far.

 

Here’s what I did for those who might also be interested in rar5 compatiblity:

- Downloaded the archive for linux from the first post of the related thread over at jdownloader forums and extracted it

- copied the 2 files
sevenzipjbinding1509.jar
sevenzipjbinding1509Linux.jar

to mnt/user/appdata/Jdownloader2/libs/

- changed rights of the 2 files to 666 (chmod 666)
- changed ownership of the 2 files to nobody:users (chown -cR nobody:users)

- restarted Jdownloader within the webUI

- done

 

Cheers and thanks once more! 

PS: Settings / rar-Extractor now shows 7zip Binding Version: 15.09.2.01beta
PPS: Maybe you d like to consider making this part of one of your container updates in the future

Edited by hi2hello
  • Thanks 1
Link to comment
1 hour ago, hi2hello said:

Thank you for your reply.
Seems to work like a charm so far.

 

Here’s what I did for those who might also be interested in rar5 compatiblity:

- Downloaded the archive for linux from the first post of the related thread over at jdownloader forums and extracted it

- copied the 2 files
sevenzipjbinding1509.jar
sevenzipjbinding1509Linux.jar

to mnt/user/appdata/Jdownloader2/libs/

- changed rights of the 2 files to 666 (chmod 666)
- changed ownership of the 2 files to nobody:users (chown -cR nobody:users)

- restarted Jdownloader within the webUI

- done

 

Cheers and thanks once more! 

PS: Settings / rar-Extractor now shows 7zip Binding Version: 15.09.2.01beta
PPS: Maybe you d like to consider making this part of one of your container updates in the future

 

Note that there is no need to manually set ownership of the files.  Restarting the container will do it.

 

Since this package is in beta, I'm not sure that forcing all users to use it is a good idea.  Also, JDownloader being a self-contained/self-updating application, the container itself doesn't have the whole application, but just the core JAR.  However, I could add in the readme a section explaining how to update it.

  • Like 1
Link to comment
1 hour ago, Djoss said:

 

Note that there is no need to manually set ownership of the files.  Restarting the container will do it.

 

Since this package is in beta, I'm not sure that forcing all users to use it is a good idea.  Also, JDownloader being a self-contained/self-updating application, the container itself doesn't have the whole application, but just the core JAR.  However, I could add in the readme a section explaining how to update it.

You re propably right. readme might be indeed a good idea. 
Cheers and thanks again for your work and the container. Really much appreciated! 

Link to comment
  • 2 weeks later...

Hi Man,

 

Since last night I have been unable to access the container's web gui. Any Idea what it could be?

 

Here's the log:

 



ErrorWarningSystemArrayLogin

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-app-niceness.sh: executing...
[cont-init.d] 00-app-niceness.sh: exited 0.
[cont-init.d] 00-app-script.sh: executing...
[cont-init.d] 00-app-script.sh: exited 0.
[cont-init.d] 00-app-user-map.sh: executing...
[cont-init.d] 00-app-user-map.sh: exited 0.
[cont-init.d] 00-clean-logmonitor-states.sh: executing...
[cont-init.d] 00-clean-logmonitor-states.sh: exited 0.
[cont-init.d] 00-clean-tmp-dir.sh: executing...
[cont-init.d] 00-clean-tmp-dir.sh: exited 0.
[cont-init.d] 00-set-app-deps.sh: executing...
[cont-init.d] 00-set-app-deps.sh: exited 0.
[cont-init.d] 00-set-home.sh: executing...
[cont-init.d] 00-set-home.sh: exited 0.
[cont-init.d] 00-take-config-ownership.sh: executing...
[cont-init.d] 00-take-config-ownership.sh: exited 0.
[cont-init.d] 10-certs.sh: executing...
[cont-init.d] 10-certs.sh: exited 0.
[cont-init.d] 10-cjk-font.sh: executing...
[cont-init.d] 10-cjk-font.sh: exited 0.
[cont-init.d] 10-nginx.sh: executing...
[cont-init.d] 10-nginx.sh: exited 0.
[cont-init.d] 10-vnc-password.sh: executing...
[cont-init.d] 10-vnc-password.sh: exited 0.
[cont-init.d] 10-web-index.sh: executing...
[cont-init.d] 10-web-index.sh: exited 0.
[cont-init.d] jdownloader2.sh: executing...
[cont-init.d] jdownloader2.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] starting s6-fdholderd...
[services.d] starting certsmonitor...
[services.d] starting nginx...
[services.d] starting xvfb...
[nginx] starting...
[certsmonitor] disabling service: secure connection not enabled.
[xvfb] starting...
[services.d] starting logmonitor...
[services.d] starting statusmonitor...
[logmonitor] no file to monitor: disabling service...
[services.d] starting openbox...
[statusmonitor] no file to monitor: disabling service...
[openbox] starting...
Openbox-Message: Openbox was compiled without image loading support. Icons in menus will not be loaded.
[services.d] starting x11vnc...
[services.d] starting app...
[x11vnc] starting...
[app] starting JDownloader 2...
[services.d] done.
[jdsupervisor] JDownloader2 not started yet. Proceeding...
10/03/2018 14:09:55 passing arg to libvncserver: -rfbport
10/03/2018 14:09:55 passing arg to libvncserver: 5900
10/03/2018 14:09:55 passing arg to libvncserver: -rfbportv6
10/03/2018 14:09:55 passing arg to libvncserver: -1
10/03/2018 14:09:55 passing arg to libvncserver: -httpportv6
10/03/2018 14:09:55 passing arg to libvncserver: -1
10/03/2018 14:09:55 passing arg to libvncserver: -desktop
10/03/2018 14:09:55 passing arg to libvncserver: JDownloader 2
10/03/2018 14:09:55 x11vnc version: 0.9.14 lastmod: 2015-11-14 pid: 801
10/03/2018 14:09:55 Using X display :0
10/03/2018 14:09:55 rootwin: 0x43 reswin: 0x400001 dpy: 0xc8162a40
10/03/2018 14:09:55
10/03/2018 14:09:55 ------------------ USEFUL INFORMATION ------------------
10/03/2018 14:09:55 X DAMAGE available on display, using it for polling hints.
10/03/2018 14:09:55 To disable this behavior use: '-noxdamage'
10/03/2018 14:09:55
10/03/2018 14:09:55 Most compositing window managers like 'compiz' or 'beryl'
10/03/2018 14:09:55 cause X DAMAGE to fail, and so you may not see any screen
10/03/2018 14:09:55 updates via VNC. Either disable 'compiz' (recommended) or
10/03/2018 14:09:55 supply the x11vnc '-noxdamage' command line option.
10/03/2018 14:09:55 X COMPOSITE available on display, using it for window polling.
10/03/2018 14:09:55 To disable this behavior use: '-noxcomposite'
10/03/2018 14:09:55
10/03/2018 14:09:55 Wireframing: -wireframe mode is in effect for window moves.
10/03/2018 14:09:55 If this yields undesired behavior (poor response, painting
10/03/2018 14:09:55 errors, etc) it may be disabled:
10/03/2018 14:09:55 - use '-nowf' to disable wireframing completely.
10/03/2018 14:09:55 - use '-nowcr' to disable the Copy Rectangle after the
10/03/2018 14:09:55 moved window is released in the new position.
10/03/2018 14:09:55 Also see the -help entry for tuning parameters.
10/03/2018 14:09:55 You can press 3 Alt_L's (Left "Alt" key) in a row to
10/03/2018 14:09:55 repaint the screen, also see the -fixscreen option for
10/03/2018 14:09:55 periodic repaints.
10/03/2018 14:09:55 GrabServer control via XTEST.
10/03/2018 14:09:55
10/03/2018 14:09:55 Scroll Detection: -scrollcopyrect mode is in effect to
10/03/2018 14:09:55 use RECORD extension to try to detect scrolling windows
10/03/2018 14:09:55 (induced by either user keystroke or mouse input).
10/03/2018 14:09:55 If this yields undesired behavior (poor response, painting
10/03/2018 14:09:55 errors, etc) it may be disabled via: '-noscr'
10/03/2018 14:09:55 Also see the -help entry for tuning parameters.
10/03/2018 14:09:55 You can press 3 Alt_L's (Left "Alt" key) in a row to
10/03/2018 14:09:55 repaint the screen, also see the -fixscreen option for
10/03/2018 14:09:55 periodic repaints.
10/03/2018 14:09:55
10/03/2018 14:09:55 XKEYBOARD: number of keysyms per keycode 7 is greater
10/03/2018 14:09:55 than 4 and 51 keysyms are mapped above 4.
10/03/2018 14:09:55 Automatically switching to -xkb mode.
10/03/2018 14:09:55 If this makes the key mapping worse you can
10/03/2018 14:09:55 disable it with the "-noxkb" option.
10/03/2018 14:09:55 Also, remember "-remap DEAD" for accenting characters.
10/03/2018 14:09:55
10/03/2018 14:09:55 X FBPM extension not supported.
10/03/2018 14:09:55 X display is not capable of DPMS.
10/03/2018 14:09:55 --------------------------------------------------------
10/03/2018 14:09:55
10/03/2018 14:09:55 Default visual ID: 0x21
10/03/2018 14:09:55 Read initial data from X display into framebuffer.
10/03/2018 14:09:55 initialize_screen: fb_depth/fb_bpp/fb_Bpl 24/32/13760
10/03/2018 14:09:55
10/03/2018 14:09:55 X display :0 is 32bpp depth=24 true color
10/03/2018 14:09:55
10/03/2018 14:09:55 Listening for VNC connections on TCP port 5900
10/03/2018 14:09:55
10/03/2018 14:09:55 Xinerama is present and active (e.g. multi-head).
10/03/2018 14:09:55 Xinerama: number of sub-screens: 1
10/03/2018 14:09:55 Xinerama: no blackouts needed (only one sub-screen)
10/03/2018 14:09:55
10/03/2018 14:09:55 fb read rate: 1085 MB/sec
10/03/2018 14:09:55 fast read: reset -wait ms to: 10
10/03/2018 14:09:55 fast read: reset -defer ms to: 10
10/03/2018 14:09:55 The X server says there are 10 mouse buttons.
10/03/2018 14:09:55 screen setup finished.
10/03/2018 14:09:55

The VNC desktop is: a613f164afbe:0

0

******************************************************************************
Have you tried the x11vnc '-ncache' VNC client-side pixel caching feature yet?

The scheme stores pixel data offscreen on the VNC viewer side for faster
retrieval. It should work with any VNC viewer. Try it by running:

x11vnc -ncache 10 ...

One can also add -ncache_cr for smooth 'copyrect' window motion.
More info: http://www.karlrunge.com/x11vnc/faq.html#faq-client-caching

10/03/2018 14:10:33 Got connection from client 127.0.0.1
10/03/2018 14:10:33 other clients:
10/03/2018 14:10:33 Got 'ws' WebSockets handshake
10/03/2018 14:10:33 Got protocol: binary
10/03/2018 14:10:33 - webSocketsHandshake: using binary/raw encoding
10/03/2018 14:10:33 - WebSockets client version hybi-13
10/03/2018 14:10:33 Disabled X server key autorepeat.
10/03/2018 14:10:33 to force back on run: 'xset r on' (3 times)
10/03/2018 14:10:33 incr accepted_client=1 for 127.0.0.1:52394 sock=10
10/03/2018 14:10:33 webSocketsDecodeHybi: got frame without mask
10/03/2018 14:10:33 rfbProcessClientProtocolVersion: read: I/O error
10/03/2018 14:10:33 client_count: 0
10/03/2018 14:10:33 Restored X server key autorepeat to: 1
10/03/2018 14:10:33 Client 127.0.0.1 gone
10/03/2018 14:10:33 Statistics events Transmit/ RawEquiv ( saved)
10/03/2018 14:10:33 TOTALS : 0 | 0/ 0 ( 0.0%)
10/03/2018 14:10:33 Statistics events Received/ RawEquiv ( saved)
10/03/2018 14:10:33 TOTALS : 0 | 0/ 0 ( 0.0%)

 

Thanks in advance and regards!


Cristian

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.