alist
alist copied to clipboard
蓝奏云下载报错:failed link: failed get link: not find file page param
Please make sure of the following things
-
[X] I have read the documentation. 我已经阅读了文档。
-
[x] I'm sure there are no duplicate issues or discussions. 我确定没有重复的issue或讨论。
-
[X] I'm sure it's due to
AListand not something else(such as Network ,DependenciesorOperational). 我确定是AList的问题,而不是其他原因(例如网络,依赖或操作)。 -
[X] I'm sure this issue is not fixed in the latest version. 我确定这个问题在最新版本中没有被修复。
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.
Config / 配置
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/[email protected]/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/[email protected]/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/[email protected]/context.go:185
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
/go/pkg/mod/github.com/gin-gonic/[email protected]/recovery.go:102
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.LoggerWithConfig.func1
/go/pkg/mod/github.com/gin-gonic/[email protected]/logger.go:249
github.com/gin-gonic/gin.(*Context).Next
/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:185
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest
/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:633
github.com/gin-gonic/gin.(*Engine).ServeHTTP
/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:589
net/http.serverHandler.ServeHTTP
/go/pkg/mod/golang.org/[email protected]/src/net/http/server.go:3137
net/http.(*conn).serve
/go/pkg/mod/golang.org/[email protected]/src/net/http/server.go:2039
runtime.goexit
/go/pkg/mod/golang.org/[email protected]/src/runtime/asm_amd64.s:1695
failed link
Thanks for opening your first issue here! Be sure to follow the issue template!
See
- 94% #5332
- 93% #4419
- 59% #5146
- 59% #5046
- 59% #4032
- 59% #3521
- 54% #6519
- 52% #6415
- 50% #1843
我的也成这样了,不知道啥时候能修好!
我的也成这样了,不知道啥时候能修好!
耐心等等吧,上面已经有人PR了修改,应该是UA的问题,等待作者发新release吧。
我的也成这样了,不知道啥时候能修好!
耐心等等吧,上面已经有人PR了修改,应该是UA的问题,等待作者发新release吧。
老哥,更新了提醒我一下!感谢感谢
我还以为我自己的问题呢