sparanoid

Results 53 comments of sparanoid

@simon300000 `authBody` 理论上也需要用 `encoder` 做一次编码才可以?目前是没有这么做的: https://github.com/simon300000/bilibili-live-ws/blob/1c70a53e42facf63facafff7f887b94137bdc7e7/src/common.ts#L77-L86

@CottnCor 从代码逻辑来看是需要的,另外根据 https://github.com/xfgryujk/blivedm/pull/29 的描述,目前似乎只额外传入 `uid` 就可以了

https://github.com/simon300000/bilibili-live-ws/issues/397 这里之前讨论过,key 本来就是要传的。库本身不需要做改动

我的意思是这种哔站自身的改动不牵扯到库的报错或者需要更新是不需要开 issue 的,你把 key 传进去就好了

This project is now unmaintained. I've migrated to [shadowsocks/shadowsocks-libev](https://hub.docker.com/r/shadowsocks/shadowsocks-libev) Docker image.

firewalld issue is weird. You can just run this playbook twice and this issue will be resolved.

I suggest you refrain from upgrading to CentOS Stream because it sucks. This project is also unmaintained since I switched to official Docker images.

[Apple Music API](https://developer.apple.com/documentation/applemusicapi) also needs `kid` header which is not compatible with current jwt middleware: expected headers and payload: ```json { "alg": "ES256", "kid": "ABC123DEFG" } { "iss": "DEF123GHIJ", "iat":...

After 9d980d7 the npm package no longer generates `pkg.js`: https://www.npmjs.com/package/rsshub/v/1.0.0-master.9d980d7?activeTab=code This is the last working release: https://www.npmjs.com/package/rsshub/v/1.0.0-master.aae92ab?activeTab=code

docker-compose version can be as simple as: ```yml cookiecloud: image: easychen/cookiecloud:latest ports: - 8088:8088 ```