-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PikPak 挂载失败 #3562
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
See |
解决了,原因是运营商 DNS 污染了 PikPak 网址。 |
挂载pikpak时出现Key: 'Storage.MountPath' Error:Field validation for 'MountPath' failed on the 'required' tag这个是什么问题呀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please make sure of the following things
alist
and not something else(such asDependencies
orOperational
).Alist Version / Alist 版本
v3.11.0-aarch64
Driver used / 使用的存储驱动
PikPak
Describe the bug / 问题描述
出现 failed get objs
failed get objs: failed to list objs: Get "https://api-drive.mypikpak.com/drive/v1/files?filters=%7B%22phase%22%3A%7B%22eq%22%3A%22PHASE_TYPE_COMPLETE%22%7D%2C%22trashed%22%3A%7B%22eq%22%3Afalse%7D%7D&limit=100&page_token=&parent_id=VN8Ofb-zWjzJNcGVcbuVVGmQo1&thumbnail_size=SIZE_LARGE&with_audit=true": dial tcp ************41:443: connect: connection refused
Reproduction / 复现链接
https://x/PikPak
Logs / 日志
�[31mERRO�[0m[2023-02-22 11:31:13] failed list /PikPak: Get "https://api-drive.mypikpak.com/drive/v1/files?filters=%7B%22phase%22%3A%7B%22eq%22%3A%22PHASE_TYPE_COMPLETE%22%7D%2C%22trashed%22%3A%7B%22eq%22%3Afalse%7D%7D&limit=100&page_token=&parent_id=VN8Ofb-zWjzJNcGVcbuVVGmQo1&thumbnail_size=SIZE_LARGE&with_audit=true": dial tcp 223.75.236.241:443: connect: connection refused
failed to list objs
github.com/alist-org/alist/v3/internal/op.List.func1
github.com/alist-org/alist/v3/internal/op/fs.go:120
github.com/alist-org/alist/v3/pkg/singleflight.(*Group[...]).doCall.func2
github.com/alist-org/alist/v3/pkg/singleflight/singleflight.go:193
github.com/alist-org/alist/v3/pkg/singleflight.(*Group[...]).doCall
github.com/alist-org/alist/v3/pkg/singleflight/singleflight.go:195
github.com/alist-org/alist/v3/pkg/singleflight.(*Group[...]).Do
github.com/alist-org/alist/v3/pkg/singleflight/singleflight.go:108
github.com/alist-org/alist/v3/internal/op.List
github.com/alist-org/alist/v3/internal/op/fs.go:117
github.com/alist-org/alist/v3/internal/fs.list
github.com/alist-org/alist/v3/internal/fs/list.go:25
github.com/alist-org/alist/v3/internal/fs.List
github.com/alist-org/alist/v3/internal/fs/fs.go:17
github.com/alist-org/alist/v3/server/handles.FsList
github.com/alist-org/alist/v3/server/handles/fsread.go:80
github.com/gin-gonic/gin.(*Context).Next
github.com/gin-gonic/gin@v1.8.2/context.go:173
github.com/alist-org/alist/v3/server/middlewares.Auth
github.com/alist-org/alist/v3/server/middlewares/auth.go:65
github.com/gin-gonic/gin.(*Context).Next
github.com/gin-gonic/gin@v1.8.2/context.go:173
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded
github.com/alist-org/alist/v3/server/middlewares/check.go:14
github.com/gin-gonic/gin.(*Context).Next
github.com/gin-gonic/gin@v1.8.2/context.go:173
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1
github.com/gin-gonic/gin@v1.8.2/recovery.go:101
github.com/gin
The text was updated successfully, but these errors were encountered: