JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 27.02.2020, 20:25
LVNDSCAPE LVNDSCAPE is offline
Modem User
 
Join Date: Jun 2019
Posts: 2
Default Rapidgator.net premium timeout (free download) via alldebrid

I added about 10 rapidgator links from the browser.

On the 10th download, I got a message to get rapidgator premium and the speed reduced down to 100KB/s.



logfile


28.02.20 00.19.05 <--> 28.02.20 00.53.31 jdlog://9111715302851/
Reply With Quote
  #2  
Old 27.02.2020, 20:30
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,140
Default

This sounds as if JDownloader tried to download from RG without your account.

Please keep in mind that:
1. Multihosters are unstable in general.
2. JDownloader will always try to find a working download candidate --> If premium download attempts fail (too often), it will revert to free mode.
You can stop it from doing that by adding account usage rules for the hosts you are using (e.g. "rapidgator.net") and disable free (without account) download mode in there:

https://support.jdownloader.org/inde...ticle/View/29/

JDownloader will then be forced to keep trying with your accounts.
This should solve your "issue".

-psp-
__________________
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 27.02.2020, 20:32
LVNDSCAPE LVNDSCAPE is offline
Modem User
 
Join Date: Jun 2019
Posts: 2
Default

Works very smoothly now.

Thank your for the help!
Reply With Quote
  #4  
Old 02.03.2020, 17:30
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,140
Default

Thanks for your feedback

-psp-
__________________
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 28.03.2021, 21:05
m4xapp3t1te m4xapp3t1te is offline
Junior Loader
 
Join Date: Nov 2018
Posts: 10
Default

Sorry for the bump

Rapidgator is slowing down to less than 20KB at around 80%

I disable the link(s), then enable after new link(s) begin download

I tried using these EventScripts, but not helping

Is there a way to fix this ? Or a script that would automatically take care of this issue ?

28.03.21 10.11.07 <--> 26.03.21 10.21.27 jdlog://5179725302851/
Reply With Quote
  #6  
Old 28.03.2021, 21:07
m4xapp3t1te m4xapp3t1te is offline
Junior Loader
 
Join Date: Nov 2018
Posts: 10
Default

* I tried using these EventScripts, but not helping

https://board.jdownloader.org/showthread.php?t=70525

https://board.jdownloader.org/showth...254#post445254
Reply With Quote
  #7  
Old 29.03.2021, 14:15
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,339
Default

@m4xapp3t1te: Slow speeds are not caused by JDownloader and what you describe is typical issue of overloaded routing. That's how TCP works. First send large data packet until packet loss happens and then slow data packet and slowly larger ones.
Other ppl report about slow rapidgator speed as well, so I think it's caused by Rapidgator/Rapidgator routing.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #8  
Old 29.03.2021, 14:21
m4xapp3t1te m4xapp3t1te is offline
Junior Loader
 
Join Date: Nov 2018
Posts: 10
Default

Many thanks for answer!

Are there any Event Scripts that would automatically disable any/all link(s) that drop below 100 KiB/s, and re-enable said link(s) after 30-60 seconds?
Reply With Quote
  #9  
Old 29.03.2021, 14:48
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,339
Default

Yes, there are such Scripts in https://board.jdownloader.org/showthread.php?t=70525
Please try search or ask in that thread
That script does exactly what you want
https://board.jdownloader.org/showpo...49&postcount=7
__________________
JD-Dev & Server-Admin
Reply With Quote
  #10  
Old 29.03.2021, 15:30
m4xapp3t1te m4xapp3t1te is offline
Junior Loader
 
Join Date: Nov 2018
Posts: 10
Default

Thanks, I'm searching for a similar script

I tried your suggestion, and changed these lines from;
var myHosts = ["uploaded.to", "appwork.org", "jdownloader.org"]; // <- Check links only from these hosts.
var myDuration = 5; // (minutes) <- Check the link speed only after it has been running for atleast this duration.
var mySpeed = 128; // (KiB/s) <- Restart link, if download speed of the link is below this speed.

To;
var myHosts = ["rapidgator.net", "appwork.org", "jdownloader.org"]; // <- Check links only from these hosts.
var myDuration = 1; // (minutes) <- Check the link speed only after it has been running for atleast this duration.
var mySpeed = 256; // (KiB/s) <- Restart link, if download speed of the link is below this speed.

I've named it 'MyButton', set trigger as 'Toolbar Button Pressed', and set shortcut key as 'Ctrl+Shift+E'
Clicking the button, nor using shortcut key don't seem to affect anything.

New log;
28.03.21 18.39.17 <--> 28.03.21 14.45.03 jdlog://7479725302851/
Reply With Quote
  #11  
Old 29.03.2021, 15:34
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,339
Default

This script will trigger abort (autorestart) of links that at least downloaded for 1 minute and less speed than 256kb/s.
You can test the script by replacing
link.abort();
with
link.setEnabled(false);
__________________
JD-Dev & Server-Admin
Reply With Quote
  #12  
Old 29.03.2021, 16:14
m4xapp3t1te m4xapp3t1te is offline
Junior Loader
 
Join Date: Nov 2018
Posts: 10
Default

Sorry, no change seen, button/script has no visible effect

I've been doing a full restart of JD2 after each change

Is there another way to get a full stop & start automatically if download speed drops below a certain threshold ?

Is there a way to set this;
var myDuration = 5; // (minutes)

As seconds ? Like this;
var myDuration = 15; // (seconds) ?
Reply With Quote
  #13  
Old 29.03.2021, 16:18
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,339
Default

change
if (link.getDownloadDuration() < myDuration * 60 * 1000) return;
to
if (link.getDownloadDuration() < myDuration 1000) return;
then myDuration is in seconds
__________________
JD-Dev & Server-Admin
Reply With Quote
  #14  
Old 29.03.2021, 16:55
m4xapp3t1te m4xapp3t1te is offline
Junior Loader
 
Join Date: Nov 2018
Posts: 10
Default

Thanks for all your help

This seems to be working, but I still must manually trigger the event

Is there something else I'm missing about making this automatic ?
Reply With Quote
  #15  
Old 29.03.2021, 16:57
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,339
Default

The event should be interval, see
https://board.jdownloader.org/showpo...49&postcount=7
not bind to button
__________________
JD-Dev & Server-Admin
Reply With Quote
  #16  
Old 29.03.2021, 17:04
m4xapp3t1te m4xapp3t1te is offline
Junior Loader
 
Join Date: Nov 2018
Posts: 10
Default

Think I finally got it

Thanks so much for your patience
Reply With Quote
  #17  
Old 29.03.2021, 17:11
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,339
Default

Nothing to thank me for and you're welcome!
__________________
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 10:16.
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 - 2024, Jelsoft Enterprises Ltd.