feat: 获取弹幕失败时会提供更友好的错误信息

This commit is contained in:
lanyeeee
2026-08-14 04:45:40 +08:00
parent 294b510948
commit 4c563de2cf
@@ -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)