JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 12.12.2024, 01:34
nicknick's Avatar
nicknick nicknick is offline
Wind Gust
 
Join Date: Mar 2023
Posts: 42
Question How to reduce the clock countdown time from 10 minutes to 1 minute or less?

Hi friends.

There are some servers that only let me download 2 files at a time, if I try to download more than 2 files one of them will fail and try again in 10 minutes (this is normal).

How can I reduce the cooldown from 10 minutes to 1 minute or less? Here is an example:



Thanks in advance.
Reply With Quote
  #2  
Old 12.12.2024, 11:00
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,827
Default

See advanced Settings -> GeneralSettings.downloadunknownioexceptionwaittime
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || 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?
Reply With Quote
  #3  
Old 12.12.2024, 13:46
nicknick's Avatar
nicknick nicknick is offline
Wind Gust
 
Join Date: Mar 2023
Posts: 42
Default

Quote:
Originally Posted by pspzockerscene View Post
See advanced Settings -> GeneralSettings.downloadunknownioexceptionwaittime
Thank you so much, this really solved the problem, thanks again!
Reply With Quote
  #4  
Old 12.12.2024, 14:00
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,827
Default

Thanks for your feedback.

May I ask which website you were downloading from where that issue kept happening again and again?
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || 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?
Reply With Quote
  #5  
Old 16.12.2024, 23:10
nicknick's Avatar
nicknick nicknick is offline
Wind Gust
 
Join Date: Mar 2023
Posts: 42
Default

Quote:
Originally Posted by pspzockerscene View Post
Thanks for your feedback.

May I ask which website you were downloading from where that issue kept happening again and again?
Sorry for the delay in replying, I just saw the message now.

Sure! I was downloading several files from **External links are only visible to Support Staff****External links are only visible to Support Staff**, with the JDownloader SmutBase plugin set to download from the US server:



Apparently this website only allows downloading a few files at a time and won't download the next one until one of the active downloads finishes, which is why the JDownloader countdown appears (or so I think).
Reply With Quote
  #6  
Old 17.12.2024, 10:45
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,742
Default

@nicknick: Can you please provide a debug log, see https://support.jdownloader.org/de/k...d-session-logs
Enable Debug Mode, restart JDownloader, reproduce the issue and then create log. Then we can check and update limits in JDownloader to avoid this error
__________________
JD-Dev & Server-Admin
Reply With Quote
  #7  
Old 17.12.2024, 12:31
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,827
Default

In my tests, the error was unrelated to the current amount of open connections.
Lowering the wait time for all users is not the solution here.
Example which kept failing:
Code:
smutba.se/project/file/download/90525/us/
(By the time someone else tries this one, it may just work.)

Error in browser:
Code:
ERR_EMPTY_RESPONSE
JD:
Code:
java.io.EOFException: empty HTTP-Response
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || 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?
Reply With Quote
  #8  
Old 17.12.2024, 19:27
nicknick's Avatar
nicknick nicknick is offline
Wind Gust
 
Join Date: Mar 2023
Posts: 42
Default

Quote:
Originally Posted by Jiaz View Post
@nicknick: Can you please provide a debug log, see **External links are only visible to Support Staff**...
Enable Debug Mode, restart JDownloader, reproduce the issue and then create log. Then we can check and update limits in JDownloader to avoid this error
Sure, I did the test again with 10 links to replicate the problem, here you go:
Quote:
17.12.24 18.20.14 <--> 17.12.24 18.22.24 jdlog://3647411370661/
Quote:
Originally Posted by pspzockerscene View Post
In my tests, the error was unrelated to the current amount of open connections.
Lowering the wait time for all users is not the solution here.
Example which kept failing:
Code:
smutba.se/project/file/download/90525/us/
(By the time someone else tries this one, it may just work.)

Error in browser:
Code:
ERR_EMPTY_RESPONSE
JD:
Code:
java.io.EOFException: empty HTTP-Response
Oh, so there might be a solution? That would be great, I always thought it was a download server limitation or something.

Thanks again to both of you for your help!
Reply With Quote
  #9  
Old 17.12.2024, 19:40
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,827
Default

Your logs contain exactly the same problem that I encountered during testing.

So just to be absolutely clear:
The problem is that smutba.se is sending an invalid/empty response instead of the file(s), seemingly randomly.

The solution can be either to try again later (well, this is all JDownloader can do) or to contact the smutba.se support and ask them to fix their server side problems.
Feel free to pick your choice but this issue is not a JDownloader problem/bug.
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || 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?
Reply With Quote
  #10  
Old 20.12.2024, 10:11
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,742
Default

@nicknick: to me this looks like either server side issues and connection handler dies (eg too many connections) or very bad implemented rate limiting (as it just drops the connection). I would just contact the site about this, maybe it's on purpose , maybe not
__________________
JD-Dev & Server-Admin
Reply With Quote
  #11  
Old 20.12.2024, 20:29
nicknick's Avatar
nicknick nicknick is offline
Wind Gust
 
Join Date: Mar 2023
Posts: 42
Default

Quote:
Originally Posted by pspzockerscene View Post
Your logs contain exactly the same problem that I encountered during testing.

So just to be absolutely clear:
The problem is that smutba.se is sending an invalid/empty response instead of the file(s), seemingly randomly.

The solution can be either to try again later (well, this is all JDownloader can do) or to contact the smutba.se support and ask them to fix their server side problems.
Feel free to pick your choice but this issue is not a JDownloader problem/bug.
Quote:
Originally Posted by Jiaz View Post
@nicknick: to me this looks like either server side issues and connection handler dies (eg too many connections) or very bad implemented rate limiting (as it just drops the connection). I would just contact the site about this, maybe it's on purpose , maybe not
Thank you both very much for all your help. Previously, the 'ams1' server allowed infinite parallel downloads, and the 'us' server did not.

Now neither of the 2 allow more than 3 or 4 parallel downloads, so I think it's on purpose and not a bug. I mean, premium registered users do have infinite parallel downloads and faster speeds, so it's not a bug.

So now I know it's not a JDownloader problem and you can slowly download multiple links at the same time (reducing the retry time).

I know the admin on Discord but I'd rather not bother him about this since it seems he was on purpose about free users and it's really not a problem, so thanks again to both of you for your help, you two really are the best! <3 :D
Reply With Quote
  #12  
Old 22.12.2024, 01:10
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,742
Default

When knowing if this is caused by request rate or number of concurrent requests, we could update internal limits to avoid this or at least reduce it happening. maybe worth a quick chat...like..."hi..how are you doing...did you saw movie xy....ah btw...what limits have you setup in web server* :p
__________________
JD-Dev & Server-Admin
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 08:26.
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 - 2025, Jelsoft Enterprises Ltd.