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
各位大佬,请问一下我遇到了切片越界的报错,具体发生情景是采用群晖hyperbackup备份本地数据到alist webdav的时候,提示无法完成,查询alist日志有如下报错:
ERRO[2025-04-14 00:52:34] failed put /115/backup/DF-DS920.hbk/Pool/0/0: runtime error: slice bounds out of range [:48539] with capacity 144
github.com/alist-org/alist/v3/internal/op.Put
/home/runner/work/alist/alist/internal/op/fs.go:587
github.com/alist-org/alist/v3/internal/fs.putDirectly
/home/runner/work/alist/alist/internal/fs/put.go:80
github.com/alist-org/alist/v3/internal/fs.PutDirectly
/home/runner/work/alist/alist/internal/fs/fs.go:101
……
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
各位大佬,请问一下我遇到了切片越界的报错,具体发生情景是采用群晖hyperbackup备份本地数据到alist webdav的时候,提示无法完成,查询alist日志有如下报错:
ERRO[2025-04-14 00:52:34] failed put /115/backup/DF-DS920.hbk/Pool/0/0: runtime error: slice bounds out of range [:48539] with capacity 144
github.com/alist-org/alist/v3/internal/op.Put
/home/runner/work/alist/alist/internal/op/fs.go:587
github.com/alist-org/alist/v3/internal/fs.putDirectly
/home/runner/work/alist/alist/internal/fs/put.go:80
github.com/alist-org/alist/v3/internal/fs.PutDirectly
/home/runner/work/alist/alist/internal/fs/fs.go:101
……
问了一下AI说是传输的数据切片大小越界了,我在discord上查询到了一样的反馈但是似乎没有被解决,想咨询下这个情况是否正常,有没有办法解决,谢谢!
Beta Was this translation helpful? Give feedback.
All reactions