Aerion / uptobox-dl

An Uptobox/Uptostream batch downloader.
MIT License
52 stars 11 forks source link

Caught exception #13

Open mkrsticch opened 1 year ago

mkrsticch commented 1 year ago

I am getting the following error with version v1.4.2

Caught exception - retrying once: System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. ---> System.Net.Sockets.SocketException (10054): An existing connection was forcibly closed by the remote host. --- End of inner exception stack trace --- at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 ) at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](TIOAdapter ) at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter , Memory1 ) at System.Net.Http.HttpConnection.ReadAsync(Memory1 ) at System.Net.Http.HttpConnection.ContentLengthReadStream.ReadAsync(Memory1 , CancellationToken ) at System.Net.Http.Handlers.ProgressStream.ReadAsync(Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken) at System.IO.Stream.g__Core|29_0(Stream , Stream , Int32 , CancellationToken ) at UptoboxDl.Program.DownloadFile(Uri link, String filename) in D:\a\uptobox-dl\uptobox-dl\uptobox-dl\Program.cs:line 231 at UptoboxDl.Program.RetryOnFailure(Func1 task) in D:\a\uptobox-dl\uptobox-dl\uptobox-dl\Program.cs:line 186