sunyidi123

Results 4 issues of sunyidi123

## 按照中文文档中rasa插件教程,rasa run之后,与BOT对话无消息返回 ## 涉及代码 rasa server ```shell 2021-12-02 10:02:35 INFO root - Starting Rasa server on http://0.0.0.0:5005 ``` Bot ```python async def run(): """async run method""" options = RasaRestPluginOptions(...

wechaty版本:**`wechaty 0.8.9`** 使用协议:**`padlocal`** 涉及以下代码: ``` va = FileBox.from_file(zip_name) await room.say(va) ``` 待发送文件大小为6M,执行代码后有error返回 ``` 2021-08-04 10:27:27,827 - Room - INFO - Room say 2021-08-04 10:27:28,372 - Wechaty - ERROR - internal...

[root@localhost python-wechaty-getting-started]# python examples/ding-dong-bot.py Traceback (most recent call last): File "/home/app/python-wechaty-getting-started/examples/ding-dong-bot.py", line 19, in from wechaty import ( File "/usr/local/lib/python3.9/site-packages/wechaty/__init__.py", line 44, in from .config import ( File "/usr/local/lib/python3.9/site-packages/wechaty/config.py", line...

运行报错截图如下 ![image](https://user-images.githubusercontent.com/56663564/114265235-46a95480-9a22-11eb-9587-33c76612a1ad.png) 寻求帮助!