OpenListTeam / OpenListTeam/OpenList
[BUG] 中国移动云盘家庭云挂载失败:failed get objs: failed to list objs: Post "/file/list": unsupported protocol scheme ""
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 24.7k
- Forks
- 2.3k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 36
Description
Please confirm the following
-
I have read and agree to AGPL-3.0 Section 15 .
The program is provided "as is" without any warranties; you bear all risks of using it. -
I have read and agree to AGPL-3.0 Section 16 .
The copyright holders and distributors are not liable for any damages resulting from the use or inability to use the program. -
I confirm my description is clear, polite, helps developers quickly locate the issue, and complies with community rules.
-
I have read the OpenList documentation.
-
I confirm there are no duplicate issues or discussions.
-
I confirm this is an
OpenListissue, not caused by other reasons (such as network, dependencies, or operation). -
I believe this issue must be handled by
OpenListand not by a third party. -
I confirm this issue is not fixed in the latest version.
-
I have not read these checkboxes and therefore I just ticked them all, Please close this issue.
OpenList Version (required)
v4.2.2 (Commit: b28208b) - Frontend: v4.2.2 - Build at: 2026-05-25 15:28:36 +0000
Storage Driver Used (required)
中国移动云盘
Bug Description (required)
Win11电脑关机重启后,重新打开openlist时获取不到云盘里的内容了,登录web后台看到的错误提示是:failed get objs: failed to list objs: Post "/file/list": unsupported protocol scheme ""。手动在存储里点击重新加载就能获取到了(下方附有视频)。
Logs (required)
[33mWARN[0m[2026-06-17 19:23:54] not enable search
[33mWARN[0m[2026-06-17 19:23:54] init offline download tool Transmission failed: failed get transmission version: can't get session values: 'session-get' rpc method failed: failed to execute HTTP request: Post "http://localhost:9091/transmission/rpc": dial tcp [::1]:9091: connectex: No connection could be made because the target machine actively refused it.
[36mINFO[0m[2026-06-17 19:23:54] init offline download tool 115 Cloud success: ok
[36mINFO[0m[2026-06-17 19:23:54] init offline download tool 123Pan success: ok
[36mINFO[0m[2026-06-17 19:23:54] init offline download tool 123 Open success: ok
[33mWARN[0m[2026-06-17 19:23:54] init offline download tool aria2 failed: failed get aria2 version: Post "http://localhost:6800/jsonrpc": dial tcp [::1]:6800: connectex: No connection could be made because the target machine actively refused it.
[36mINFO[0m[2026-06-17 19:23:54] init offline download tool SimpleHttp success: ok
[33mWARN[0m[2026-06-17 19:23:54] init offline download tool qBittorrent failed: Post "http://localhost:8080/api/v2/auth/login": dial tcp [::1]:8080: connectex: No connection could be made because the target machine actively refused it.
[36mINFO[0m[2026-06-17 19:23:54] init offline download tool Thunder success: ok
[36mINFO[0m[2026-06-17 19:23:54] init offline download tool ThunderBrowser success: ok
[36mINFO[0m[2026-06-17 19:23:54] init offline download tool 115 Open success: ok
[36mINFO[0m[2026-06-17 19:23:54] init offline download tool PikPak success: ok
[36mINFO[0m[2026-06-17 19:23:54] init offline download tool ThunderX success: ok
[36mINFO[0m[2026-06-17 19:23:54] start HTTP server @ 0.0.0.0:5244
[31mERRO[0m[2026-06-17 19:23:54] failed get enabled storages:
failed init storage
github.com/OpenListTeam/OpenList/v4/internal/op.initStorage
/source/internal/op/storage.go:145
github.com/OpenListTeam/OpenList/v4/internal/op.LoadStorage
/source/internal/op/storage.go:85
github.com/OpenListTeam/OpenList/v4/internal/bootstrap.LoadStorages.func1
/source/internal/bootstrap/storage.go:20
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1771
[GIN] 2026/06/17 - 19:24:12 | 207 | 38.4518ms | 127.0.0.1 | PROPFIND "/dav/MCloud"
[GIN] 2026/06/17 - 19:24:12 | 207 | 0s | 127.0.0.1 | PROPFIND "/dav/"
[31mERRO[0m[2026-06-17 19:24:12] fs/list: Post "/file/list": unsupported protocol scheme ""
failed to list objs
github.com/OpenListTeam/OpenList/v4/internal/op.list.func1
/source/internal/op/fs.go:62
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall.func2
/source/pkg/singleflight/singleflight.go:198
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall
/source/pkg/singleflight/singleflight.go:200
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).Do
/source/pkg/singleflight/singleflight.go:113
github.com/OpenListTeam/OpenList/v4/internal/op.list
/source/internal/op/fs.go:51
github.com/OpenListTeam/OpenList/v4/internal/op.List
/source/internal/op/fs.go:27
github.com/OpenListTeam/OpenList/v4/internal/fs.list
/source/internal/fs/list.go:27
github.com/OpenListTeam/OpenList/v4/internal/fs.List
/source/internal/fs/fs.go:28
github.com/OpenListTeam/OpenList/v4/server/webdav.walkFS
/source/server/webdav/file.go:131
github.com/OpenListTeam/OpenList/v4/server/webdav.(*Handler).handlePropfind
/source/server/webdav/webdav.go:785
github.com/OpenListTeam/OpenList/v4/server/webdav.(*Handler).ServeHTTP
/source/server/webdav/webdav.go:84
github.com/OpenListTeam/OpenList/v4/server.ServeWebDAV
/source/server/webdav.go:47
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server.WebDAVAuth
/source/server/webdav.go:151
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server/middlewares.StoragesLoaded
/source/server/middlewares/check.go:35
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:644
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:600
net/http.serverHandler.ServeHTTP
/usr/local/go/src/net/http/server.go:3311
net/http.(*conn).serve
/usr/local/go/src/net/http/server.go:2073
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1771
[31mERRO[0m[2026-06-17 19:24:12] failed list /MCloud: Post "/file/list": unsupported protocol scheme ""
failed to list objs
github.com/OpenListTeam/OpenList/v4/internal/op.list.func1
/source/internal/op/fs.go:62
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall.func2
/source/pkg/singleflight/singleflight.go:198
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall
/source/pkg/singleflight/singleflight.go:200
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).Do
/source/pkg/singleflight/singleflight.go:113
github.com/OpenListTeam/OpenList/v4/internal/op.list
/source/internal/op/fs.go:51
github.com/OpenListTeam/OpenList/v4/internal/op.List
/source/internal/op/fs.go:27
github.com/OpenListTeam/OpenList/v4/internal/fs.list
/source/internal/fs/list.go:27
github.com/OpenListTeam/OpenList/v4/internal/fs.List
/source/internal/fs/fs.go:28
github.com/OpenListTeam/OpenList/v4/server/webdav.walkFS
/source/server/webdav/file.go:131
github.com/OpenListTeam/OpenList/v4/server/webdav.(*Handler).handlePropfind
/source/server/webdav/webdav.go:785
github.com/OpenListTeam/OpenList/v4/server/webdav.(*Handler).ServeHTTP
/source/server/webdav/webdav.go:84
github.com/OpenListTeam/OpenList/v4/server.ServeWebDAV
/source/server/webdav.go:47
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server.WebDAVAuth
/source/server/webdav.go:151
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server/middlewares.StoragesLoaded
/source/server/middlewares/check.go:35
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:644
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:600
net/http.serverHandler.ServeHTTP
/usr/local/go/src/net/http/server.go:3311
net/http.(*conn).serve
/usr/local/go/src/net/http/server.go:2073
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1771
failed get objs
[31mERRO[0m[2026-06-17 19:24:12] PROPFIND /dav/MCloud/ Post "/file/list": unsupported protocol scheme ""
failed to list objs
github.com/OpenListTeam/OpenList/v4/internal/op.list.func1
/source/internal/op/fs.go:62
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall.func2
/source/pkg/singleflight/singleflight.go:198
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall
/source/pkg/singleflight/singleflight.go:200
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).Do
/source/pkg/singleflight/singleflight.go:113
github.com/OpenListTeam/OpenList/v4/internal/op.list
/source/internal/op/fs.go:51
github.com/OpenListTeam/OpenList/v4/internal/op.List
/source/internal/op/fs.go:27
github.com/OpenListTeam/OpenList/v4/internal/fs.list
/source/internal/fs/list.go:27
github.com/OpenListTeam/OpenList/v4/internal/fs.List
/source/internal/fs/fs.go:28
github.com/OpenListTeam/OpenList/v4/server/webdav.walkFS
/source/server/webdav/file.go:131
github.com/OpenListTeam/OpenList/v4/server/webdav.(*Handler).handlePropfind
/source/server/webdav/webdav.go:785
github.com/OpenListTeam/OpenList/v4/server/webdav.(*Handler).ServeHTTP
/source/server/webdav/webdav.go:84
github.com/OpenListTeam/OpenList/v4/server.ServeWebDAV
/source/server/webdav.go:47
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server.WebDAVAuth
/source/server/webdav.go:151
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server/middlewares.StoragesLoaded
/source/server/middlewares/check.go:35
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:644
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:600
net/http.serverHandler.ServeHTTP
/usr/local/go/src/net/http/server.go:3311
net/http.(*conn).serve
/usr/local/go/src/net/http/server.go:2073
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1771
failed get objs
[GIN] 2026/06/17 - 19:24:12 | 404 | 434.6439ms | 127.0.0.1 | PROPFIND "/dav/MCloud/"
[GIN] 2026/06/17 - 19:24:30 | 200 | 0s | 127.0.0.1 | GET "/"
[GIN] 2026/06/17 - 19:24:31 | 200 | 0s | 127.0.0.1 | GET "/api/public/archive_extensions"
[GIN] 2026/06/17 - 19:24:31 | 200 | 93.9121ms | 127.0.0.1 | GET "/api/public/settings"
[GIN] 2026/06/17 - 19:24:31 | 200 | 536.8µs | 127.0.0.1 | GET "/api/me"
[GIN] 2026/06/17 - 19:24:34 | 200 | 1.3831ms | 127.0.0.1 | POST "/api/auth/login/hash"
[GIN] 2026/06/17 - 19:24:34 | 200 | 1.6481ms | 127.0.0.1 | GET "/api/me"
[GIN] 2026/06/17 - 19:24:34 | 200 | 634.1µs | 127.0.0.1 | POST "/api/fs/get"
[GIN] 2026/06/17 - 19:24:34 | 200 | 19.1842ms | 127.0.0.1 | GET "/api/public/offline_download_tools"
[GIN] 2026/06/17 - 19:24:34 | 200 | 3.687ms | 127.0.0.1 | POST "/api/fs/list"
[31mERRO[0m[2026-06-17 19:24:36] fs/list: Post "/file/list": unsupported protocol scheme ""
failed to list objs
github.com/OpenListTeam/OpenList/v4/internal/op.list.func1
/source/internal/op/fs.go:62
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall.func2
/source/pkg/singleflight/singleflight.go:198
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall
/source/pkg/singleflight/singleflight.go:200
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).Do
/source/pkg/singleflight/singleflight.go:113
github.com/OpenListTeam/OpenList/v4/internal/op.list
/source/internal/op/fs.go:51
github.com/OpenListTeam/OpenList/v4/internal/op.List
/source/internal/op/fs.go:27
github.com/OpenListTeam/OpenList/v4/internal/fs.list
/source/internal/fs/list.go:27
github.com/OpenListTeam/OpenList/v4/internal/fs.List
/source/internal/fs/fs.go:28
github.com/OpenListTeam/OpenList/v4/server/handles.FsList
/source/server/handles/fsread.go:101
github.com/OpenListTeam/OpenList/v4/server/handles.FsListSplit
/source/server/handles/fsread.go:77
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func11
/source/server/middlewares/auth.go:74
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server/middlewares.StoragesLoaded
/source/server/middlewares/check.go:35
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:644
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:600
net/http.serverHandler.ServeHTTP
/usr/local/go/src/net/http/server.go:3311
net/http.(*conn).serve
/usr/local/go/src/net/http/server.go:2073
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1771
[31mERRO[0m[2026-06-17 19:24:36] failed list /MCloud: Post "/file/list": unsupported protocol scheme ""
failed to list objs
github.com/OpenListTeam/OpenList/v4/internal/op.list.func1
/source/internal/op/fs.go:62
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall.func2
/source/pkg/singleflight/singleflight.go:198
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).doCall
/source/pkg/singleflight/singleflight.go:200
github.com/OpenListTeam/OpenList/v4/pkg/singleflight.(*Group[...]).Do
/source/pkg/singleflight/singleflight.go:113
github.com/OpenListTeam/OpenList/v4/internal/op.list
/source/internal/op/fs.go:51
github.com/OpenListTeam/OpenList/v4/internal/op.List
/source/internal/op/fs.go:27
github.com/OpenListTeam/OpenList/v4/internal/fs.list
/source/internal/fs/list.go:27
github.com/OpenListTeam/OpenList/v4/internal/fs.List
/source/internal/fs/fs.go:28
github.com/OpenListTeam/OpenList/v4/server/handles.FsList
/source/server/handles/fsread.go:101
github.com/OpenListTeam/OpenList/v4/server/handles.FsListSplit
/source/server/handles/fsread.go:77
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server.Init.Auth.func11
/source/server/middlewares/auth.go:74
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/OpenListTeam/OpenList/v4/server/middlewares.StoragesLoaded
/source/server/middlewares/check.go:35
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:644
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/go/pkg/mod/github.com/gin-gonic/gin@v1.10.1/gin.go:600
net/http.serverHandler.ServeHTTP
/usr/local/go/src/net/http/server.go:3311
net/http.(*conn).serve
/usr/local/go/src/net/http/server.go:2073
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1771
failed get objs
[GIN] 2026/06/17 - 19:24:36 | 200 | 651.4111ms | 127.0.0.1 | POST "/api/fs/list"
[GIN] 2026/06/17 - 19:24:40 | 200 | 1.2824ms | 127.0.0.1 | GET "/api/me"
[GIN] 2026/06/17 - 19:24:40 | 200 | 1.2154ms | 127.0.0.1 | GET "/api/me/sshkey/list"
[GIN] 2026/06/17 - 19:24:42 | 200 | 0s | 127.0.0.1 | GET "/api/admin/driver/names"
[GIN] 2026/06/17 - 19:24:42 | 200 | 959.5µs | 127.0.0.1 | GET "/api/admin/storage/list"
[GIN] 2026/06/17 - 19:24:44 | 200 | 4.2551ms | 127.0.0.1 | POST "/api/admin/storage/load_all"
[36mINFO[0m[2026-06-17 19:24:44] success load storage: [/MCloud], driver: [139Yun]
[GIN] 2026/06/17 - 19:24:49 | 200 | 496µs | 127.0.0.1 | GET "/"
[GIN] 2026/06/17 - 19:24:49 | 200 | 0s | 127.0.0.1 | GET "/api/public/settings"
[GIN] 2026/06/17 - 19:24:49 | 200 | 0s | 127.0.0.1 | GET "/api/public/archive_extensions"
[GIN] 2026/06/17 - 19:24:49 | 200 | 0s | 127.0.0.1 | GET "/api/me"
[GIN] 2026/06/17 - 19:24:49 | 200 | 0s | 127.0.0.1 | POST "/api/fs/get"
[GIN] 2026/06/17 - 19:24:49 | 200 | 821.4µs | 127.0.0.1 | GET "/api/public/offline_download_tools"
[GIN] 2026/06/17 - 19:24:49 | 200 | 396.3µs | 127.0.0.1 | POST "/api/fs/list"
[GIN] 2026/06/17 - 19:24:51 | 200 | 430.5932ms | 127.0.0.1 | POST "/api/fs/list"
Configuration File Content (required)
添加存储的方式是:挂载路径(/MCloud)+新个人云+手机号+密码+mailcookies,其他都是加载后自动填充的,具体截图已附图。
Reproduction Link (optional)
https://github.com/user-attachments/assets/a7373247-e21d-4668-8063-cb1265a98f41 此处有展示BUG的操作录屏。另外我还在Alist repo看到有人提相同的issue,目前也尚未得到解决。麻烦各位大佬了。
AI Generated Content (optional)
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with storage initialization at internal/op/storage.go:145 and the listing path reported at internal/op/fs.go:62. Reproduce the failure after restarting OpenList, compare it with manually reloading the China Mobile Cloud storage, and trace why the /file/list request lacks a protocol. Done means the storage initializes after restart and lists its contents without requiring a manual reload.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend, cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100