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

下载歌曲的时候报错了,大佬帮忙看看是我哪里弄错了吗 #160

Open
liuyu12 opened this issue Nov 30, 2024 · 1 comment
Assignees
Labels
help-me Further information is requested
Milestone

Comments

@liuyu12
Copy link

liuyu12 commented Nov 30, 2024

D:\ZonyLrcTools>ZonyLrcTools.Cli.exe download -d "I:/Music/歌曲" -a -n -2
[18:17:37 INF] Starting...
[18:17:37 INF] 已经扫描到了 3 个音乐文件。
[18:17:37 INF] 开始加载音乐文件的标签信息...
[18:17:37 ERR] 出现了未处理的异常: Specified argument was out of the range of valid values. (Parameter 'maxDegreeOfParallelism')
调用栈:
at ZonyLrcTools.Common.Infrastructure.Threading.WarpTask..ctor(Int32 maxDegreeOfParallelism)
at ZonyLrcTools.Common.MusicInfoLoader.LoadAsync(IReadOnlyCollection`1 filePaths, Int32 parallelCount, CancellationToken cancellationToken)
at ZonyLrcTools.Common.MusicInfoLoader.

@real-zony
Copy link
Owner

@liuyu12-2 改成 2 就行,如下:

ZonyLrcTools.Cli.exe download -d "I:/Music/歌曲" -a -n 2

@real-zony real-zony self-assigned this Dec 1, 2024
@real-zony real-zony added this to the Backlog Items milestone Dec 1, 2024
@real-zony real-zony added the help-me Further information is requested label Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help-me Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants