JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 19.01.2021, 09:54
ABCDownloader ABCDownloader is offline
Mega Loader
 
Join Date: Oct 2018
Posts: 63
Default Hotlink.cc 5 seconds ETA

Hi

I've noticed today that hotlink.cc has a new 5 seconds ETA before it starts a downloading. Is this something I can change in jDownloader or is it something new on Hotlink.cc end?

I've provided the IDLOG.

19.01.21 09.45.49 <--> 19.01.21 09.45.48 jdlog://2015625302851/
Reply With Quote
  #2  
Old 19.01.2021, 14:30
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,117
Default

Hi,

yes it is JDownloader specific but it is also a workaround for a common bug in the XFilesharing script which hotlink.cc is using.
If you want me to check this, please send your hotlink.cc premium login credentials to me via PN.

-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 19.01.2021, 16:16
ABCDownloader ABCDownloader is offline
Mega Loader
 
Join Date: Oct 2018
Posts: 63
Default

Is there a way I can check it myself? By guiding me through it.
Reply With Quote
  #4  
Old 19.01.2021, 16:20
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,117
Default

Check what happens if you try to start hotlink.cc downloads in browser really fast.

Alternatively you could also check if there is a "direct download" (or similar) option in your hotlink.cc account on their website -> Enable that -> Now that short waittime in JD should be gone too.

-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 19.01.2021, 19:09
ABCDownloader ABCDownloader is offline
Mega Loader
 
Join Date: Oct 2018
Posts: 63
Default

Hmm, it starts downloading it right when I hit download button.

There's no Direct Download option - anymore it seems :/

hotlink.PNG

Last edited by ABCDownloader; 19.01.2021 at 19:12. Reason: added image of account
Reply With Quote
  #6  
Old 19.01.2021, 19:10
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,117
Default

I'll check this tomorrow.
I will remove this waittime-workaround for this host then -> I'll need your feedback afterwards

-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
  #7  
Old 19.01.2021, 19:13
ABCDownloader ABCDownloader is offline
Mega Loader
 
Join Date: Oct 2018
Posts: 63
Default

Quote:
Originally Posted by pspzockerscene View Post
I'll check this tomorrow.
I will remove this waittime-workaround for this host then -> I'll need your feedback afterwards

-psp-
Thanks If there's more stuff for me to troubleshoot if it helps dont hesitate.
Reply With Quote
  #8  
Old 20.01.2021, 14:34
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,117
Default

I've added it for the next CORE-update.
In fact I was able to already verify it via free mode: For some reason I thought they were using different download processes (which XFS hosts can have) but they didn't.

Wartest du auf einen angekündigten Bugfix oder ein neues Feature?
Updates werden nicht immer sofort bereitgestellt!
Bitte lies unser Update FAQ! | Please read our Update FAQ!

---
Are you waiting for recently announced changes to get released?
Updates to not necessarily get released immediately!
Bitte lies unser Update FAQ! | Please read our Update FAQ!


-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
  #9  
Old 21.01.2021, 08:58
ABCDownloader ABCDownloader is offline
Mega Loader
 
Join Date: Oct 2018
Posts: 63
Default

Hi pspzockerscene and thanks for the response.

I downloaded and installed the update.When starting a hotlink.cc download the status column says: Try restarting this link (plugin outdated?)

I tried various things like refresh the account in account manager and restarting jDownloader. Also reseting the download.

IDLOG: 21.01.21 08.57.43 <--> 21.01.21 08.54.20 jdlog://7365625302851/
Reply With Quote
  #10  
Old 21.01.2021, 12:03
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,117
Default

Yeah this XFS bug is exactly what was avoided by these 5 seconds - here a snippet of our code containing a comment of mine:

Code:
    /**
     * 2020-05-22: Workaround attempt for unnerving class="err">Security error< which can sometimes appear if you're too fast in this
     * handling. </br> This issue may have solved in newer XFS versions so we might be able to remove this extra wait in the long run.
     */
    protected int getDllinkViaOfficialVideoDownloadExtraWaittimeSeconds() {
        return 5;
    }
Here a snippet of the html code of the hotlink.cc answer which JD got from their website according to your log:
Code:
<p style="font-size:20px; text-align: center;"> Security error</p></div></div>
			</div></div>
I've changed that pre-download-waittime to 2 seconds.

If you want you can contact the hotlink.cc support and ask them to fix this but they probably won't as it's caused by the company who is developing the script/template they're using

Wartest du auf einen angekündigten Bugfix oder ein neues Feature?
Updates werden nicht immer sofort bereitgestellt!
Bitte lies unser Update FAQ! | Please read our Update FAQ!

---
Are you waiting for recently announced changes to get released?
Updates to not necessarily get released immediately!
Bitte lies unser Update FAQ! | Please read our Update FAQ!


-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
  #11  
Old 22.01.2021, 09:37
ABCDownloader ABCDownloader is offline
Mega Loader
 
Join Date: Oct 2018
Posts: 63
Default

I will try and see if Hotlink can change it.

Thank you very much for your help:)
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 04:13.
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.