JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #41  
Old 10.06.2017, 05:24
rererere2831
Guest
 
Posts: n/a
Default

I tested old simple download tool. It worked resume in 151.80.103.99:8089 server.
It was possible to see log.
I compared JD's log and that tool's log.

JD (When resume) request
Range: bytes=0- (206) -> Range: bytes=*******- (503)
that tool (When resume) request
Range: bytes=*******- (206)

That tool send Range: start bytes from 1st request.
Reply With Quote
  #42  
Old 10.06.2017, 08:28
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,507
Default

Trying to understand your post...
What do you mean by "That tool send Range: start bytes from 1st request."?
Range: bytes=0- (206) This is what we call virgin download, not resume.
So when resume, JD: Range: bytes=*******- (503), that tool: Range: bytes=*******- (206)
Same request, different response?
__________________
FAQ: How to upload a Log
Reply With Quote
  #43  
Old 10.06.2017, 11:51
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

I reviewed plugin, please provide feedback when you receive revision 37003
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #44  
Old 10.06.2017, 14:19
rererere2831
Guest
 
Posts: n/a
Default

Very thanks for your work.
I tested.
It was 403.
I think that reason is no referer.
Reply With Quote
  #45  
Old 10.06.2017, 14:39
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

provide log buddy...
https://support.jdownloader.org/Know...d-session-logs
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #46  
Old 10.06.2017, 15:13
rererere2831
Guest
 
Posts: n/a
Default

10.06.17 20.05.25 <--> 10.06.17 20.08.40 jdlog://4364804015941/
Reply With Quote
  #47  
Old 10.06.2017, 15:41
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,507
Default

I have put back the referer and I think I know why we got 503.
__________________
FAQ: How to upload a Log
Reply With Quote
  #48  
Old 10.06.2017, 17:19
rererere2831
Guest
 
Posts: n/a
Default

It works!
Thanks a lot.

jdlog://6074804015941/
Reply With Quote
  #49  
Old 11.06.2017, 09:23
rererere2831
Guest
 
Posts: n/a
Default

Hoster plugin was renewed.
403 again...
Reply With Quote
  #50  
Old 11.06.2017, 09:30
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,507
Default

Not me, but I have tried one file and was OK.
Please upload the log.
__________________
FAQ: How to upload a Log
Reply With Quote
  #51  
Old 11.06.2017, 09:32
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

please provide log with reports.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #52  
Old 11.06.2017, 10:28
rererere2831
Guest
 
Posts: n/a
Default

11.06.17 16.23.24 <--> 11.06.17 16.25.54 jdlog://6615804015941/
Reply With Quote
  #53  
Old 11.06.2017, 10:41
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

initial download work
you stopped
then started again, problem occurs there due to the cached download link.

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #54  
Old 11.06.2017, 11:33
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,507
Default

@raztoki
The referrer for Initial download is correct, then referrer is gone when resume download.
Will you let the pushed referer stay in the code?

Stop and re-start is just a way to quickly test resume.
__________________
FAQ: How to upload a Log

Last edited by tony2long; 11.06.2017 at 11:36.
Reply With Quote
  #55  
Old 11.06.2017, 12:45
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

@tony2long
I extensively tested prior to rewriting that code.
If you have some issue post a log.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #56  
Old 11.06.2017, 13:34
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,507
Default

@raztoki
That is a response of your previous post, I didn't check that you have updated the plugin again (you didn't mention it). Seems OK now, let's wait for user's feedback.

BTW, this plugin's handleFree part seems more complex than the other simple download plugin, don't you think so?
__________________
FAQ: How to upload a Log
Reply With Quote
  #57  
Old 11.06.2017, 13:45
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

Always update before making posts, or at least that is practice I run by. Otherwise you can get caught out. I have https://svn.jdownloader.org/projects/jd/repository on 5minute auto refresh.

I totally disagree with you, all the issues was caused by putting quick fixes or sloppy code which doesn't comply with 'proper standards'. By the looks of it, the plugin was constructed via copy paste coding, it yells it (no offence to previous authors). But all it does is carries bugs from other plugins forward. I reviewed, and rewrote components of the plugin and try and iron out the problems. Seems to me to be best approach to prevent accidents moving forward.

I don't see why resume is turned off by default either. To me that was disabled because other previous bugs in the plugin...

my two scents

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #58  
Old 12.06.2017, 01:36
aton76 aton76 is offline
JD Alpha
 
Join Date: May 2017
Posts: 20
Default

raztoki, your latest update works flawlessly for me. It resumes downloads as well. Great work!! Thank you very much.

Do you have any ideas for this request: https://svn.jdownloader.org/issues/64787
Reply With Quote
  #59  
Old 12.06.2017, 02:41
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

@aton76
thankyou for the feedback

no I don't have time to work on new plugins at this time, sorry
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #60  
Old 14.07.2018, 12:23
launi launi is offline
Super Loader
 
Join Date: Oct 2013
Posts: 25
Default

Hi,
i hope i'm right here.
since a few days the plugin does not work anymore.

launi
Reply With Quote
  #61  
Old 14.07.2018, 18:40
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,507
Default

Please provide example links and upload the log.
__________________
FAQ: How to upload a Log
Reply With Quote
  #62  
Old 14.07.2018, 19:35
launi launi is offline
Super Loader
 
Join Date: Oct 2013
Posts: 25
Default

Ok, here is the log:
14.07.18 18.31.36 <--> 14.07.18 18.33.05 jdlog://1628064433151/

and two links:
link with embedded stream: **External links are only visible to Support Staff****External links are only visible to Support Staff**
link direct to movie: **External links are only visible to Support Staff****External links are only visible to Support Staff**

last week i copy the first link and jd collect all movies/parts.
Reply With Quote
  #63  
Old 16.07.2018, 13:10
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

wait for next plugin update
__________________
JD-Dev & Server-Admin
Reply With Quote
  #64  
Old 30.03.2019, 11:25
contr
Guest
 
Posts: n/a
Default

Hi all,

after switching from Windows to Linux, JDownloader doesn't want to grab any more links from tanix.net. Neither does it want to download any of the links already grabbed by windows. The problem appears with every video from that site for me.

Thanks in advance for the help!

Cheers,
contr

This would be the log about the time JD was runnung on linux without beeing able to grab a link from tanix.com nor being able to donwload links already previously grabbed. The error message when trying to download say: Host problem? (highporn.net)

30.03.19 15.28.09 <--> 28.03.19 16.29.01 jdlog://5565776935451/

Last edited by raztoki; 31.03.2019 at 08:04.
Reply With Quote
  #65  
Old 01.04.2019, 20:11
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@contr: looks like website has changed player and that's why it fails

can you please provide some example links
__________________
JD-Dev & Server-Admin
Reply With Quote
  #66  
Old 02.04.2019, 00:36
contr
Guest
 
Posts: n/a
Default

@ Jiaz: **External links are only visible to Support Staff****External links are only visible to Support Staff**

Thanks
Reply With Quote
  #67  
Old 31.05.2019, 19:06
contr
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Jiaz View Post
Any guess by when the issue will be solved?
Reply With Quote
  #68  
Old 15.07.2019, 12:47
launi launi is offline
Super Loader
 
Join Date: Oct 2013
Posts: 25
Default

Hi,

open for 3 months, will there be a solution?
Thanks!
Reply With Quote
  #69  
Old 15.07.2019, 20:41
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

I've increased priority but I can't tell when a developer will find time for it
__________________
JD-Dev & Server-Admin
Reply With Quote
  #70  
Old 16.07.2019, 12:48
launi launi is offline
Super Loader
 
Join Date: Oct 2013
Posts: 25
Thumbs up

Thank you!
Reply With Quote
  #71  
Old 07.08.2019, 01:48
aton76 aton76 is offline
JD Alpha
 
Join Date: May 2017
Posts: 20
Default

Any update? Both of these sites (tanix/highporn) are still broken.
Reply With Quote
  #72  
Old 07.08.2019, 13:12
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

I'm sorry but I don't find time myself and can't tell when pspzocker will find time. I've increased priority once more
__________________
JD-Dev & Server-Admin
Reply With Quote
  #73  
Old 07.08.2019, 15:24
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Try again after the next update.

-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
  #74  
Old 07.08.2019, 20:51
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@pspzocker: please check my comment
__________________
JD-Dev & Server-Admin
Reply With Quote
  #75  
Old 08.08.2019, 01:35
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Check ticket.

Summary: It should work - it works fine here.

-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
  #76  
Old 05.11.2019, 00:25
kogorta
Guest
 
Posts: n/a
Default

highporn.net plugin grabs links but fails to download, shows "connection problem". It is known problem or it is just for me?
Reply With Quote
  #77  
Old 05.11.2019, 04:54
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,507
Default

Please upload the log.
__________________
FAQ: How to upload a Log
Reply With Quote
  #78  
Old 05.11.2019, 12:47
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Please create a log, see https://support.jdownloader.org/Know...d-session-logs and post shown logID here
__________________
JD-Dev & Server-Admin
Reply With Quote
  #79  
Old 06.11.2019, 01:03
kogorta
Guest
 
Posts: n/a
Default

I found problem. With speed limit on -> shows "connection problem", without speed limit everything is ok.
Reply With Quote
  #80  
Old 06.11.2019, 12:32
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Please provide a log because speed limit should NOT result in connection issues
__________________
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 23:01.
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.