Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

115 Open 移动两个以上文件夹时,报错:移动操作尚未执行完成,请稍后再试 #8265

Open
4 tasks done
Jadaff opened this issue Mar 31, 2025 · 5 comments
Labels
bug Something isn't working

Comments

@Jadaff
Copy link

Jadaff commented Mar 31, 2025

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 or Operational).
    我确定是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 / 复现链接

Image

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"

@Jadaff Jadaff added the bug Something isn't working label Mar 31, 2025
Copy link

@a447948814
Copy link

我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

@pongfcnkl
Copy link

用这个版本,改一下速率看看

https://github.com/pongfcnkl/alist11/actions/runs/14074586452

@a447948814
Copy link

a447948814 commented Mar 31, 2025 via email

@libratechie
Copy link

调用 API 接口同样出现相同的问题

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants