xfgryujk / blivedm

获取bilibili直播弹幕,使用WebSocket协议,支持web端和B站直播开放平台两种接口
MIT License
1.05k stars 225 forks source link

疑似web接口新版弹幕消息 #46

Open xfgryujk opened 11 months ago

xfgryujk commented 11 months ago

最近有一些不兼容的弹幕消息报错,暂时没空研究,先记一下

{'cmd': 'DANMU_MSG:3:7:1:1:1:1', 'info': [
[0, 7, 100, 16777215, 1701789809186, 0, 0, 'f4dbdf21', 0, None, None, None, 0, '{}', '{}', {'mode': 0, 'show_player_type': 0, 'extra': '{"mode":0,"send_from_me":false,"color":16777215,"dm_type":0,"font_size":100,"player_mode":7,"content":"[1.0,0.0,\\"0.8-0.5\\",10.0,\\"辛苦了\\",0.0,0.0,0.0,0.0,10000,0,true,\\"黑体\\",1]"}'}, None, None],
'[1.0,0.0,"0.8-0.5",10.0,"辛苦了",0.0,0.0,0.0,0.0,10000,0,true,"黑体",1]', [0, '***', 1, 0, 0, 10000, 1, ''], None, [], [], 0, 0, None, {'ts': 1701789809, 'ct': '8DB3B1FF'}, 0, 0, None, None, 0, 0, [0]
], 'dm_v2': ''}

{'cmd': 'DANMU_MSG:3:7:1:1:1:1', 'info': [
[0, 7, 100, 16777215, 1701789899411, 0, 0, 'f4dbdf21', 0, None, None, None, 0, '{}', '{}', {'mode': 0, 'show_player_type': 0, 'extra': '{"mode":0,"send_from_me":false,"color":16777215,"dm_type":0,"font_size":100,"player_mode":7,"content":"[1.0,0.0,\\"0.8-0.5\\",10.0,\\"晚安\\",0.0,0.0,0.0,0.0,10000,0,true,\\"黑体\\",1]"}'}, None, None],
'[1.0,0.0,"0.8-0.5",10.0,"晚安",0.0,0.0,0.0,0.0,10000,0,true,"黑体",1]', [0, '***', 1, 0, 0, 10000, 1, ''], None, [], [], 0, 0, None, {'ts': 1701789899, 'ct': '8045F9DF'}, 0, 0, None, None, 0, 0, [0]
], 'dm_v2': ''}

{'cmd': 'DANMU_MSG:3:7:1:1:1:1', 'info': [
[0, 7, 100, 16777215, 1701866650320, 0, 0, 'f4dbdf21', 0, None, None, None, 0, '{}', '{}', {'mode': 0, 'show_player_type': 0, 'extra': '{"mode":0,"send_from_me":false,"color":16777215,"dm_type":0,"font_size":100,"player_mode":7,"content":"[1.0,0.0,\\"0.8-0.5\\",10.0,\\"了不起\\",0.0,0.0,0.0,0.0,10000,0,true,\\"黑体\\",1]"}'}, None, None],
'[1.0,0.0,"0.8-0.5",10.0,"了不起",0.0,0.0,0.0,0.0,10000,0,true,"黑体",1]', [0, '***', 1, 0, 0, 10000, 1, ''], None, [], [], 0, 0, None, {'ts': 1701866650, 'ct': '6AA2F39E'}, 0, 0, None, None, 0, 0, [0]
], 'dm_v2': ''}
xfgryujk commented 10 months ago

试了一下B站前端也没处理好这种消息,遇到时会报错,而且原因和我的一样