-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
iLanzou无法获取到目录列表 #7759
Labels
bug
Something isn't working
Comments
一样 突然就不好用了 看不到文件列表 不能直链下载 但是可以上传和新建文件夹 |
小飞机网盘也是 |
附议,蓝奏云优享和小飞机都出了一样的问题 |
是的,beta版本也一样 |
網易雲音樂也是 |
已复现,已排查到问题~ |
@Jason-Fly @xhofe 好像屏蔽了阿里云服务器,我在上海的ecs怎么都获取不了列表,最新的Beta也是,后来发现在服务器上登录蓝奏优享的官网也是空白的,换个账号和IP都不能解决,但是可以通过X-Forwarded-For来伪造IP实现加载,经过浏览器插件测试通过。 |
4 tasks
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
I have read the documentation.
我已经阅读了文档。
I'm sure there are no duplicate issues or discussions.
我确定没有重复的issue或讨论。
I'm sure it's due to
AList
and not something else(such as Network ,Dependencies
orOperational
).我确定是
AList
的问题,而不是其他原因(例如网络,依赖
或操作
)。I'm sure this issue is not fixed in the latest version.
我确定这个问题在最新版本中没有被修复。
AList Version / AList 版本
v3
Driver used / 使用的存储驱动
iLanzou
Describe the bug / 问题描述
iLanzou无法获取到目录列表的内容,但是没有任何的报错内容。
经过测试,上传、新建文件夹都没有问题,但是列出目录内容出了问题,我认为是ilanzou对list请求做了修改或限制。
Reproduction / 复现链接
/
Config / 配置
/
Logs / 日志
https://alist.xyeidc.com/api/fs/list 请求响应内容:
{
"code": 200,
"message": "success",
"data": {
"content": null,
"total": 0,
"readme": "",
"header": "",
"write": true,
"provider": "ILanZou"
}
}
The text was updated successfully, but these errors were encountered: