You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an upstream code error occurs, the program crashes and exits, unable to continue queuing for downloading other files, and unable to retain incomplete downloaded files. gotd/td#1030
To Reproduce
tdl dl -u ...
Expected behavior
Give up the failed task, continue queuing, retain the incomplete files, and look forward to resuming the download next time.
Describe the bug
When an upstream code error occurs, the program crashes and exits, unable to continue queuing for downloading other files, and unable to retain incomplete downloaded files.
gotd/td#1030
To Reproduce
tdl dl -u ...
Expected behavior
Give up the failed task, continue queuing, retain the incomplete files, and look forward to resuming the download next time.
Version
Version: 0.17.1
Commit: 7f4e543
Date: 2024-05-29T14:50:17Z
go1.21.10 linux/amd64
Which OS are you running tdl on?
Windows
Additional context
Error: group:
github.com/gotd/td/mtproto.(*Conn).Run
github.com/gotd/[email protected]/mtproto/conn.go:214
github.com/gotd/td/tdsync.(*LogGroup).Go.func1
github.com/gotd/[email protected]/tdsync/log_group.go:48
github.com/gotd/td/mtproto.(*Conn).readLoop
github.com/gotd/[email protected]/mtproto/read.go:193
github.com/gotd/td/transport.(*connection).Recv
github.com/gotd/[email protected]/transport/connection.go:70
github.com/gotd/td/proto/codec.Intermediate.Read
github.com/gotd/[email protected]/proto/codec/intermediate.go:73
github.com/gotd/td/proto/codec.readLen
github.com/gotd/[email protected]/proto/codec/codec.go:35
The text was updated successfully, but these errors were encountered: