Skip to content

[BUG] 【驱动异常】Seafile驱动对接无效 #2011

@langren1353

Description

@langren1353

请确认以下事项

  • 我已确认阅读并同意 AGPL-3.0 第15条
    本程序不提供任何明示或暗示的担保,使用风险由您自行承担。

  • 我已确认阅读并同意 AGPL-3.0 第16条
    无论何种情况,版权持有人或其他分发者均不对使用本程序所造成的任何损失承担责任。

  • 我确认我的描述清晰,语法礼貌,能帮助开发者快速定位问题,并符合社区规则。

  • 我已确认阅读了OpenList文档

  • 我已确认没有重复的问题或讨论。

  • 我已确认是OpenList的问题,而不是其他原因(例如 网络依赖操作)。

  • 我认为此问题必须由OpenList处理,而非第三方。

  • 我已确认这个问题在最新版本中没有被修复。

  • 我没有阅读这个清单,只是闭眼选中了所有的复选框,请关闭这个 Issue

OpenList 版本(必填)

v4.1.9

使用的存储驱动(必填)

Seafile

问题描述(必填)

最新的v4.1.9版本,无法对接新版的Seafile13.0.15
根据版本情况,能正常对接旧版本Seafile11.x
问题情况如下:
带上RepoId之后,界面报错:failed get objs: failed to list objs: object not found
即使不带RepoId,可以拿到根目录列表,但是无法访问单个Repo,错误同上

日志(必填)

DEBU[2026-01-21 23:55:53]C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:73 github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func11() use login token: &{ID:1 Username:admin PwdHash:f8b9a7fd2e8ed243b9bca048982fc367f990d3939f566e62506d1d6801b1821d PwdTS:0 Salt:agJ2BgHPavydG0EC Password: BasePath:/ Role:2 Disabled:false Permission:29183 OtpSecret: SsoID: Authn:[] AllowLdap:true}

2026/01/21 23:55:53 C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/db/meta.go:10
[0.505ms] [rows:0] SELECT * FROM x_meta WHERE x_meta.path = "/test/近期文档备份" ORDER BY x_meta.id LIMIT 1
DEBU[2026-01-21 23:55:53]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/path.go:27 github.com/OpenListTeam/OpenList/v4/internal/op.GetStorageAndActualPath() use storage: /test
DEBU[2026-01-21 23:55:53]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:35 github.com/OpenListTeam/OpenList/v4/internal/op.list() op.List /近期文档备份
DEBU[2026-01-21 23:55:53]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:134 github.com/OpenListTeam/OpenList/v4/internal/op.Get() op.Get /近期文档备份
DEBU[2026-01-21 23:55:53]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:56 github.com/OpenListTeam/OpenList/v4/internal/op.list.func1() list dir: &{ID: Path:/近期文档备份 Name:近期文档备份 Size:3091199498 Modified:2026-01-20 02:52:47 +0800 CST Ctime:0001-01-01 00:00:00 +0000 UTC IsFolder:true HashInfo:null Mask:0}
ERRO[2026-01-21 23:55:53]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/fs/list.go:33 github.com/OpenListTeam/OpenList/v4/internal/fs.list() fs/list: object not found
failed to list objs
github.com/OpenListTeam/OpenList/v4/internal/op.list.func1
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:62
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall.func2
C:/Users/Administrator/Desktop/ceshi/OpenList-main/pkg/singleflight/singleflight.go:198
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall
C:/Users/Administrator/Desktop/ceshi/OpenList-main/pkg/singleflight/singleflight.go:200
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).Do
C:/Users/Administrator/Desktop/ceshi/OpenList-main/pkg/singleflight/singleflight.go:113
github.com/OpenListTeam/OpenList/v4/internal/op.list
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:51
github.com/OpenListTeam/OpenList/v4/internal/op.List
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:27
github.com/OpenListTeam/OpenList/v4/internal/fs.list
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/fs/list.go:26
github.com/OpenListTeam/OpenList/v4/internal/fs.List
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/fs/fs.go:28
github.com/OpenListTeam/OpenList/v4/server/handles.FsList
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/handles/fsread.go:101
github.com/OpenListTeam/OpenList/v4/server/handles.FsListSplit
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/handles/fsread.go:76
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func11
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:74
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server/middlewares.StoragesLoaded
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/check.go:35
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:644
github.com/gin-gonic/gin.(*Engine).ServeHTTP
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:600
net/http.serverHandler.ServeHTTP
D:/goSDK/go1.25.5/src/net/http/server.go:3340
net/http.(*conn).serve
D:/goSDK/go1.25.5/src/net/http/server.go:2109
runtime.goexit
D:/goSDK/go1.25.5/src/runtime/asm_amd64.s:1693
ERRO[2026-01-21 23:55:53]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/fs/fs.go:31 github.com/OpenListTeam/OpenList/v4/internal/fs.List() failed list /test/近期文档备份: object not found
failed to list objs
github.com/OpenListTeam/OpenList/v4/internal/op.list.func1
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:62
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall.func2
C:/Users/Administrator/Desktop/ceshi/OpenList-main/pkg/singleflight/singleflight.go:198
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall
C:/Users/Administrator/Desktop/ceshi/OpenList-main/pkg/singleflight/singleflight.go:200
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).Do
C:/Users/Administrator/Desktop/ceshi/OpenList-main/pkg/singleflight/singleflight.go:113
github.com/OpenListTeam/OpenList/v4/internal/op.list
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:51
github.com/OpenListTeam/OpenList/v4/internal/op.List
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:27
github.com/OpenListTeam/OpenList/v4/internal/fs.list
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/fs/list.go:26
github.com/OpenListTeam/OpenList/v4/internal/fs.List
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/fs/fs.go:28
github.com/OpenListTeam/OpenList/v4/server/handles.FsList
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/handles/fsread.go:101
github.com/OpenListTeam/OpenList/v4/server/handles.FsListSplit
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/handles/fsread.go:76
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func11
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:74
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server/middlewares.StoragesLoaded
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/check.go:35
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:644
github.com/gin-gonic/gin.(*Engine).ServeHTTP
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:600
net/http.serverHandler.ServeHTTP
D:/goSDK/go1.25.5/src/net/http/server.go:3340
net/http.(*conn).serve
D:/goSDK/go1.25.5/src/net/http/server.go:2109
runtime.goexit
D:/goSDK/go1.25.5/src/runtime/asm_amd64.s:1693
failed get objs
[GIN] 2026/01/21 - 23:55:53 | 200 | 1.1404ms | ::1 | POST "/api/fs/list"
DEBU[2026-01-21 23:55:55]C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:73 github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func11() use login token: &{ID:1 Username:admin PwdHash:f8b9a7fd2e8ed243b9bca048982fc367f990d3939f566e62506d1d6801b1821d PwdTS:0 Salt:agJ2BgHPavydG0EC Password: BasePath:/ Role:2 Disabled:false Permission:29183 OtpSecret: SsoID: Authn:[] AllowLdap:true}
DEBU[2026-01-21 23:55:55]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/path.go:27 github.com/OpenListTeam/OpenList/v4/internal/op.GetStorageAndActualPath() use storage: /test
DEBU[2026-01-21 23:55:55]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:35 github.com/OpenListTeam/OpenList/v4/internal/op.list() op.List /
DEBU[2026-01-21 23:55:55]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:39 github.com/OpenListTeam/OpenList/v4/internal/op.list() use cache when list /
DEBU[2026-01-21 23:55:55]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/path.go:27 github.com/OpenListTeam/OpenList/v4/internal/op.GetStorageAndActualPath() use storage: /test
[GIN] 2026/01/21 - 23:55:55 | 200 | 506.7µs | ::1 | POST "/api/fs/list"
DEBU[2026-01-21 23:55:55]C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:73 github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func11() use login token: &{ID:1 Username:admin PwdHash:f8b9a7fd2e8ed243b9bca048982fc367f990d3939f566e62506d1d6801b1821d PwdTS:0 Salt:agJ2BgHPavydG0EC Password: BasePath:/ Role:2 Disabled:false Permission:29183 OtpSecret: SsoID: Authn:[] AllowLdap:true}

2026/01/21 23:55:55 C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/db/meta.go:10
[0.000ms] [rows:0] SELECT * FROM x_meta WHERE x_meta.path = "/test/课程共享" ORDER BY x_meta.id LIMIT 1
DEBU[2026-01-21 23:55:55]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/path.go:27 github.com/OpenListTeam/OpenList/v4/internal/op.GetStorageAndActualPath() use storage: /test
DEBU[2026-01-21 23:55:55]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:35 github.com/OpenListTeam/OpenList/v4/internal/op.list() op.List /课程共享
DEBU[2026-01-21 23:55:55]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:134 github.com/OpenListTeam/OpenList/v4/internal/op.Get() op.Get /课程共享
DEBU[2026-01-21 23:55:55]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:56 github.com/OpenListTeam/OpenList/v4/internal/op.list.func1() list dir: &{ID: Path:/课程共享 Name:课程共享 Size:631221469 Modified:2026-01-21 22:38:15 +0800 CST Ctime:0001-01-01 00:00:00 +0000 UTC IsFolder:true HashInfo:null Mask:0}
ERRO[2026-01-21 23:55:55]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/fs/list.go:33 github.com/OpenListTeam/OpenList/v4/internal/fs.list() fs/list: object not found
failed to list objs
github.com/OpenListTeam/OpenList/v4/internal/op.list.func1
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:62
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall.func2
C:/Users/Administrator/Desktop/ceshi/OpenList-main/pkg/singleflight/singleflight.go:198
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall
C:/Users/Administrator/Desktop/ceshi/OpenList-main/pkg/singleflight/singleflight.go:200
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).Do
C:/Users/Administrator/Desktop/ceshi/OpenList-main/pkg/singleflight/singleflight.go:113
github.com/OpenListTeam/OpenList/v4/internal/op.list
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:51
github.com/OpenListTeam/OpenList/v4/internal/op.List
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:27
github.com/OpenListTeam/OpenList/v4/internal/fs.list
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/fs/list.go:26
github.com/OpenListTeam/OpenList/v4/internal/fs.List
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/fs/fs.go:28
github.com/OpenListTeam/OpenList/v4/server/handles.FsList
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/handles/fsread.go:101
github.com/OpenListTeam/OpenList/v4/server/handles.FsListSplit
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/handles/fsread.go:76
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func11
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:74
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server/middlewares.StoragesLoaded
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/check.go:35
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:644
github.com/gin-gonic/gin.(*Engine).ServeHTTP
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:600
net/http.serverHandler.ServeHTTP
D:/goSDK/go1.25.5/src/net/http/server.go:3340
net/http.(*conn).serve
D:/goSDK/go1.25.5/src/net/http/server.go:2109
runtime.goexit
D:/goSDK/go1.25.5/src/runtime/asm_amd64.s:1693
ERRO[2026-01-21 23:55:55]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/fs/fs.go:31 github.com/OpenListTeam/OpenList/v4/internal/fs.List() failed list /test/课程共享: object not found
failed to list objs
github.com/OpenListTeam/OpenList/v4/internal/op.list.func1
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:62
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall.func2
C:/Users/Administrator/Desktop/ceshi/OpenList-main/pkg/singleflight/singleflight.go:198
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall
C:/Users/Administrator/Desktop/ceshi/OpenList-main/pkg/singleflight/singleflight.go:200
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).Do
C:/Users/Administrator/Desktop/ceshi/OpenList-main/pkg/singleflight/singleflight.go:113
github.com/OpenListTeam/OpenList/v4/internal/op.list
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:51
github.com/OpenListTeam/OpenList/v4/internal/op.List
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:27
github.com/OpenListTeam/OpenList/v4/internal/fs.list
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/fs/list.go:26
github.com/OpenListTeam/OpenList/v4/internal/fs.List
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/fs/fs.go:28
github.com/OpenListTeam/OpenList/v4/server/handles.FsList
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/handles/fsread.go:101
github.com/OpenListTeam/OpenList/v4/server/handles.FsListSplit
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/handles/fsread.go:76
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func11
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:74
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server/middlewares.StoragesLoaded
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/check.go:35
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:644
github.com/gin-gonic/gin.(*Engine).ServeHTTP
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:600
net/http.serverHandler.ServeHTTP
D:/goSDK/go1.25.5/src/net/http/server.go:3340
net/http.(*conn).serve
D:/goSDK/go1.25.5/src/net/http/server.go:2109
runtime.goexit
D:/goSDK/go1.25.5/src/runtime/asm_amd64.s:1693
failed get objs
[GIN] 2026/01/21 - 23:55:55 | 200 | 504.2µs | ::1 | POST "/api/fs/list"
[GIN] 2026/01/21 - 23:56:00 | 200 | 0s | ::1 | POST "/api/auth/login/hash"
DEBU[2026-01-21 23:56:00]C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:73 github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func10() use login token: &{ID:1 Username:admin PwdHash:f8b9a7fd2e8ed243b9bca048982fc367f990d3939f566e62506d1d6801b1821d PwdTS:0 Salt:agJ2BgHPavydG0EC Password: BasePath:/ Role:2 Disabled:false Permission:29183 OtpSecret: SsoID: Authn:[] AllowLdap:true}
[GIN] 2026/01/21 - 23:56:00 | 200 | 0s | ::1 | GET "/api/me"
DEBU[2026-01-21 23:56:00]C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:73 github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func10() use login token: &{ID:1 Username:admin PwdHash:f8b9a7fd2e8ed243b9bca048982fc367f990d3939f566e62506d1d6801b1821d PwdTS:0 Salt:agJ2BgHPavydG0EC Password: BasePath:/ Role:2 Disabled:false Permission:29183 OtpSecret: SsoID: Authn:[] AllowLdap:true}

2026/01/21 23:56:00 C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/db/storage.go:48
[0.000ms] [rows:1] SELECT * FROM x_storages WHERE x_storages.id = 1 ORDER BY x_storages.id LIMIT 1
[GIN] 2026/01/21 - 23:56:00 | 200 | 505.6µs | ::1 | GET "/api/admin/storage/get?id=1"
DEBU[2026-01-21 23:56:00]C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:73 github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func10() use login token: &{ID:1 Username:admin PwdHash:f8b9a7fd2e8ed243b9bca048982fc367f990d3939f566e62506d1d6801b1821d PwdTS:0 Salt:agJ2BgHPavydG0EC Password: BasePath:/ Role:2 Disabled:false Permission:29183 OtpSecret: SsoID: Authn:[] AllowLdap:true}
[GIN] 2026/01/21 - 23:56:00 | 200 | 0s | ::1 | GET "/api/admin/driver/info?driver=Seafile"
DEBU[2026-01-21 23:56:04]C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:73 github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func10() use login token: &{ID:1 Username:admin PwdHash:f8b9a7fd2e8ed243b9bca048982fc367f990d3939f566e62506d1d6801b1821d PwdTS:0 Salt:agJ2BgHPavydG0EC Password: BasePath:/ Role:2 Disabled:false Permission:29183 OtpSecret: SsoID: Authn:[] AllowLdap:true}

2026/01/21 23:56:04 C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/db/storage.go:48
[0.000ms] [rows:1] SELECT * FROM x_storages WHERE x_storages.id = 1 ORDER BY x_storages.id LIMIT 1

2026/01/21 23:56:04 C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/db/storage.go:22
[0.000ms] [rows:1] UPDATE x_storages SET mount_path="/test",order=0,driver="Seafile",cache_expiration=30,custom_cache_policies="",status="work",addition="{""root_folder_path"":""/"",""address"":""https://XXXXXXXXXXXX"",""username"":""admin"",""password"":""XXXXXXXXXXXX"",""token"":""8a98355a45b779631361b4c8cafa1609e84257d1"",""repoId"":"""",""repoPwd"":""""}",`remark`="",`modified`="2026-01-21 23:56:04.993",disabled=false,disable_index=false,enable_sign=false,order_by="",order_direction="",extract_folder="",web_proxy=false,webdav_policy="302_redirect",proxy_range=false,down_proxy_url="",disable_proxy_sign=false WHERE id = 1

2026/01/21 23:56:04 C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/db/storage.go:22
[0.000ms] [rows:1] UPDATE x_storages SET mount_path="/test",order=0,driver="Seafile",cache_expiration=30,custom_cache_policies="",status="work",addition="{""root_folder_path"":""/"",""address"":""https://XXXXXXXXXXXX"",""username"":""admin"",""password"":""XXXXXXXXXXXX"",""token"":""8a98355a45b779631361b4c8cafa1609e84257d1"",""repoId"":"""",""repoPwd"":""""}",`remark`="",`modified`="2026-01-21 23:56:04.993",disabled=false,disable_index=false,enable_sign=false,order_by="",order_direction="",extract_folder="",web_proxy=false,webdav_policy="302_redirect",proxy_range=false,down_proxy_url="",disable_proxy_sign=false WHERE id = 1
DEBU[2026-01-21 23:56:04]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/storage.go:256 github.com/OpenListTeam/OpenList/v4/internal/op.UpdateStorage() storage &{Storage:{ID:1 MountPath:/test Order:0 Driver:Seafile CacheExpiration:30 CustomCachePolicies: Status:work Addition:{"root_folder_path":"/","address":"https://XXXXXXXXXXXX","username":"admin","password":"XXXXXXXXXXXX","token":"8a98355a45b779631361b4c8cafa1609e84257d1","repoId":"","repoPwd":""} Remark: Modified:2026-01-21 23:56:04.9933742 +0800 CST m=+89.363650401 Disabled:false DisableIndex:false EnableSign:false Sort:{OrderBy: OrderDirection: ExtractFolder:} Proxy:{WebProxy:false WebdavPolicy:302_redirect ProxyRange:false DownProxyURL: DisableProxySign:false}} Addition:{RootPath:{RootFolderPath:/} Address:https://XXXXXXXXXXXX UserName:admin Password:XXXXXXXXXXXX Token:8a98355a45b779631361b4c8cafa1609e84257d1 RepoId: RepoPwd:} authorization:Token 8a98355a45b779631361b4c8cafa1609e84257d1 libraryMap:map[]} is update
[GIN] 2026/01/21 - 23:56:04 | 200 | 1.0442ms | ::1 | POST "/api/admin/storage/update"
[GIN] 2026/01/21 - 23:56:08 | 200 | 0s | ::1 | POST "/api/auth/login/hash"
DEBU[2026-01-21 23:56:08]C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:73 github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func10() use login token: &{ID:1 Username:admin PwdHash:f8b9a7fd2e8ed243b9bca048982fc367f990d3939f566e62506d1d6801b1821d PwdTS:0 Salt:agJ2BgHPavydG0EC Password: BasePath:/ Role:2 Disabled:false Permission:29183 OtpSecret: SsoID: Authn:[] AllowLdap:true}
[GIN] 2026/01/21 - 23:56:08 | 200 | 0s | ::1 | GET "/api/me"
DEBU[2026-01-21 23:56:08]C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:73 github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func10() use login token: &{ID:1 Username:admin PwdHash:f8b9a7fd2e8ed243b9bca048982fc367f990d3939f566e62506d1d6801b1821d PwdTS:0 Salt:agJ2BgHPavydG0EC Password: BasePath:/ Role:2 Disabled:false Permission:29183 OtpSecret: SsoID: Authn:[] AllowLdap:true}

2026/01/21 23:56:08 C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/db/storage.go:48
[0.000ms] [rows:1] SELECT * FROM x_storages WHERE x_storages.id = 1 ORDER BY x_storages.id LIMIT 1
[GIN] 2026/01/21 - 23:56:08 | 200 | 504.6µs | ::1 | GET "/api/admin/storage/get?id=1"
DEBU[2026-01-21 23:56:08]C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:73 github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func10() use login token: &{ID:1 Username:admin PwdHash:f8b9a7fd2e8ed243b9bca048982fc367f990d3939f566e62506d1d6801b1821d PwdTS:0 Salt:agJ2BgHPavydG0EC Password: BasePath:/ Role:2 Disabled:false Permission:29183 OtpSecret: SsoID: Authn:[] AllowLdap:true}
[GIN] 2026/01/21 - 23:56:08 | 200 | 0s | ::1 | GET "/api/admin/driver/info?driver=Seafile"
DEBU[2026-01-21 23:56:13]C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:73 github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func11() use login token: &{ID:1 Username:admin PwdHash:f8b9a7fd2e8ed243b9bca048982fc367f990d3939f566e62506d1d6801b1821d PwdTS:0 Salt:agJ2BgHPavydG0EC Password: BasePath:/ Role:2 Disabled:false Permission:29183 OtpSecret: SsoID: Authn:[] AllowLdap:true}
DEBU[2026-01-21 23:56:13]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/path.go:27 github.com/OpenListTeam/OpenList/v4/internal/op.GetStorageAndActualPath() use storage: /test
DEBU[2026-01-21 23:56:13]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:35 github.com/OpenListTeam/OpenList/v4/internal/op.list() op.List /
DEBU[2026-01-21 23:56:13]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:39 github.com/OpenListTeam/OpenList/v4/internal/op.list() use cache when list /
DEBU[2026-01-21 23:56:13]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/path.go:27 github.com/OpenListTeam/OpenList/v4/internal/op.GetStorageAndActualPath() use storage: /test
[GIN] 2026/01/21 - 23:56:13 | 200 | 505.5µs | ::1 | POST "/api/fs/list"
[GIN] 2026/01/21 - 23:56:13 | 200 | 0s | ::1 | GET "/test"
[GIN] 2026/01/21 - 23:56:13 | 200 | 0s | ::1 | GET "/assets/index-DYLAoZjS.css"
[GIN] 2026/01/21 - 23:56:13 | 200 | 22.755ms | ::1 | GET "/assets/index-DhYf9r2H.js"
[GIN] 2026/01/21 - 23:56:13 | 200 | 507.3µs | ::1 | GET "/api/public/settings"
[GIN] 2026/01/21 - 23:56:13 | 200 | 1.3176ms | ::1 | GET "/assets/entry-JpDlLTv0.js"
[GIN] 2026/01/21 - 23:56:13 | 200 | 0s | ::1 | GET "/api/public/archive_extensions"
[GIN] 2026/01/21 - 23:56:13 | 200 | 0s | ::1 | GET "/manifest.json"
DEBU[2026-01-21 23:56:13]C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:73 github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func10() use login token: &{ID:1 Username:admin PwdHash:f8b9a7fd2e8ed243b9bca048982fc367f990d3939f566e62506d1d6801b1821d PwdTS:0 Salt:agJ2BgHPavydG0EC Password: BasePath:/ Role:2 Disabled:false Permission:29183 OtpSecret: SsoID: Authn:[] AllowLdap:true}
[GIN] 2026/01/21 - 23:56:13 | 200 | 0s | ::1 | GET "/api/me"
[GIN] 2026/01/21 - 23:56:13 | 200 | 0s | ::1 | GET "/assets/Layout-DqZvA6ms.js"
[GIN] 2026/01/21 - 23:56:13 | 200 | 0s | ::1 | GET "/assets/useTitle-Ba6i3yix.js"
[GIN] 2026/01/21 - 23:56:14 | 200 | 0s | ::1 | GET "/assets/FolderTree-DD3x9gUh.js"
[GIN] 2026/01/21 - 23:56:14 | 200 | 0s | ::1 | GET "/assets/index-Bc50e2d2.js"
[GIN] 2026/01/21 - 23:56:14 | 200 | 0s | ::1 | GET "/assets/index-DW8aQqqi.js"
[GIN] 2026/01/21 - 23:56:14 | 200 | 0s | ::1 | GET "/assets/ModalInput-BLeOXZJv.js"
[GIN] 2026/01/21 - 23:56:14 | 200 | 507.5µs | ::1 | GET "/assets/share-B8s05BlZ.js"
[GIN] 2026/01/21 - 23:56:14 | 200 | 507.5µs | ::1 | GET "/assets/index-8Z6xvvVH.js"
DEBU[2026-01-21 23:56:14]C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:73 github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func11() use login token: &{ID:1 Username:admin PwdHash:f8b9a7fd2e8ed243b9bca048982fc367f990d3939f566e62506d1d6801b1821d PwdTS:0 Salt:agJ2BgHPavydG0EC Password: BasePath:/ Role:2 Disabled:false Permission:29183 OtpSecret: SsoID: Authn:[] AllowLdap:true}
DEBU[2026-01-21 23:56:14]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/path.go:27 github.com/OpenListTeam/OpenList/v4/internal/op.GetStorageAndActualPath() use storage: /test
[GIN] 2026/01/21 - 23:56:14 | 200 | 508.5µs | ::1 | POST "/api/fs/get"

2026/01/21 23:56:14 C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/db/settingitem.go:20
[0.505ms] [rows:0] SELECT * FROM x_setting_items WHERE key = "115_temp_dir" ORDER BY x_setting_items.key LIMIT 1

2026/01/21 23:56:14 C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/db/settingitem.go:20
[0.000ms] [rows:0] SELECT * FROM x_setting_items WHERE key = "123_open_temp_dir" ORDER BY x_setting_items.key LIMIT 1

2026/01/21 23:56:14 C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/db/settingitem.go:20
[0.000ms] [rows:0] SELECT * FROM x_setting_items WHERE key = "pikpak_temp_dir" ORDER BY x_setting_items.key LIMIT 1

2026/01/21 23:56:14 C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/db/settingitem.go:20
[0.000ms] [rows:0] SELECT * FROM x_setting_items WHERE key = "thunderx_temp_dir" ORDER BY x_setting_items.key LIMIT 1

2026/01/21 23:56:14 C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/db/settingitem.go:20
[0.000ms] [rows:0] SELECT * FROM x_setting_items WHERE key = "115_open_temp_dir" ORDER BY x_setting_items.key LIMIT 1

2026/01/21 23:56:14 C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/db/settingitem.go:20
[0.000ms] [rows:0] SELECT * FROM x_setting_items WHERE key = "thunder_temp_dir" ORDER BY x_setting_items.key LIMIT 1

2026/01/21 23:56:14 C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/db/settingitem.go:20
[0.000ms] [rows:0] SELECT * FROM x_setting_items WHERE key = "thunder_browser_temp_dir" ORDER BY x_setting_items.key LIMIT 1
[GIN] 2026/01/21 - 23:56:14 | 200 | 504.7µs | ::1 | GET "/api/public/offline_download_tools"
DEBU[2026-01-21 23:56:14]C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:73 github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func11() use login token: &{ID:1 Username:admin PwdHash:f8b9a7fd2e8ed243b9bca048982fc367f990d3939f566e62506d1d6801b1821d PwdTS:0 Salt:agJ2BgHPavydG0EC Password: BasePath:/ Role:2 Disabled:false Permission:29183 OtpSecret: SsoID: Authn:[] AllowLdap:true}
DEBU[2026-01-21 23:56:14]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/path.go:27 github.com/OpenListTeam/OpenList/v4/internal/op.GetStorageAndActualPath() use storage: /test
DEBU[2026-01-21 23:56:14]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:35 github.com/OpenListTeam/OpenList/v4/internal/op.list() op.List /
DEBU[2026-01-21 23:56:14]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:39 github.com/OpenListTeam/OpenList/v4/internal/op.list() use cache when list /
DEBU[2026-01-21 23:56:14]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/path.go:27 github.com/OpenListTeam/OpenList/v4/internal/op.GetStorageAndActualPath() use storage: /test
[GIN] 2026/01/21 - 23:56:14 | 200 | 0s | ::1 | POST "/api/fs/list"
[GIN] 2026/01/21 - 23:56:14 | 200 | 0s | ::1 | GET "/assets/style-C_PtfLiD.js"
[GIN] 2026/01/21 - 23:56:14 | 200 | 505.4µs | ::1 | GET "/assets/Folder-l3qHU8MR.js"
[GIN] 2026/01/21 - 23:56:14 | 200 | 0s | ::1 | GET "/assets/style-qq4T_k44.css"
[GIN] 2026/01/21 - 23:56:14 | 200 | 0s | ::1 | GET "/assets/icon-BiIS1Tth.js"
[GIN] 2026/01/21 - 23:56:14 | 200 | 0s | ::1 | GET "/assets/index-DXjGKqRp.js"
[GIN] 2026/01/21 - 23:56:14 | 200 | 506.9µs | ::1 | GET "/assets/Paginator-nLaVj_bF.js"
[GIN] 2026/01/21 - 23:56:14 | 200 | 0s | ::1 | GET "/assets/Folder-BRAFqPGV.css"
[GIN] 2026/01/21 - 23:56:14 | 200 | 1.4727ms | ::1 | GET "/assets/video_box-Rj2D8oYF.js"
[GIN] 2026/01/21 - 23:56:14 | 200 | 0s | ::1 | GET "/assets/storage-B8Wc9tdG.js"
[GIN] 2026/01/21 - 23:56:14 | 200 | 0s | ::1 | GET "/assets/List-CKC2X6--.js"
[GIN] 2026/01/21 - 23:56:14 | 200 | 0s | ::1 | GET "/assets/helper-D_wk20sr.js"
[GIN] 2026/01/21 - 23:56:14 | 200 | 55.1206ms | ::1 | GET "/static/mermaid/mermaid.min.js"
DEBU[2026-01-21 23:56:14]C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:73 github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func11() use login token: &{ID:1 Username:admin PwdHash:f8b9a7fd2e8ed243b9bca048982fc367f990d3939f566e62506d1d6801b1821d PwdTS:0 Salt:agJ2BgHPavydG0EC Password: BasePath:/ Role:2 Disabled:false Permission:29183 OtpSecret: SsoID: Authn:[] AllowLdap:true}
DEBU[2026-01-21 23:56:14]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/path.go:27 github.com/OpenListTeam/OpenList/v4/internal/op.GetStorageAndActualPath() use storage: /test
DEBU[2026-01-21 23:56:14]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:35 github.com/OpenListTeam/OpenList/v4/internal/op.list() op.List /课程共享
DEBU[2026-01-21 23:56:14]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:134 github.com/OpenListTeam/OpenList/v4/internal/op.Get() op.Get /课程共享
DEBU[2026-01-21 23:56:14]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:56 github.com/OpenListTeam/OpenList/v4/internal/op.list.func1() list dir: &{ID: Path:/课程共享 Name:课程共享 Size:631221469 Modified:2026-01-21 22:38:15 +0800 CST Ctime:0001-01-01 00:00:00 +0000 UTC IsFolder:true HashInfo:null Mask:0}
ERRO[2026-01-21 23:56:14]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/fs/list.go:33 github.com/OpenListTeam/OpenList/v4/internal/fs.list() fs/list: object not found
failed to list objs
github.com/OpenListTeam/OpenList/v4/internal/op.list.func1
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:62
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall.func2
C:/Users/Administrator/Desktop/ceshi/OpenList-main/pkg/singleflight/singleflight.go:198
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall
C:/Users/Administrator/Desktop/ceshi/OpenList-main/pkg/singleflight/singleflight.go:200
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).Do
C:/Users/Administrator/Desktop/ceshi/OpenList-main/pkg/singleflight/singleflight.go:113
github.com/OpenListTeam/OpenList/v4/internal/op.list
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:51
github.com/OpenListTeam/OpenList/v4/internal/op.List
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:27
github.com/OpenListTeam/OpenList/v4/internal/fs.list
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/fs/list.go:26
github.com/OpenListTeam/OpenList/v4/internal/fs.List
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/fs/fs.go:28
github.com/OpenListTeam/OpenList/v4/server/handles.FsList
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/handles/fsread.go:101
github.com/OpenListTeam/OpenList/v4/server/handles.FsListSplit
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/handles/fsread.go:76
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func11
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:74
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server/middlewares.StoragesLoaded
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/check.go:35
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:644
github.com/gin-gonic/gin.(*Engine).ServeHTTP
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:600
net/http.serverHandler.ServeHTTP
D:/goSDK/go1.25.5/src/net/http/server.go:3340
net/http.(*conn).serve
D:/goSDK/go1.25.5/src/net/http/server.go:2109
runtime.goexit
D:/goSDK/go1.25.5/src/runtime/asm_amd64.s:1693
ERRO[2026-01-21 23:56:14]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/fs/fs.go:31 github.com/OpenListTeam/OpenList/v4/internal/fs.List() failed list /test/课程共享: object not found
failed to list objs
github.com/OpenListTeam/OpenList/v4/internal/op.list.func1
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:62
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall.func2
C:/Users/Administrator/Desktop/ceshi/OpenList-main/pkg/singleflight/singleflight.go:198
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall
C:/Users/Administrator/Desktop/ceshi/OpenList-main/pkg/singleflight/singleflight.go:200
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).Do
C:/Users/Administrator/Desktop/ceshi/OpenList-main/pkg/singleflight/singleflight.go:113
github.com/OpenListTeam/OpenList/v4/internal/op.list
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:51
github.com/OpenListTeam/OpenList/v4/internal/op.List
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:27
github.com/OpenListTeam/OpenList/v4/internal/fs.list
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/fs/list.go:26
github.com/OpenListTeam/OpenList/v4/internal/fs.List
C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/fs/fs.go:28
github.com/OpenListTeam/OpenList/v4/server/handles.FsList
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/handles/fsread.go:101
github.com/OpenListTeam/OpenList/v4/server/handles.FsListSplit
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/handles/fsread.go:76
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func11
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:74
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server/middlewares.StoragesLoaded
C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/check.go:35
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:644
github.com/gin-gonic/gin.(*Engine).ServeHTTP
C:/Users/Administrator/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:600
net/http.serverHandler.ServeHTTP
D:/goSDK/go1.25.5/src/net/http/server.go:3340
net/http.(*conn).serve
D:/goSDK/go1.25.5/src/net/http/server.go:2109
runtime.goexit
D:/goSDK/go1.25.5/src/runtime/asm_amd64.s:1693
failed get objs
[GIN] 2026/01/21 - 23:56:14 | 200 | 504.9µs | ::1 | POST "/api/fs/list"
DEBU[2026-01-21 23:56:59]C:/Users/Administrator/Desktop/ceshi/OpenList-main/server/middlewares/auth.go:73 github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func11() use login token: &{ID:1 Username:admin PwdHash:f8b9a7fd2e8ed243b9bca048982fc367f990d3939f566e62506d1d6801b1821d PwdTS:0 Salt:agJ2BgHPavydG0EC Password: BasePath:/ Role:2 Disabled:false Permission:29183 OtpSecret: SsoID: Authn:[] AllowLdap:true}
DEBU[2026-01-21 23:56:59]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/path.go:27 github.com/OpenListTeam/OpenList/v4/internal/op.GetStorageAndActualPath() use storage: /test
DEBU[2026-01-21 23:56:59]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:35 github.com/OpenListTeam/OpenList/v4/internal/op.list() op.List /
DEBU[2026-01-21 23:56:59]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/fs.go:39 github.com/OpenListTeam/OpenList/v4/internal/op.list() use cache when list /
DEBU[2026-01-21 23:56:59]C:/Users/Administrator/Desktop/ceshi/OpenList-main/internal/op/path.go:27 github.com/OpenListTeam/OpenList/v4/internal/op.GetStorageAndActualPath() use storage: /test
[GIN] 2026/01/21 - 23:56:59 | 200 | 504.8µs | ::1 | POST "/api/fs/list"

配置文件内容(必填)

无任何特殊配置属性

{
"force": false,
"site_url": "",
"cdn": "",
"jwt_secret": "Tx9ayGFhtm14M0g5",
"token_expires_in": 48,
"database": {
"type": "sqlite3",
"host": "",
"port": 0,
"user": "",
"password": "",
"name": "",
"db_file": "data\data.db",
"table_prefix": "x_",
"ssl_mode": "",
"dsn": ""
},
"meilisearch": {
"host": "http://localhost:7700",
"api_key": "",
"index": "openlist"
},
"scheme": {
"address": "0.0.0.0",
"http_port": 5244,
"https_port": -1,
"force_https": false,
"cert_file": "",
"key_file": "",
"unix_file": "",
"unix_file_perm": "",
"enable_h2c": false,
"enable_h3": false
},
"temp_dir": "data\temp",
"bleve_dir": "data\bleve",
"dist_dir": "",
"log": {
"enable": true,
"name": "data\log\log.log",
"max_size": 50,
"max_backups": 30,
"max_age": 28,
"compress": false,
"filter": {
"enable": false,
"filters": [
{
"cidr": "",
"path": "/ping",
"method": ""
},
{
"cidr": "",
"path": "",
"method": "HEAD"
},
{
"cidr": "",
"path": "/dav/",
"method": "PROPFIND"
}
]
}
},
"delayed_start": 0,
"max_buffer_limitMB": -1,
"mmap_thresholdMB": 4,
"max_connections": 0,
"max_concurrency": 64,
"tls_insecure_skip_verify": true,
"tasks": {
"download": {
"workers": 5,
"max_retry": 1,
"task_persistant": false
},
"transfer": {
"workers": 5,
"max_retry": 2,
"task_persistant": false
},
"upload": {
"workers": 5,
"max_retry": 0,
"task_persistant": false
},
"copy": {
"workers": 5,
"max_retry": 2,
"task_persistant": false
},
"move": {
"workers": 5,
"max_retry": 2,
"task_persistant": false
},
"decompress": {
"workers": 5,
"max_retry": 2,
"task_persistant": false
},
"decompress_upload": {
"workers": 5,
"max_retry": 2,
"task_persistant": false
},
"allow_retry_canceled": false
},
"cors": {
"allow_origins": [
""
],
"allow_methods": [
"
"
],
"allow_headers": [
"*"
]
},
"s3": {
"enable": false,
"port": 5246,
"ssl": false
},
"ftp": {
"enable": false,
"listen": ":5221",
"find_pasv_port_attempts": 50,
"active_transfer_port_non_20": false,
"idle_timeout": 900,
"connection_timeout": 30,
"disable_active_mode": false,
"default_transfer_binary": false,
"enable_active_conn_ip_check": true,
"enable_pasv_conn_ip_check": true
},
"sftp": {
"enable": false,
"listen": ":5222"
},
"last_launched_version": "dev",
"proxy_address": ""
}

复现链接(可选)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions