alist-org / 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
42.11k stars 5.45k forks source link

蓝奏云下载报错:failed link: failed get link: not find file page param #6857

Closed StackExplode closed 1 month ago

StackExplode commented 1 month ago

Please make sure of the following things

AList Version / AList 版本

3.36.0

Driver used / 使用的存储驱动

蓝奏云

Describe the bug / 问题描述

我添加了蓝奏云,能够正常列出文件列表,能够上传数据,但是当我点击文件时进不了文件下载页面,右键下载也不行,均提示failed link: failed get link: not find file page param。 我已尝试根据官方文档替换分享域名为https://wwop.lanzoul.com但是不起效果。我尝试过web代理、本地代理均无效,提示同样错误。同时我确定https://wwop.lanzoul.com/XXXX的分享链接形式无论使用Alist所在服务器进行curl还是浏览器所在网络进行访问均正常。 我已经阅读了以前有类似问题的issue,但都没有帮助: https://github.com/alist-org/alist/issues/4419 https://github.com/alist-org/alist/issues/5332 https://github.com/alist-org/alist/issues/5046 https://github.com/alist-org/alist/issues/5146

Reproduction / 复现链接

不确定不登陆能否打开该连接: https://home.nene.love:30098/d/Jennings%E8%93%9D%E5%A5%8F%E4%BA%91/JCS1.6.apk?sign=LinIKsU-yt7PVkGTKylSjGg7Y7VhuQ-5UaSCuVGZPhs=:1734686858.

image

image

Config / 配置

image

Logs / 日志

[GIN] 2024/07/23 - 17:17:57 | 200 |     673.166µs |   112.21.48.133 | GET      "/api/admin/storage/get?id=4"
[GIN] 2024/07/23 - 17:17:57 | 200 |     220.858µs |   112.21.48.133 | GET      "/api/admin/driver/info?driver=Lanzou"
[GIN] 2024/07/23 - 17:18:01 | 200 |  271.027403ms |   112.21.48.133 | POST     "/api/admin/storage/update"
[GIN] 2024/07/23 - 17:18:02 | 200 |      80.593µs |   112.21.48.133 | GET      "/api/admin/driver/names"
[GIN] 2024/07/23 - 17:18:02 | 200 |     675.616µs |   112.21.48.133 | GET      "/api/admin/storage/list"
INFO[2024-07-23 17:18:02] index obj count: 152
INFO[2024-07-23 17:18:02] index obj count: 1106
[GIN] 2024/07/23 - 17:18:05 | 200 |      177.57µs |   112.21.48.133 | GET      "/Jennings蓝奏云/JCS1.5.apk"
[GIN] 2024/07/23 - 17:18:06 | 200 |     210.291µs |   112.21.48.133 | GET      "/api/public/settings"
[GIN] 2024/07/23 - 17:18:06 | 200 |     162.863µs |   112.21.48.133 | GET      "/api/me"
[GIN] 2024/07/23 - 17:18:06 | 200 |      75.883µs |   112.21.48.133 | GET      "/api/public/offline_download_tools"
ERRO[2024-07-23 17:18:06] lanzou: err => not find file page param ,data =>
ERRO[2024-07-23 17:18:06] failed link /Jennings蓝奏云/JCS1.5.apk: not find file page param
failed get link
github.com/alist-org/alist/v3/internal/op.Link.func1
        /source/internal/op/fs.go:262
github.com/alist-org/alist/v3/pkg/singleflight.(*Group[...]).doCall.func2
        /source/pkg/singleflight/singleflight.go:193
github.com/alist-org/alist/v3/pkg/singleflight.(*Group[...]).doCall
        /source/pkg/singleflight/singleflight.go:195
github.com/alist-org/alist/v3/pkg/singleflight.(*Group[...]).Do
        /source/pkg/singleflight/singleflight.go:108
github.com/alist-org/alist/v3/internal/op.Link
        /source/internal/op/fs.go:272
github.com/alist-org/alist/v3/internal/fs.link
        /source/internal/fs/link.go:19
github.com/alist-org/alist/v3/internal/fs.Link
        /source/internal/fs/fs.go:48
github.com/alist-org/alist/v3/server/handles.FsGet
        /source/server/handles/fsread.go:305
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
        /go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.linux-amd64/src/net/http/server.go:3137
net/http.(*conn).serve
        /go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.linux-amd64/src/net/http/server.go:2039
runtime.goexit
        /go/pkg/mod/golang.org/toolchain@v0.0.1-go1.22.4.linux-amd64/src/runtime/asm_amd64.s:1695
failed link
welcome[bot] commented 1 month ago

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

github-actions[bot] commented 1 month ago

See

  1. 94% #5332
  2. 93% #4419
  3. 59% #5146
  4. 59% #5046
  5. 59% #4032
  6. 59% #3521
  7. 54% #6519
  8. 52% #6415
  9. 50% #1843
zhangzong666 commented 1 month ago

我的也成这样了,不知道啥时候能修好!

StackExplode commented 1 month ago

我的也成这样了,不知道啥时候能修好!

耐心等等吧,上面已经有人PR了修改,应该是UA的问题,等待作者发新release吧。

zhangzong666 commented 1 month ago

我的也成这样了,不知道啥时候能修好!

耐心等等吧,上面已经有人PR了修改,应该是UA的问题,等待作者发新release吧。

老哥,更新了提醒我一下!感谢感谢

detme0919 commented 1 month ago

我还以为我自己的问题呢