-
I encountered a issue when using the example file of tuling123-bot.js to process onMessage event
No matter what messages had been sent to robot, it reported same error:
02:42:17 ERR Wechaty onFu…
-
### Provide Your Network Information
1. Beijing,China
1. Macbook
### Run `npm run doctor` or `wechaty run doctor`(for docker user), paste output here
**when running "docker run -ti --rm --vol…
-
![image](https://user-images.githubusercontent.com/46987925/55849414-1143a500-5b83-11e9-8c78-3e4ce140d8a5.png)
如图,重启coolq也不可以,请问怎么解决
-
{code: 40007, text: '请按规定的要求进行加密' }
-
想实现群聊中机器人根据收到的消息关键字来进行回复,实现群成员不用@就能自动和机器人对话
大概的code:
def auto_reply(msg):
if '123' in msg:
tuling.do_reply(msg)
但是实现不了,请问具体怎么能够实现这种效果呢
-
是参照教程配置的,使用ws/api和ws/event。
如果一段时间(20-30分钟)不和机器人有任何交互,机器人会停止响应任何指令,包括command和自然语言。但server后台有记录(收到&处理),酷Q日志中有收到消息但无发送消息(向上箭头),怀疑api连接中断?
无论是用hypercorn还是直接python bot.py都有这个问题。
PS酷Q和bot.py在同一ECS…
-
## 我用的环境
PHP 版本:7.0
overtrue/wechat 版本:4.0.13
是否使用了框架?框架名称:laravel 5.5
## 问题及现象
```
/*
* Debug 模式,bool 值:true/false
*
* 当值为 false 时,所有的日志都不会记录
…
-
bot can't reply after several hours.but It works if I restart the bot.
-
求问:bot.py,使用nohup后报错:
Traceback (most recent call last):
File "/home/wxBot/wxbot.py", line 774, in proc_msg
self.handle_msg(r)
File "/home/wxBot/wxbot.py", line 747, in handle_msg
self.handle_msg…
-
代码:
```
#coding=utf8
import itchat
# tuling plugin can be get here:
# https://github.com/littlecodersh/EasierLife/tree/master/Plugins/Tuling
#from tuling import get_response
@itchat.msg_regis…