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

报错反馈,疑似是因为文件数量太大导致 #141

Open
casselluu opened this issue May 10, 2023 · 1 comment
Open

报错反馈,疑似是因为文件数量太大导致 #141

casselluu opened this issue May 10, 2023 · 1 comment

Comments

@casselluu
Copy link

[23/05/10 09:19:25] SUCCEED 分析任务执行完毕: Downloads/有声书 > Audio/Book
file:///usr/local/lib/node_modules/hlink/node_modules/@hlink/core/lib/main/hlink.js:42
parseResults.push(...item.parseResults);
^

RangeError: Maximum call stack size exceeded
at file:///usr/local/lib/node_modules/hlink/node_modules/@hlink/core/lib/main/hlink.js:42:22
at Array.forEach ()
at hlink (file:///usr/local/lib/node_modules/hlink/node_modules/@hlink/core/lib/main/hlink.js:37:9)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async main (file:///usr/local/lib/node_modules/hlink/node_modules/@hlink/core/lib/main/index.js:4:5)

Node.js v18.14.1

[23/05/10 09:19:26] ERROR 任务执行出错,已终止

约有130本有声书,音频文件估计有20万个。
docker部署,配置如下
pathsmapping: {'/Media/Downloads/有声书' : '/Media/Audio/Book'},
include: [],
exclude: ['!qB','tmp'],
keepDirStruct: true,
openCache: false,
mkdirIfSingle: true,
deleteDir: false,

@likun7981
Copy link
Owner

暂时没有好的解决办法。麻烦先手动拆分一下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants