Replies: 5 comments
-
同样在 token 中遇到过一些问题,不过我可以成功设置自定义的 token,在验证接口中也可以得到成功的验证。 但是项目使用自定义 token 依旧无法成功跑起项目,看了下日志发现自定义 token 的服务会跑一个机器人服务去向官方的服务器请求数据:
|
Beta Was this translation helpful? Give feedback.
-
@786733681 It seems that you have not followed the right steps from the #1986 because the logs show that your docker container has exited. Please check your command of |
Beta Was this translation helpful? Give feedback.
-
@ZakaryCode Glad to know that you can setup your Wechaty Puppet Service successfully and can validate it via our API.
Yes, you are right. The Wechaty Puppet Service can help you publish a token, and you must provide the real service for your token, for example, use an existing token. ;-)
Pull Request is welcome! |
Beta Was this translation helpful? Give feedback.
-
大概明白了,谢谢您的讲解。 |
Beta Was this translation helpful? Give feedback.
-
@786733681 you are welcome, and please feel free to let me know if you still have any problems. |
Beta Was this translation helpful? Give feedback.
-
根据 #1986 中的说法




1.拉取镜像,然后设置镜像参数,最终得到的效果是如下图:
2.而且我查看了容器wechaty的运行状态,如下图:
3.然后验证了一下token,如下图:
4.最后在项目中set token值,start运行,如下图:
结果,项目没有运行起来,按照我的理解,拉取镜像运行后,容器应该是挂在后台的了,但是现在没有,然后token的验证链接那里我随便写了他都是返回{"ip":"0.0.0.0","port":0},运行的项目的时候连接不上,一直在重连。请问是哪个环节出错,具体是什么错误?
麻烦作者详细说明一下,谢谢!
Beta Was this translation helpful? Give feedback.
All reactions