Darren

Results 20 comments of Darren

@ziyasal use "HttpMethod.Post" is ok public async Task CreateDatabase(IEnumerable errorHandlers, Database database) { return await RequestAsync(errorHandlers, HttpMethod.Post, "query", null, new Dictionary { { QueryParams.Query, String.Format(QueryStatements.CreateDatabase, database.Name) } }, requestTimeout: _configuration.RequestTimeout);...

Only one can be connected. There is a risk of closing wechat accounts when connecting multiple

`Cannot determine the frame size or a corrupted frame was received.` 根据问题google下,可以参考一下方案看看是否能解决: * https://cache.one/read/16992667 * https://stackoverflow.com/questions/64610237/net-5-0-cannot-determine-the-frame-size-or-a-corrupted-frame-was-received * https://qa.icopy.site/questions/64610237/net-5-0-cannot-determine-the-frame-size-or-a-corrupted-frame-was-received 也可以自我检查下: 1、`EndPoint` 是否以`https://` 开头 2、实验室电脑是否能联通外网,或者是否有防火墙之类的

Do not use wechaty docker latest version, you can user eg: 0.56 0.78 , Version 1.0+ is currently being adapted by padlocal

看提示是没有messageId?

![image](https://user-images.githubusercontent.com/5728274/165449704-6ba95665-db08-42c4-b4e9-30b7960779d2.png) 发送完了会再去拉取下这个数据的,最近Padlocal在对接新版的wechaty的,会经常遇到类似的情况

example:[meeting-scheduler](https://github.com/Kloudless/meeting-scheduler) The Kloudless Meeting Scheduler is a JavaScript library that allows your users to create and schedule meetings with each other The Meeting Scheduler is currently compatible with the following...

我的定制版今天下午更新了,也遇到了同样的问题,web无法访问,ssh可以连接, 硬件是R2S

找不到 `nginx.conf'` 配置文件 ``` ./nginx start bash: comm: command not found nginx_init: NOT using conf file! show config to be used by: nginx -T -c '/etc/nginx/nginx.conf' ```

ssh root登录好像密码也没了