AlistGo / alist

🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。
https://alist.nn.ci
GNU Affero General Public License v3.0
43.8k stars 5.68k forks source link

又拍云存储没有用 #4662

Closed izhangguapi closed 1 year ago

izhangguapi commented 1 year ago

Please make sure of the following things

Alist Version / Alist 版本

v3.19.0

Driver used / 使用的存储驱动

又拍云存储

Describe the bug / 问题描述

设置都没问题,不知道为什么,他会显示下列内容: failed get objs: failed to list objs: list error: status=401, code=40100005, message=signature error, request-id=289436f93ff2a6ee45d8388facc98f40

Reproduction / 复现链接

https://cloud.zhangguapi.com/upyun

Logs / 日志

[GIN] 2023/06/28 - 04:48:04 | 200 | 124.925µs | 120.235.117.138 | GET "/upyun" [GIN] 2023/06/28 - 04:48:04 | 200 | 633.521µs | 120.235.117.138 | GET "/api/public/settings" [GIN] 2023/06/28 - 04:48:04 | 200 | 451.336µs | 120.235.117.138 | GET "/api/me" [GIN] 2023/06/28 - 04:48:04 | 200 | 765.097µs | 120.235.117.138 | POST "/api/fs/get" ERRO[2023-06-28 04:48:04] fs/list: list error: status=401, code=40100005, message=signature error, request-id=289436f93ff2a6ee45d8388facc98f40 failed to list objs github.com/alist-org/alist/v3/internal/op.List.func1 /home/wwwroot/cloud/git/alist/internal/op/fs.go:120 github.com/alist-org/alist/v3/pkg/singleflight.(Group[...]).doCall.func2 /home/wwwroot/cloud/git/alist/pkg/singleflight/singleflight.go:193 github.com/alist-org/alist/v3/pkg/singleflight.(Group[...]).doCall /home/wwwroot/cloud/git/alist/pkg/singleflight/singleflight.go:195 github.com/alist-org/alist/v3/pkg/singleflight.(Group[...]).Do /home/wwwroot/cloud/git/alist/pkg/singleflight/singleflight.go:108 github.com/alist-org/alist/v3/internal/op.List /home/wwwroot/cloud/git/alist/internal/op/fs.go:117 github.com/alist-org/alist/v3/internal/fs.list /home/wwwroot/cloud/git/alist/internal/fs/list.go:25 github.com/alist-org/alist/v3/internal/fs.List /home/wwwroot/cloud/git/alist/internal/fs/fs.go:22 github.com/alist-org/alist/v3/server/handles.FsList /home/wwwroot/cloud/git/alist/server/handles/fsread.go:82 github.com/gin-gonic/gin.(Context).Next /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 github.com/alist-org/alist/v3/server/middlewares.Auth /home/wwwroot/cloud/git/alist/server/middlewares/auth.go:67 github.com/gin-gonic/gin.(Context).Next /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded /home/wwwroot/cloud/git/alist/server/middlewares/check.go:14 github.com/gin-gonic/gin.(Context).Next /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1 /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102 github.com/gin-gonic/gin.(Context).Next /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 github.com/gin-gonic/gin.LoggerWithConfig.func1 /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go:240 github.com/gin-gonic/gin.(Context).Next /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 github.com/gin-gonic/gin.(Engine).handleHTTPRequest /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620 github.com/gin-gonic/gin.(Engine).ServeHTTP /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576 net/http.serverHandler.ServeHTTP /usr/local/go/src/net/http/server.go:2947 net/http.(conn).serve /usr/local/go/src/net/http/server.go:1991 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1594 ERRO[2023-06-28 04:48:04] failed list /upyun: list error: status=401, code=40100005, message=signature error, request-id=289436f93ff2a6ee45d8388facc98f40 failed to list objs github.com/alist-org/alist/v3/internal/op.List.func1 /home/wwwroot/cloud/git/alist/internal/op/fs.go:120 github.com/alist-org/alist/v3/pkg/singleflight.(Group[...]).doCall.func2 /home/wwwroot/cloud/git/alist/pkg/singleflight/singleflight.go:193 github.com/alist-org/alist/v3/pkg/singleflight.(Group[...]).doCall /home/wwwroot/cloud/git/alist/pkg/singleflight/singleflight.go:195 github.com/alist-org/alist/v3/pkg/singleflight.(Group[...]).Do /home/wwwroot/cloud/git/alist/pkg/singleflight/singleflight.go:108 github.com/alist-org/alist/v3/internal/op.List /home/wwwroot/cloud/git/alist/internal/op/fs.go:117 github.com/alist-org/alist/v3/internal/fs.list /home/wwwroot/cloud/git/alist/internal/fs/list.go:25 github.com/alist-org/alist/v3/internal/fs.List /home/wwwroot/cloud/git/alist/internal/fs/fs.go:22 github.com/alist-org/alist/v3/server/handles.FsList /home/wwwroot/cloud/git/alist/server/handles/fsread.go:82 github.com/gin-gonic/gin.(Context).Next /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 github.com/alist-org/alist/v3/server/middlewares.Auth /home/wwwroot/cloud/git/alist/server/middlewares/auth.go:67 github.com/gin-gonic/gin.(Context).Next /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded /home/wwwroot/cloud/git/alist/server/middlewares/check.go:14 github.com/gin-gonic/gin.(Context).Next /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1 /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102 github.com/gin-gonic/gin.(Context).Next /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 github.com/gin-gonic/gin.LoggerWithConfig.func1 /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go:240 github.com/gin-gonic/gin.(Context).Next /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 github.com/gin-gonic/gin.(Engine).handleHTTPRequest /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620 github.com/gin-gonic/gin.(Engine).ServeHTTP /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576 net/http.serverHandler.ServeHTTP /usr/local/go/src/net/http/server.go:2947 net/http.(conn).serve /usr/local/go/src/net/http/server.go:1991 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1594 failed get objs [GIN] 2023/06/28 - 04:48:04 | 200 | 96.056184ms | 120.235.117.138 | POST "/api/fs/list"

welcome[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the issue template!

github-actions[bot] commented 1 year ago

See

  1. 63% #2847
  2. 50% #3278
  3. 50% #586
izhangguapi commented 1 year ago

看了也解决不了

anwen-anyi commented 1 year ago

无任何问题 自己参阅文档仔细添加

image image

我的配置

image

建议请勿直接将一些不限速的网盘暴露在公网,容易导致封号

izhangguapi commented 1 year ago

感谢您的建议,是upyun密码的问题