biliup icon indicating copy to clipboard operation
biliup copied to clipboard

96版本录抖音,开启了真原画HEVC,报错

Open KNaiFen opened this issue 7 months ago • 1 comments

Code of Conduct

  • [x] 我已在 Release 检阅最新版本并尝试,且问题依旧
  • [x] 我清楚知道,反馈非最新 Release 版的错误是无意义的
  • [x] 我清楚知道,可以通过附件功能上传完整文件

运行环境

debian12,python3.12

biliup 版本

96

所录制的主播网址

https://live.douyin.com/708365722138

错误描述

WARNING:biliup:[Douyin]妮妮_2 - https://live.douyin.com/708365722138: 下载失败 Traceback (most recent call last): File "D:\Code\Venv\BILIUP\lib\site-packages\biliup\engine\download.py", line 353, in start ret = self.run() File "D:\Code\Venv\BILIUP\lib\site-packages\biliup\engine\download.py", line 326, in run if not asyncio.run_coroutine_threadsafe(self.acheck_stream(), loop).result() or not self.should_record(): File "C:\Users\NaiFen\AppData\Local\Programs\Python\Python310\lib\concurrent\futures_base.py", line 446, in result return self.__get_result() File "C:\Users\NaiFen\AppData\Local\Programs\Python\Python310\lib\concurrent\futures_base.py", line 391, in __get_result raise self._exception File "D:\Code\Venv\BILIUP\lib\site-packages\biliup\plugins\douyin.py", line 138, in acheck_stream self.raw_stream_url = stream_data['ao']['main']['flv'].replace('&only_audio=1', '') KeyError: 'ao'

任务平台

任务平台
# 在这里填写你的配置文件

报错日志以及其他描述(如果有)

### 日志
# 在这里填写你的报错日志

其他补充描述

KNaiFen avatar Apr 29 '25 15:04 KNaiFen

据我所知,stream-gear是不支持下载hevc的flv流

v2wy avatar May 03 '25 06:05 v2wy