ilihu

Results 15 comments of ilihu

> Print the whole object returned from ask, you're returning just the item.message part. Okay, I understand ```python print(resp) ``` the data is ```json {'type': 2, 'invocationId': '0', 'item': {'messages':...

> I think so. However, I think you'd need to somehow use the `conversationId`, not the invocationId. invocationId looks like the index of message (in order to track the last...

已经有人发PR了 https://github.com/Mrs4s/go-cqhttp/pull/2283 CI : https://github.com/Mrs4s/go-cqhttp/actions/runs/5504923059

你需要整个设备都是处于全局代理状态

``` export NODE_TLS_REJECT_UNAUTHORIZED=0 ``` 运行之前加入该环境变量解决了"UNABLE_TO_VERIFY_LEAF_SIGNATURE"的问题,如果可以的话,希望通过程序本身来实现