-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
开始监听后立刻就关闭了 #30
Comments
看起来现在连接auth参数是必传了,可以传入 https://github.com/ddiu8081/blive-message-listener?tab=readme-ov-file#options |
同样的问题,现在F12查看控制台的ws消息是乱码,是加密了吗 |
@msinwolc 看起来没有变化,依然可以从ws消息中拿到key |
重新看了下,确实可以拿到了 |
我这边试了下 |
{
ws: {
// 必须
uid: 登录的账号UID,
key: getDanmuInfo的token字段,
// 不填也能用,暂时不知道有没有影响
buvid: getDanmuInfo的cookie里的buvid3
}
} 不登录也能用,uid填0就行,但是会丢弹幕 |
原来如此,我是未登录直接请求的 |
Describe the bug
运行后立刻就关闭了。
Reproduction
https://stackblitz.com/edit/stackblitz-starters-d4vbxi?file=index.js
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: