JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 21.11.2015, 18:22
rockwater rockwater is offline
Giga Loader
 
Join Date: Oct 2011
Location: Netherlands
Posts: 98
Default Nitroflare wait time

When downloading from Nitroflare as a free downloader, JD2 gives me a standard wait time of three hours between downloads. I think that's too long. For when I reset the link after one hour of wait time I'm always able to download the next file. So I think the standard wait time between downloads should be reduced from three hours to one hour.
Reply With Quote
  #2  
Old 22.11.2015, 02:22
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

please post log file from one of those sessions, so that I can see the exception thrown and the stacktrace to determine which one is triggered and needs adjusting.

http://jdownloader.org/knowledge/wik...reate-a-jd-log

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #3  
Old 22.11.2015, 03:36
rockwater rockwater is offline
Giga Loader
 
Join Date: Oct 2011
Location: Netherlands
Posts: 98
Default

Hi raztoki,

Here is the ticket for the log:
22.11.15 01.59.52to22.11.15 02.24.21 jdlog://7157244739341/

The event happens near the end of the log file at about 02.23.00 a.m.

Thanks for your help!
Reply With Quote
  #4  
Old 22.11.2015, 03:44
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

@rockwater

cheers
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #5  
Old 22.11.2015, 03:54
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

so the time is taken directly from there website

Code:
--ID:252TS:1448155472290-11/22/15 2:24:32 AM -  [jd.http.Browser(loadConnection)] -> 
Free downloading is not possible. You have to wait 178 minutes to download your next file.

--ID:252TS:1448155472290-11/22/15 2:24:32 AM -  [] -> jd.plugins.PluginException
	at jd.plugins.hoster.NitroFlareCom.handleErrors(NitroFlareCom.java:378)
and exception 378

Code:
            // Free downloading is not possible. You have to wait 178 minutes to download your next file.
            final String waitminutes = br.getRegex("You have to wait (\\d+) minutes to download").getMatch(0);
            if (waitminutes != null) {
378>                throw new PluginException(LinkStatus.ERROR_IP_BLOCKED, Long.parseLong(waitminutes) * 60 * 1001l);
            }
as you can see we take the wait time directly from the browser response, so it should be correct assuming that nitroflare isn't telling fibs.

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #6  
Old 22.11.2015, 15:03
rockwater rockwater is offline
Giga Loader
 
Join Date: Oct 2011
Location: Netherlands
Posts: 98
Default

Then perhaps they're a bit lenient in upholding their downloading restrictions.
Reply With Quote
  #7  
Old 22.11.2015, 15:09
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

@rockwater,
Lenient ? anything is possible. I assume your IP hasn't been changed manually and JDownloader hasn't detected that ?
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #8  
Old 22.11.2015, 16:22
rockwater rockwater is offline
Giga Loader
 
Join Date: Oct 2011
Location: Netherlands
Posts: 98
Default

Your assumption is correct. I have a static IP address, so that cannot be changed.
Are there other possibilities to be considered, apart from leniency on the side of nitroflare?
Reply With Quote
  #9  
Old 22.11.2015, 17:04
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

if you have static IP it removes most possibilities. I'll look into it in the morning.

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #10  
Old 12.12.2015, 07:44
rockwater rockwater is offline
Giga Loader
 
Join Date: Oct 2011
Location: Netherlands
Posts: 98
Default

I've noticed that downloading from Nitroflare with JD2 goes much more comfortably now. JD now gives only 30 minutes wait time between downloads, and this appears to work very well! Thanks for fitting the wait time to reality. I think this topic has been solved.

Last edited by rockwater; 12.12.2015 at 07:47.
Reply With Quote
  #11  
Old 12.12.2015, 09:34
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,289
Default

Thanks for the feedback!
__________________
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 21:50.
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.