AlistGo / AlistGo/alist

115云盘上传视频出现错误多次

Abierto
#7,348 1 comentario 0 reacciones 0 asignados Ver en GitHub
bug
Lenguaje dominante
Go
Estrellas
50.2k
Forks
7.9k
Merge medio
7 d 21 h
PR fusionados (30 d)
6

Descripción

### Please make sure of the following things

- [X] I have read the [documentation](https://alist.nn.ci).
我已经阅读了[文档](https://alist.nn.ci)。

- [X] I'm sure there are no duplicate issues or discussions.
我确定没有重复的issue或讨论。

- [ ] I'm sure it's due to `AList` and not something else(such as [Network](https://alist.nn.ci/faq/howto.html#tls-handshake-timeout-read-connection-reset-by-peer-dns-lookup-failed-connect-connection-refused-client-timeout-exceeded-while-awaiting-headers-no-such-host) ,`Dependencies` or `Operational`).
我确定是`AList`的问题,而不是其他原因(例如[网络](https://alist.nn.ci/zh/faq/howto.html#tls-handshake-timeout-read-connection-reset-by-peer-dns-lookup-failed-connect-connection-refused-client-timeout-exceeded-while-awaiting-headers-no-such-host),`依赖`或`操作`)。

- [X] I'm sure this issue is not fixed in the latest version.
我确定这个问题在最新版本中没有被修复。

### AList Version / AList 版本

v3.38.0

### Driver used / 使用的存储驱动

115

### Describe the bug / 问题描述

Alist 命令行版,在上传视频的时候,总会在最后出现问题,出现的错误警告如下:
Put "http://fhnfile.cn-shenzhen.oss.aliyuncs.com/670feeac3e57061c0886290742165607e5f73ff4?partNumber=2&uploadId=0BCA37EE79084AAEB7329FDC36BA4C0F": read tcp ***********32:8137->***********21:80: wsarecv: An existing connection was forcibly closed by the remote host.
![image](https://github.com/user-attachments/assets/8ba8ad70-e49c-4323-a09f-3969491c73a6)

### Reproduction / 复现链接

详见我呢提描述

### Config / 配置

![image](https://github.com/user-attachments/assets/028d607d-b4a3-4502-8c4e-e35ead7f46f3)

### Logs / 日志

[GIN] 2024/10/17 - 00:35:15 | 200 | 0s | ::1 | GET "/115网盘/资源大全/影视资源/电影/帝国的毁灭"
[GIN] 2024/10/17 - 00:35:16 | 200 | 0s | ::1 | GET "/api/public/settings"
[GIN] 2024/10/17 - 00:35:16 | 200 | 0s | ::1 | GET "/api/me"
[GIN] 2024/10/17 - 00:35:16 | 200 | 155.3µs | ::1 | GET "/115网盘/资源大全/影视资源/电影/需要重新下载"
[GIN] 2024/10/17 - 00:35:16 | 200 | 0s | ::1 | GET "/api/public/offline_download_tools"
[GIN] 2024/10/17 - 00:35:16 | 200 | 154.5µs | ::1 | POST "/api/fs/get"
[GIN] 2024/10/17 - 00:35:16 | 200 | 322.5µs | ::1 | POST "/api/fs/list"
[GIN] 2024/10/17 - 00:35:17 | 200 | 0s | ::1 | GET "/api/public/settings"
[GIN] 2024/10/17 - 00:35:18 | 200 | 0s | ::1 | GET "/api/me"
[GIN] 2024/10/17 - 00:35:18 | 200 | 0s | ::1 | GET "/api/public/offline_download_tools"
[GIN] 2024/10/17 - 00:35:18 | 200 | 811.1µs | ::1 | POST "/api/fs/get"
[GIN] 2024/10/17 - 00:35:18 | 200 | 526.7435ms | ::1 | POST "/api/fs/list"
ERRO[2024-10-17 00:37:31] failed put /115网盘/资源大全/影视资源/电影/帝国的毁灭/: Put "http://fhnfile.cn-shenzhen.oss.aliyuncs.com/670fe9f9befa440f1ea842458558528fc4fbda23?partNumber=1858&uploadId=FD28503C4FB54524AB8347781E7D76C6": read tcp 192.168.1.232:12500->47.106.53.221:80: wsarecv: An existing connection was forcibly closed by the remote host.
github.com/alist-org/alist/v3/internal/op.Put
/source/internal/op/fs.go:587
github.com/alist-org/alist/v3/internal/fs.putDirectly
/source/internal/fs/put.go:70
github.com/alist-org/alist/v3/internal/fs.PutDirectly
/source/internal/fs/fs.go:97
github.com/alist-org/alist/v3/server/handles.FsStream
/source/server/handles/fsup.go:65
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/alist-org/alist/v3/server/middlewares.FsUp
/source/server/middlewares/fsup.go:43
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/alist-org/alist/v3/server/middlewares.Auth
/source/server/middlewares/auth.go:73
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
/source/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:633
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:589
net/http.serverHandler.ServeHTTP
/usr/local/go/src/net/http/server.go:3210
net/http.(*conn).serve
/usr/local/go/src/net/http/server.go:2092
runtime.goexit
/usr/local/go/src/runtime/asm_386.s:1393
[GIN] 2024/10/17 - 00:37:31 | 200 | 9m51s | ::1 | PUT "/api/fs/put"
ERRO[2024-10-17 00:37:52] failed put /115网盘/资源大全/影视资源/电影/帝国的毁灭/: Put "http://fhnfile.cn-shenzhen.oss.aliyuncs.com/670febd149e35a370dae93800748d8fba357fcad?partNumber=25&uploadId=7F96B2A23B5941218D69293256D9D33E": read tcp 192.168.1.232:12744->47.106.53.221:80: wsarecv: An existing connection was forcibly closed by the remote host.
github.com/alist-org/alist/v3/internal/op.Put
/source/internal/op/fs.go:587
github.com/alist-org/alist/v3/internal/fs.putDirectly
/source/internal/fs/put.go:70
github.com/alist-org/alist/v3/internal/fs.PutDirectly
/source/internal/fs/fs.go:97
github.com/alist-org/alist/v3/server/handles.FsStream
/source/server/handles/fsup.go:65
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/alist-org/alist/v3/server/middlewares.FsUp
/source/server/middlewares/fsup.go:43
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/alist-org/alist/v3/server/middlewares.Auth
/source/server/middlewares/auth.go:73
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
/source/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:633
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:589
net/http.serverHandler.ServeHTTP
/usr/local/go/src/net/http/server.go:3210
net/http.(*conn).serve
/usr/local/go/src/net/http/server.go:2092
runtime.goexit
/usr/local/go/src/runtime/asm_386.s:1393
[GIN] 2024/10/17 - 00:37:52 | 200 | 2m27s | ::1 | PUT "/api/fs/put"
[GIN] 2024/10/17 - 00:37:53 | 200 | 451.7328ms | ::1 | POST "/api/fs/list"
[GIN] 2024/10/17 - 00:40:20 | 200 | 3.0353ms | ::1 | GET "/assets/AddOrEdit.11e7a632.js"
[GIN] 2024/10/17 - 00:40:20 | 200 | 1.0068ms | ::1 | GET "/api/admin/storage/get?id=8"
[GIN] 2024/10/17 - 00:40:20 | 200 | 708.8µs | ::1 | GET "/api/admin/driver/info?driver=115%20Cloud"
ERRO[2024-10-17 00:46:19] failed put /115网盘/资源大全/影视资源/电影/帝国的毁灭/: Put "http://fhnfile.cn-shenzhen.oss.aliyuncs.com/670fedd225dcd9cdbfb884fde0421176158778c0?partNumber=8&uploadId=AE38EE0977A44BC7B9D037F7708FD2FB": EOF
github.com/alist-org/alist/v3/internal/op.Put
/source/internal/op/fs.go:587
github.com/alist-org/alist/v3/internal/fs.putDirectly
/source/internal/fs/put.go:70
github.com/alist-org/alist/v3/internal/fs.PutDirectly
/source/internal/fs/fs.go:97
github.com/alist-org/alist/v3/server/handles.FsStream
/source/server/handles/fsup.go:65
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/alist-org/alist/v3/server/middlewares.FsUp
/source/server/middlewares/fsup.go:43
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/alist-org/alist/v3/server/middlewares.Auth
/source/server/middlewares/auth.go:73
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
/source/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:633
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:589
net/http.serverHandler.ServeHTTP
/usr/local/go/src/net/http/server.go:3210
net/http.(*conn).serve
/usr/local/go/src/net/http/server.go:2092
runtime.goexit
/usr/local/go/src/runtime/asm_386.s:1393
[GIN] 2024/10/17 - 00:46:19 | 200 | 2m1s | ::1 | PUT "/api/fs/put"
[GIN] 2024/10/17 - 00:46:19 | 200 | 250.1063ms | ::1 | POST "/api/fs/list"
[GIN] 2024/10/17 - 00:47:44 | 200 | 69.2733ms | ::1 | POST "/api/fs/list"
ERRO[2024-10-17 00:49:56] failed put /115网盘/资源大全/影视资源/电影/帝国的毁灭/: Put "http://fhnfile.cn-shenzhen.oss.aliyuncs.com/670feeac3e57061c0886290742165607e5f73ff4?partNumber=2&uploadId=0BCA37EE79084AAEB7329FDC36BA4C0F": read tcp 192.168.1.232:8137->47.106.53.221:80: wsarecv: An existing connection was forcibly closed by the remote host.
github.com/alist-org/alist/v3/internal/op.Put
/source/internal/op/fs.go:587
github.com/alist-org/alist/v3/internal/fs.putDirectly
/source/internal/fs/put.go:70
github.com/alist-org/alist/v3/internal/fs.PutDirectly
/source/internal/fs/fs.go:97
github.com/alist-org/alist/v3/server/handles.FsStream
/source/server/handles/fsup.go:65
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/alist-org/alist/v3/server/middlewares.FsUp
/source/server/middlewares/fsup.go:43
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/alist-org/alist/v3/server/middlewares.Auth
/source/server/middlewares/auth.go:73
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
/source/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:633
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:589
net/http.serverHandler.ServeHTTP
/usr/local/go/src/net/http/server.go:3210
net/http.(*conn).serve
/usr/local/go/src/net/http/server.go:2092
runtime.goexit
/usr/local/go/src/runtime/asm_386.s:1393
[GIN] 2024/10/17 - 00:49:56 | 200 | 2m6s | ::1 | PUT "/api/fs/put"
[GIN] 2024/10/17 - 00:49:57 | 200 | 252.6354ms | ::1 | POST "/api/fs/list"
[GIN] 2024/10/17 - 00:51:45 | 200 | 318.1µs | ::1 | GET "/assets/About.635086a5.js"
[GIN] 2024/10/17 - 00:53:55 | 200 | 212.9µs | ::1 | GET "/api/admin/driver/names"
[GIN] 2024/10/17 - 00:53:55 | 200 | 999.8µs | ::1 | GET "/api/admin/storage/list"
[GIN] 2024/10/17 - 00:54:25 | 200 | 1.3099ms | ::1 | GET "/assets/backup-restore.9019c710.js"
[GIN] 2024/10/17 - 00:54:25 | 200 | 1.8096ms | ::1 | GET "/assets/index.1ca2fc5b.js"
[GIN] 2024/10/17 - 00:54:46 | 200 | 1.5004ms | ::1 | GET "/assets/Metas.d90dd16b.js"
[GIN] 2024/10/17 - 00:54:46 | 200 | 1.5004ms | ::1 | GET "/assets/Wether.a0ef1c7c.js"
[GIN] 2024/10/17 - 00:54:46 | 200 | 2.2132ms | ::1 | GET "/api/admin/meta/list"

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.