JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #441  
Old 12.04.2022, 13:59
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,044
Default

@blackdevil:
Permission denied -> das Skript muss als root laufen (zb sudo)
__________________
JD-Dev & Server-Admin
Reply With Quote
  #442  
Old 12.04.2022, 15:33
tarkett tarkett is offline
JD VIP
 
Join Date: Apr 2009
Location: Deutschland
Posts: 354
Default

@blackdevil
Als Alternative könntest du es auch mit diesem Paket qnapclub.eu/de/qpkg/524 versuchen. Ist einfacher zu handhaben (Installation, Autostart, ...).



Müsste auf der TS-251+ eigentlich funktionieren.
Reply With Quote
  #443  
Old 13.04.2022, 16:13
blackdevil blackdevil is offline
Modem User
 
Join Date: Aug 2021
Posts: 2
Default

Quote:
Originally Posted by Jiaz View Post
@blackdevil:
Permission denied -> das Skript muss als root laufen (zb sudo)
Danke, das war's!! Doch so einfach...

Quote:
Originally Posted by tarkett View Post
@blackdevil
Als Alternative könntest du es auch mit diesem Paket qnapclub.eu/de/qpkg/524 versuchen. Ist einfacher zu handhaben (Installation, Autostart, ...).
Ich bin von sowas nicht so begeistert, da ich da nicht so gut "reingucken" kann. Das Shell-Skript kann ich mir angucken und es generiert ja ein QPKG. Dadurch ist Autostart auch kein Thema.
Reply With Quote
  #444  
Old 13.04.2022, 17:12
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,044
Default

@blackdevil: Nichts zu danken!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #445  
Old 16.05.2022, 11:58
Anto2k1 Anto2k1 is offline
Baby Loader
 
Join Date: May 2022
Posts: 7
Default I need help on Qnap TS-212

Hi to all,
i need help to install JD2, i've tried the procedure but not complete... don't start the download procedure.
it give me this error:
=============================================
JDownloader2 QPKG Installer script
=============================================

Checking for /opt... Found!
Checking for Java... Found... exporting variables
Checking for Java executable... All OK!
Info: Downloading update file ... Failed.
Oops, couldn't download JDownloader2 update file. Please check your internet connection.
---------

But the connection is available and run, the LAN connection is good, any suggestions... Thanks in advance

Or a solution to run locally the 'modified' script without downloading the file JDownload.jar and JDownloader2_1.38.qpkg, I've the files...locally of course

Anto

Last edited by Anto2k1; 16.05.2022 at 12:13.
Reply With Quote
  #446  
Old 16.05.2022, 12:52
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,044
Default

@Anto2k1: can you download the file JDownloader.jar by yourself, eg via wget or curl? see the script for the url
__________________
JD-Dev & Server-Admin
Reply With Quote
  #447  
Old 16.05.2022, 18:13
Anto2k1 Anto2k1 is offline
Baby Loader
 
Join Date: May 2022
Posts: 7
Default

Quote:
Originally Posted by Jiaz View Post
@Anto2k1: can you download the file JDownloader.jar by yourself, eg via wget or curl? see the script for the url
Yes, I've already done it, but the script doesn't run fine, how to modify it for installation from a local folder?

I will remove the lines, about the download, and begin to install process, but I don't know the bash script language, and some things I've understood, but others, nope.

I've got these files in the Public folder of the Qnap TS-212, JDownloader.jar/JDownloader2_1.38.qpkg, and the JD_Qnap_install.sh

Any other suggestions?

Anto

Last edited by Anto2k1; 16.05.2022 at 18:16.
Reply With Quote
  #448  
Old 16.05.2022, 18:28
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,044
Default

@Anto2k1: you should try to find out the cause why the script fails, because if a simple bash script cannot download a file, chances are very high that JDownloader won't work either.
can you ssh into your nas and try wget the file?
If you want we can take a look at it together via Teamviewer, contact us via support@jdownloader.org

my ideas:
1.) missing dns setup and your nas is not able to resolve DNS
2.) DNS/PEER blocker, eg pihole
3.) VPN/PROXY error
4.) missing/wrong network gateway setup and nas cannot connect to internet
__________________
JD-Dev & Server-Admin
Reply With Quote
  #449  
Old 17.05.2022, 21:30
Anto2k1 Anto2k1 is offline
Baby Loader
 
Join Date: May 2022
Posts: 7
Default

Quote:
Originally Posted by Jiaz View Post
@Anto2k1: you should try to find out the cause why the script fails, because if a simple bash script cannot download a file, chances are very high that JDownloader won't work either.
can you ssh into your nas and try wget the file?

If you want we can take a look at it together via Teamviewer, contact us via support@jdownloader.org

my ideas:
1.) missing dns setup and your nas is not able to resolve DNS
2.) DNS/PEER blocker, eg pihole
3.) VPN/PROXY error
4.) missing/wrong network gateway setup and nas cannot connect to internet
Hi, I've solved it, thank You so much for your help and assistance...
I've edited the script, in this mode, with notepad++ and lines numbers for reference, so...

Install from the dash on the NAS, the JDownloader2_1.38.qpkg
Line 4: echo on // add for debug
Line 16 rem and copy the "name", and substitute with the real file name the variables, jd2_update
Lines 25-31 rem // in this case the JD2 is installed and must skip the check
Lines 203-209 // Don't need to download the file
Lines 220-226 // Same

After this, You must have the file in the right location, JD...jar and JD...qpkg in the Public folder

make executables the file, like normal, chmod+x fileName.sh...

and run the script.

The script in my case hang, but CTRL+C, unlock the script, and resume..until the ask for login/pass for my.jdownloader.org and continue to the end, et volila', JD2 is installed and running fine
From the dash i see my jd active NAS and PC...

That's all, hope can be usefull for other...

Anto
Reply With Quote
  #450  
Old 18.05.2022, 09:51
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,044
Default

@Anto2k1: Thanks for the feedback! Yet we still don't know why it failed for you :( Have you tried to download the file manually via wget/curl? did it work or fail too?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #451  
Old 18.05.2022, 11:32
Anto2k1 Anto2k1 is offline
Baby Loader
 
Join Date: May 2022
Posts: 7
Default

Quote:
Originally Posted by Jiaz View Post
@Anto2k1: Thanks for the feedback! Yet we still don't know why it failed for you :( Have you tried to download the file manually via wget/curl? did it work or fail too?
Hi, I've tried again to know/understand/share the problems and this is the command from the NAS Shell, I've only changed the variable with the real value...

# /usr/bin/wget --no-check-certificate "**External links are only visible to Support Staff** --directory-prefix=/share/HDA_DATA/Public

--2022-05-18 11:10:29-- **External links are only visible to Support Staff****External links are only visible to Support Staff**
Resolving **External links are only visible to Support Staff**www.dropbox.com... 162.125.69.18, 2620:100:6025:18::a27d:4512
Connecting to **External links are only visible to Support Staff**www.dropbox.com|162.125.69.18|:443... connected.
OpenSSL: error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version
Unable to establish SSL connection.

I don't know if Dropbox has changed login/sharing politics, to SSL connection, seem is this the problem...

What do You Think?

Other info
# uname -a
Linux AntoNAS 3.4.6 #1 Fri Oct 8 14:44:48 CST 2021 armv5tel unknown
QTS 4.3.3.1799

Let Me know if You need other info...

Anto
Reply With Quote
  #452  
Old 18.05.2022, 12:03
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,044
Default

@Anto2k1: Thanks for the feedback! most likely the wget tool version is too old and tries with outdated tls version, no longer supported by dropbox
can you retry with this additional parameter, --secure-protocol=TLSv1.2
__________________
JD-Dev & Server-Admin
Reply With Quote
  #453  
Old 18.05.2022, 21:00
wodan51 wodan51 is offline
Modem User
 
Join Date: Jan 2018
Posts: 2
Default

Hallo

Ich muss leider sagen, dass BullGuard diese Installation direkt in die Quarantäne verschiebt. Keine Chance unter windows x64.
Danke für Kenntnisnahme.
Reply With Quote
  #454  
Old 18.05.2022, 23:12
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 66,596
Default

Mit welcher Begründung?
Passiert das ebenso mit dem adwarefreien Installer?
Siehe:
jdownloader.org/jdownloader2

Grüße, psp
__________________
JD Supporter, Plugin Dev. & Community Manager
JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist
Reply With Quote
  #455  
Old 19.05.2022, 10:25
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,044
Default

@wodan51: Ein paar mehr Informationen wären schon hilfreich? Warum postest du das hier im QNAP Thread?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #456  
Old 20.05.2022, 00:24
wodan51 wodan51 is offline
Modem User
 
Join Date: Jan 2018
Posts: 2
Default

@pspzockerscene: Danke, dein Hinweis hat geholfen. Als Laie ist es eben sehr undurchsichtig, welchenm Link man folgen soll.
Reply With Quote
  #457  
Old 20.05.2022, 09:55
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,044
Default

@wodan51: Könntest du evtl Screenshots von Meldungen/Reports liefern damit wir diese weitergeben können. Auch der Adware Installer ist clean, daher sehr wahrscheinlich eine False-Positive wegen der optionalen Adware und/oder aufgrund des *frischen* Alters des Installers.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #458  
Old 25.05.2022, 15:37
nt1 nt1 is offline
I will play nice!
 
Join Date: May 2022
Posts: 3
Default Installation problems

Hello,

Nice to meet all forum user

I have the same problem like other's.
=============================================
JDownloader2 QPKG Installer script
=============================================
Checking for /opt... Found!
Checking for Java... Found... exporting variables
Checking for Java executable... All OK!
Info: Downloading update file ... Failed.
Oops, couldn't download JDownloader2 update file. Please check your internet connection.

I have two devices with JDownloader accounts - oldest TS-112 and newest TS-212, both works superb by the years with JDownloader app. I haven't had any problems so far, but there was a need to replace a dead hard drive for TS-112 after 8 year use. I have configured everything but am having trouble with the installation.

I have an active internet connection, I can download all app from qnap community and they install without any trouble, but I have a problem with this script.

It's been a while since I did this, I'm following the tutorial on the first page.
I put script to /public folder and make command by @ssh.

I am not advanced in compiling linux commands, I can do basic ssh so please guide me in a simple way what I need to do.
Reply With Quote
  #459  
Old 25.05.2022, 16:10
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,044
Default

@nt1: would it be possible we'll do a teamviewer session in order to check this? contact me via support@jdownloader.org
most likely your wget tool is too old to support TLSv1.2 required by dropbox
__________________
JD-Dev & Server-Admin
Reply With Quote
  #460  
Old 25.05.2022, 20:37
nt1 nt1 is offline
I will play nice!
 
Join Date: May 2022
Posts: 3
Default

Quote:
Originally Posted by Jiaz View Post
@nt1: would it be possible we'll do a teamviewer session in order to check this? contact me via support@jdownloader.org
most likely your wget tool is too old to support TLSv1.2 required by dropbox
Yes it is possible. I will send you message by e-mail
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 14:49.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.