JDownloader Community - Appwork GmbH
 

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 15.03.2014, 16:06
Moter8 Moter8 is offline
Super Loader
 
Join Date: Jul 2013
Posts: 26
Red face Zipyshare/Real-debrid wrong filesize / size mismatch

English:
Using zippyshare / Real-debrid jd2 sometimes downloads a over-100MB file instead of a 101MB file.
It Only happened on 6 from 70 links/files (files downloaded were 101MB with chrome)
They aren't the same size each time, see screenshot.

Possibly caused by stopping/resuming and using 2 max chunks ?

Extracting (with jd2 or 7zip) it fails, crc checksum error.

German:
Habe ein Problem mit zippyshare/real-debrid: manchmal werden z.B: 130MB bei einer 101MB datei geladen.
Haben nie eine bestimmte größe, siehe screenshot.

Habe max 2 chunks auf einmal an und stoppe manchmal die downloads.

jdlog://6166485084931
Screenshot: **External links are only visible to Support Staff****External links are only visible to Support Staff**
Example link (bug affects all zippyshare files): **External links are only visible to Support Staff****External links are only visible to Support Staff**
Attached Images
File Type: png ss (2014-03-15 at 04.01.20).png (71.5 KB, 58 views)
  #2  
Old 15.03.2014, 16:41
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

Dann melde das Problem bei real-debrid.
Alternativ kannst du über die Account Nurtungsregeln auch einstellen, dass JD nur direkt von zippyshare und nicht über Multi-Hoster laden soll.
Ich verstehe auch nicht, warum real-debrid zippyshare unterstützt - wo ist da der Sinn?

GreeZ 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?
  #3  
Old 15.03.2014, 16:53
Moter8 Moter8 is offline
Super Loader
 
Join Date: Jul 2013
Posts: 26
Default

Okay, werde Ich machen, kein problem! Und ja, macht nicht viel sinn aber dadurch "bieten" sie ja mehr hoster an.

Die sind auch momentan verbuggt, werde bug posten /etc

Real-debrid Forum Thread: real-debrid/forum-view-6892
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Last edited by Moter8; 15.03.2014 at 17:20.
  #4  
Old 15.03.2014, 17:00
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

Die waren schon immer verbuggt
Ich kann zippyshare Multi-Hoster Support auch komplett für alle deaktivieren, aber ich hatte es drin gelassen, da ich dachte, eventuell könnten Multi-Hoster die Captchas teilweise überwinden und somit hätte die Unterstützung noch nen Sinn - bzw. falls unser Plugin kaputt ist, es über nen Multi-Hoster aber noch geht.

GreeZ pspzockerscene
__________________
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?
  #5  
Old 17.03.2014, 18:15
Moter8 Moter8 is offline
Super Loader
 
Join Date: Jul 2013
Posts: 26
Default

Tach, der Real-debrid Typ hat sich gemeldet:

>Because we remove the captchas for you Smiley
>There is no resuming support on Zippyshare, so you can't resume links that's why you have corrupted files if you resume one.

**External links are only visible to Support Staff****External links are only visible to Support Staff**

Dann müsste ja was beim plugin geändert werden, oder?
  #6  
Old 17.03.2014, 18:33
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

Bitte schick mir mal deinen Account + Testlinks per PM, dann baue ich das ein.
Das hätten die auch alles per API machen können, aber nein...

GreeZ 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?
  #7  
Old 18.03.2014, 01:18
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

Hi

Do you have all your logs from that session, the ones uploaded didn't contain any errors

only Exception found was caused by yourself stopping JDownloader download
Code:
--ID:188TS:1394894672049-3/15/14 3:44:32 PM -  [jd.plugins.download.raf.OldRAFDownload(stopDownload)] -> externalStop recieved
------------------------Thread: 170:zippyshare.com_real-debrid.com-----------------------
--ID:170TS:1394894672050-3/15/14 3:44:32 PM -  [] -> java.net.SocketException: socket closed
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(Unknown Source)
	at java.net.SocketInputStream.read(Unknown Source)
	at sun.security.ssl.InputRecord.readFully(Unknown Source)
	at sun.security.ssl.InputRecord.readV3Record(Unknown Source)
	at sun.security.ssl.InputRecord.read(Unknown Source)
	at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
	at sun.security.ssl.AppInputStream.read(Unknown Source)
	at org.appwork.utils.net.throttledconnection.ThrottledInputStream.read(ThrottledInputStream.java:135)
	at jd.plugins.download.raf.RAFChunk.download(RAFChunk.java:262)
	at jd.plugins.download.raf.RAFChunk.run0(RAFChunk.java:565)
	at jd.plugins.download.raf.RAFChunk.run(RAFChunk.java:463)
also I've changed the code slightly, to reflect that zippyshare can not resume downloads, so it won't try.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]

Last edited by raztoki; 18.03.2014 at 01:33.
  #8  
Old 18.03.2014, 17:50
Moter8 Moter8 is offline
Super Loader
 
Join Date: Jul 2013
Posts: 26
Default

Hmm not sure on that, but I certainly know that the bug happened in the selected log's time.

Btw, I've sent my account data to pspzockerscene!
  #9  
Old 19.03.2014, 01:24
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

logs are really required in this instance (and most likely debug logs), its most likely not reproducible from our end. I have real-debrid account so I can fix if I can reproduce.

I'd say that the issue was that you resume or tried to resume a download maybe? That said, I've made a change to the plugin couple days ago that disables resume support for zippyshare.

BTW the example link you gave in your original post works fine here.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
  #10  
Old 19.03.2014, 10:17
Moter8 Moter8 is offline
Super Loader
 
Join Date: Jul 2013
Posts: 26
Default

Quote:
Originally Posted by raztoki View Post
I'd say that the issue was that you resume or tried to resume a download maybe? That said, I've made a change to the plugin couple days ago that disables resume support for zippyshare.
Had posted that in the OP

Quote:
Possibly caused by stopping/resuming and using 2 max chunks?
Thanks for the zippyshare fix anyway! Everything's solved now
Closed Thread

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 01:03.
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.