Skip to content
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

飞机盘文件夹下文件过多卡死 #7357

Closed
4 tasks done
rls198 opened this issue Oct 17, 2024 · 1 comment
Closed
4 tasks done

飞机盘文件夹下文件过多卡死 #7357

rls198 opened this issue Oct 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@rls198
Copy link

rls198 commented Oct 17, 2024

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 or Operational).
    我确定是AList的问题,而不是其他原因(例如网络依赖操作)。

  • I'm sure this issue is not fixed in the latest version.
    我确定这个问题在最新版本中没有被修复。

AList Version / AList 版本

3.38.0

Driver used / 使用的存储驱动

飞机盘

Describe the bug / 问题描述

我有一个文件夹有1600张图片会直接卡死,但是飞机盘的官方网页正常. 使用的排列模式是列表,但是其他网盘并不会这样.

Reproduction / 复现链接

.

Config / 配置

.

Logs / 日志

No response

@rls198 rls198 added the bug Something isn't working label Oct 17, 2024
@Jason-Fly
Copy link
Contributor

Jason-Fly commented Oct 20, 2024

已复现,定位到了原因:

  1. 飞机盘目前是按照 60 条每页进行分页查询的;
  2. Alist 查询第 1 页后没有更新 offset ,导致在 for 循环中一直查询第 1 页,陷入死循环,所以当文件夹内的文件小于 60 时不会有问题,大于 60 才会出现问题;
Snipaste_2024-10-20_15-43-47

3.蓝奏优享版的 driver 是一样的,实测也会遇到一样的问题,不过蓝奏会及时抛出错误阻止重复请求。
Snipaste_2024-10-20_15-43-36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants