Diu

Results 95 comments of Diu

Currently have no idea what to do; may try to use leaflet later

感谢!我接下来做一做试试

调试 iOS Hummer 代码发现,`(void)webSocketDidOpen:(SRWebSocket *)webSocket` 方法中只是执行了连接本身的一些操作,并没有去调用 `self.onOpen` 。 ![ScreenShot 2023-02-14 at 17 58 14](https://user-images.githubusercontent.com/1998168/218702077-d3cf9b2c-27ef-419a-a462-b6d87f7ca627.png) 调试加上如下代码可解决: ```objc self.onOpen ? self.onOpen(@[@{}]) : nil; ```

还没有,不过确实在todo list上🤔

看起来现在连接auth参数是必传了,可以传入 `ws.key` 试试 https://github.com/ddiu8081/blive-message-listener?tab=readme-ov-file#options

目前看`getDanmuInfo`抓到的token似乎确实连不上,可以抓直播间ws请求里第一个数据包里的 `key` 是能用的,不知道有没有其他获取key的方式 ![CleanShot 2024-04-10 at 13 13 03](https://github.com/ddiu8081/blive-message-listener/assets/1998168/b12c898f-8bbd-40cc-a875-2e1453042586)

> 同样的问题,现在F12查看控制台的ws消息是乱码,是加密了吗 @msinwolc 看起来没有变化,依然可以从ws消息中拿到key ![ScreenShot 2024-06-05 at 23 31 58@2x](https://github.com/ddiu8081/blive-message-listener/assets/1998168/109de1f2-3dfd-4cbc-bc10-44944d9649b2)

It is streaming output. If it does not return as expected, please take a look at #166 .

You can set `base` to `/ai` in `astro.config.mjs`. See https://docs.astro.build/en/reference/configuration-reference/#base

The network request is initiated in the node layer and not in the browser, make sure you have a proxy enabled for node? (e.g. TUN mode for proxy software, or...