Darren

Results 22 issues of Darren

在 `0.56`版本中token过期,会提示` SERVER_ERROR: 16 UNAUTHENTICATED: Token is expired`,但是在之后的版本例如 `0.68`,`0.78`等版本中没有提示,然后一直在排查问题,不知道什么问题,直到降低到 `0.56`版本才知道token过期,希望在终端可以把token有效时长这个提示一直加上

docker compose ``` version: '3' services: wechaty-https: image: wechaty/wechaty:latest container_name: wechaty-https restart: always ports: - 9001:9001 environment: - TZ=Asia/Shanghai - WECHATY_LOG=verbose - WECHATY_PUPPET=wechaty-puppet-service - WECHATY_PUPPET_SERVICE_TOKEN=XXXX - WECHATY_PUPPET_SERVER_PORT=9001 - WECHATY_TOKEN=XXX -...

question

` InfluxVersion influxVersion; if (!Enum.TryParse(ConfigurationManager.AppSettings.Get("version"), out influxVersion)) influxVersion = InfluxVersion.Auto; _influx = new InfluxDb("http://localhost:8086", "admin", "admin", influxVersion); var createResponse = _influx.CreateDatabaseAsync("zbTestDB").Result; Console.WriteLine(createResponse.Body); ` createResponse.Body: {"results":[{"statement_id":0,"messages":[{"level":"warning","text":"deprecated use of 'CREATE DATABASE TestDB'...

## join us Wechaty is used in many ChatBot projects by thousands of developers. If you want to talk with other developers, just scan the following QR Code in WeChat...

# Alpha Test Release - [x] 写一个 getting started 告诉开发者如何使用.NET Wechaty [dotnet-wechaty-getting-started](https://github.com/wechaty/dotnet-wechaty-getting-started) - [ ] 写一篇博客介绍如何使用.NET Wechaty # 基础功能测试 [功能清单](https://github.com/wechaty/puppet-service-providers/wiki/Basic-Test) ## 已知问题 - [x] Grpc服务器会突然中断,造成程序`假死`,处理方式:在Grpc连接中断的时候,Hostie默认会重试三次,如果三次均失败则抛出异常 - [ ] FileBox Stream目前还没更新...

.NET

``` [root~]# uname -a Linux 1231200.novalocal 3.10.0-1160.59.1.el7.x86_64 #1 SMP Wed Feb 23 16:47:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ``` ``` [root]# abp --version abp: relocation error: /lib64/libc.so.6: symbol _dl_starting_up...

Hello, students! We hope that wechaty can support todo plugin, so that users can easily process to-do through wechat without having to install other apps Try us and learn about...

`https://api.pawan.krd/backend-api/conversation` 这个接口失效了, 请问是否支持`https://gpt.pawan.krd/api/completions` https://gist.github.com/PawanOsman/72dddd0a12e5829da664a43fc9b9cf9a ![image](https://user-images.githubusercontent.com/5728274/232648099-944d7405-e8cf-4e7b-a929-f20ed758eb7a.png)

### Describe the bug Markdown table not rendered ### Steps to reproduce add this content to memos ``` | 列标题1 | 列标题2 | 列标题3 | |---------|---------|---------| | 单元格1 | 单元格2...

bug

### Describe the bug Recently, there have been many requests in the Docker log every day, but I did not use memory during this time period. May I ask if...

bug