Replies: 1 comment 1 reply
-
版本 : BBDown_v1.4.6_20211015_osx-x64.zip |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
系统: mac os x64
问题:下载单视频无问题, 下载列表视频报错。
脚本:
#!/bin/bash
videoPath=/Users/kylin/test/
videoUrl=https://space.bilibili.com/1841578664/video
./BBDown -tv --debug -p 1 --work-dir ${videoPath} ${videoUrl}
报错详情:
[2022-01-09 00:42:15.485] - Response: {"code":-400,"message":"Key: 'SearchArg.Ps' Error:Field validation for 'Ps' failed on the 'lte' tag","ttl":1}
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Text.Json.JsonElement.GetProperty(String) + 0x68
at BBDown.BBDownSpaceVideoFetcher.d__0.MoveNext() + 0x747
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x1c
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0xc5
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x46
at BBDown.Program.d__14.MoveNext() + 0xf58
麻烦大佬帮看看,谢谢!~
Beta Was this translation helpful? Give feedback.
All reactions