I was experiencing the problem described in this other thread for a long time:
https://board.jdownloader.org/showthread.php?p=515229
As far as I know, it was never fully fixed. But in any case, it seems to have gone away for me, but to have been replaced by a new problem. Whenever I try to download large video files from Google Drive, JDownloader seems at first to be properly downloading the file, but winds up downloading a smaller, low-bitrate version instead.
For example, I tried downloading this 10 GB mkv file:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
But it downloaded as a lower-bitrate 5.53 GB file instead. The file plays all the way through, but is of much lower picture quality than the file that should have downloaded.
I also tried downloading this 23.79 GB, 1080p m2ts file:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
But the downloaded file was a mere 1.49 GB. One again, it played all the way through, but is a low-bitrate 720p file.
I tried uploading a log, but got this error:
Code:
jd.http.Browser$BrowserException: Caller: org.jdownloader.jdserv.JDServUtils.uploadLog(JDServUtils.java:37)
org.jdownloader.jdserv.JDServUtils.uploadLog(JDServUtils.java:23)
jd.gui.swing.jdgui.menu.actions.sendlogs.LogAction.onNewPackage(LogAction.java:79)
org.appwork.utils.logging2.sendlogs.AbstractLogAction.createPackage(AbstractLogAction.java:237)
jd.gui.swing.jdgui.menu.actions.sendlogs.LogAction.createPackage(LogAction.java:63)
org.appwork.utils.logging2.sendlogs.AbstractLogAction$2.run(AbstractLogAction.java:161)
org.appwork.utils.swing.dialog.ProgressDialog$4.run(ProgressDialog.java:235)
BrowserID:203|BrowserParentID:-1|RequestID:1|URL:https://update3.jdownloader.org/jdserv/UploadInterface/upload
----------------Request Information-------------
URL: https://update3.jdownloader.org/jdserv/UploadInterface/upload
ConnectIP: update3.jdownloader.org/138.201.123.139:443
Connection-Timeout: 10000ms
Read-Timeout: 60000ms
----------------Request-------------------------
-------------Not Connected Yet!-----------------
---------------------1676926015257274165035991220431635572968800
Content-Disposition: form-data; name="0"; filename="Data"
Content-Type: application/octet-stream
Content-Length: 77508993
[.....77508993 FileByte DATA....]
---------------------1676926015257274165035991220431635572968800
Content-Disposition: form-data; name="1"
%22%22
---------------------1676926015257274165035991220431635572968800
Content-Disposition: form-data; name="2"
null
---------------------1676926015257274165035991220431635572968800--
----------------Response Information------------
-------------Not Connected Yet!------------------
at jd.http.Browser.openRequestConnection(Browser.java:1961)
at jd.http.Browser.openRequestConnection(Browser.java:1770)
at org.jdownloader.jdserv.JDServUtils.uploadLog(JDServUtils.java:37)
at org.jdownloader.jdserv.JDServUtils.uploadLog(JDServUtils.java:23)
at jd.gui.swing.jdgui.menu.actions.sendlogs.LogAction.onNewPackage(LogAction.java:79)
at org.appwork.utils.logging2.sendlogs.AbstractLogAction.createPackage(AbstractLogAction.java:237)
at jd.gui.swing.jdgui.menu.actions.sendlogs.LogAction.createPackage(LogAction.java:63)
at org.appwork.utils.logging2.sendlogs.AbstractLogAction$2.run(AbstractLogAction.java:161)
at org.appwork.utils.swing.dialog.ProgressDialog$4.run(ProgressDialog.java:235)
Caused by: java.net.SocketException: Connection reset by peer: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at sun.security.ssl.OutputRecord.writeBuffer(Unknown Source)
at sun.security.ssl.OutputRecord.write(Unknown Source)
at sun.security.ssl.SSLSocketImpl.writeRecordInternal(Unknown Source)
at sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source)
at sun.security.ssl.AppOutputStream.write(Unknown Source)
at org.appwork.utils.net.CountingOutputStream.write(CountingOutputStream.java:85)
at org.appwork.utils.net.CountingOutputStream.write(CountingOutputStream.java:85)
at jd.http.requests.PostFormDataRequest.write(PostFormDataRequest.java:204)
at jd.http.requests.PostFormDataRequest.postContent(PostFormDataRequest.java:118)
at jd.http.requests.PostFormDataRequest.postRequest(PostFormDataRequest.java:142)
at jd.http.Request.connect(Request.java:354)
at jd.http.Request.connect(Request.java:342)
at jd.http.Browser.openRequestConnection(Browser.java:1914)
... 8 more