mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-09-06 08:07:26 +08:00
feat: 获取弹幕失败时会提供更友好的错误信息
This commit is contained in:
@@ -67,7 +67,7 @@ impl DanmakuTask {
|
||||
let replies = bili_client
|
||||
.get_danmaku(progress.aid, progress.cid, progress.duration)
|
||||
.await
|
||||
.wrap_err("获取弹幕失败")?;
|
||||
.wrap_err("获取弹幕失败,请[继续]以重试。如果重试多次依旧失败,请在设置中取消勾选[下载弹幕]相关的所有选项")?;
|
||||
|
||||
let xml = replies
|
||||
.to_xml(progress.cid)
|
||||
|
||||
Reference in New Issue
Block a user