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
我3.44挂载成功后,打开文件夹提示:failed get objs: failed to list objs: json: cannot unmarshal object into Go struct field GetFilesResp_File.Resp.data.fl of type string
Please make sure of the following things
I have read the documentation.
我已经阅读了文档。
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 ,Dependencies
orOperational
).我确定是
AList
的问题,而不是其他原因(例如网络,依赖
或操作
)。I'm sure this issue is not fixed in the latest version.
我确定这个问题在最新版本中没有被修复。
AList Version / AList 版本
v3.44.0
Driver used / 使用的存储驱动
115 开放平台
Describe the bug / 问题描述
勾选两个以上文件夹移动到目标路径,实际上只有第一个文件夹移动成功,
页面上报错:Code: 990019, message: 移动[xxx]操作尚未执行完成,请稍后再试!
/api/fs/move 接口返回:{
"code": 500,
"message": "code: 990019, message: 移动[temp]操作尚未执行完成,请稍后再试!",
"data": null
}
Reproduction / 复现链接
Config / 配置
None
Logs / 日志
�[31mERRO�[0m[2025-03-31 13:45:46] failed move /115/test/dest/xx to /115/test/src: code: 990019, message: 移动[temp]操作尚未执行完成,请稍后再试!
github.com/alist-org/alist/v3/internal/op.Move
/source/internal/op/fs.go:394
github.com/alist-org/alist/v3/internal/fs.move
/source/internal/fs/other.go:32
github.com/alist-org/alist/v3/internal/fs.Move
/source/internal/fs/fs.go:69
github.com/alist-org/alist/v3/server/handles.FsMove
/source/server/handles/fsmanage.go:99
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:3301
net/http.(*conn).serve
/usr/local/go/src/net/http/server.go:2102
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1700
[GIN] 2025/03/31 - 13:45:46 | 200 | 346.8773ms | 127.0.0.1 | POST "/api/fs/move"
The text was updated successfully, but these errors were encountered: