SmallPeaches / DanmakuRender

一个可以录制带弹幕直播流的小工具
261 stars 33 forks source link

弹幕录制报错 #240

Closed MoncozGC closed 1 month ago

MoncozGC commented 1 month ago

请教一下 弹幕的录制是不是有问题了呢

日志如下

[2024-05-30 17:32:11][ERROR] 'NoneType' object has no attribute 'group'
Traceback (most recent call last):
  File "G:\CodeProject\DanmakuRender_off\DMR\Downloader\danmakuio.py", line 135, in dmc_task
    await dmc.start()
  File "G:\CodeProject\DanmakuRender_off\DMR\LiveAPI\danmaku\__init__.py", line 96, in start
    await self.init_ws()
  File "G:\CodeProject\DanmakuRender_off\DMR\LiveAPI\danmaku\__init__.py", line 53, in init_ws
    ws_url, reg_datas = await self.__site_api.get_ws_info(self.__url)
  File "G:\CodeProject\DanmakuRender_off\DMR\LiveAPI\danmaku\huya.py", line 26, in get_ws_info
    j = json.loads(m.group(1))
AttributeError: 'NoneType' object has no attribute 'group'
[2024-05-30 17:32:12][ERROR] 弹幕下载线程异常退出,正在重试...