-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]关于0.412新增加的token前缀的问题如何使用? #167
Comments
请贴下错误日志 |
如果是自己生成的 token,可以用这种格式 {$type}_xxxxxxxxx, 比如 puppet_padlocal_xxxxxxxxx、insecure_xxxxxxxxx |
自己生成的token,pupet是padlocal_xxx类型的, 当我尝试去掉或保留docker配置中的tls配置的时候, |
image: wechaty/wechaty:1.20 docker中主要配置项 升级版本到0.4.12并修改下面的2项,无论是true还是false又或者是直接删除,问题依旧无法连接上。
|
0.4.10正常可连接,升级到0.4.12客户端不做任何修改后的错误提示。
去掉前缀客户端token insecure_后的错误提示` ` 修改docker配置变量后
tokern无前缀提示` ` 增加token前缀insecure_ece8f6c05-9c6b-41c3-8a0b-1684d8ce51ff后的错误提示` ` |
确认下 docker 中的环境变量 WECHATY_TOKEN 有加前缀吗?要和 go-wecahty 启动使用的 token 一致才能服务发现到 |
如果确认两边 token 都有加前缀,go-wecahty 还是无法找到这个 token,可以试试用工具看能不能找到你的 token https://github.com/wechaty/token?tab=readme-ov-file
|
尝试添加过,问题依旧,我现在在测试看看,不知道是不是服务端的uid被缓存了。 |
请问那个 TLS 是设置true,还是false. |
export WECHATY_PUPPET_SERVICE_NO_TLS_INSECURE_CLIENT="true" 这是我的配置 |
是在不行你把token直接用 padlocal 的token,不用自己生成也行 |
刚刚测试设置为true成功了。修改了变量token增加前缀。 |
请问一下这个变量的值,按照主站的逻辑,设置为true为禁用,如果设置为false则是默认开启状态。 |
typescript 版本 wechaty 是默认开启的,但是我在为 go-wechaty 适配 tls 时,发现原证书标准太旧导致 go-wecahty 无法解析,所以 go-wechaty 就默认设置禁用了 |
事实上这个前缀和tls没有必然的联系 |
ubuntu docker 运行傀儡服务
使用默认值tls,go-wechaty连接失败
测试禁用tls,go-wechaty连接失败。
go-wechaty 设置token前缀,测试开启与禁用tls也链接失败。
请问这个如何使用的。
0.410正常链接的环境,
目前看到版本更新看到0.411开始了token前缀。包括0.412版本在内,目前不知道如何使用的。
The text was updated successfully, but these errors were encountered: