framely / community

MIT License
0 stars 2 forks source link

[Bug]: After deploying for a while, no response when the user sends messages #827

Closed hisunnymay closed 1 year ago

hisunnymay commented 1 year ago

Is there an existing issue for this?

Make sure you are using OpenCUI on Google Chrome!

Current Behavior

当 deploy chatbot 后,在 Messenger 和 Whatsapp 给 bot 发消息,能获得期望的回复。

但间隔一段之间后(大约3.5h,不确定小于 3.5h 是否会有回复),user 再发送消息,bot 没有任何回复。

查看 deploy log,没有记录任何 user 发送的消息

Log: Deploy-log_0301.txt

Expected Behavior

在 chatbot 没有报错的情况下,user 给 bot 发送消息,bot 应该有回复

Use Case

/

Steps To Reproduce

  1. 进入 tableReservationApp
  2. 修改 Greeting response,merge 到 master
  3. Deploy chatbot
  4. 在 Messenger 给 bot 发送消息,能收到回复
  5. 等待 3.5 h (也可以尝试减少等待时间),再给 bot 发消息,bot 没有回复

Label of org.project

/

OpenCUI Link

https://build.opencui.io/org/me.restaurant/agent/tableReservationApp/en/intent/633fadd228e4f04b5f8452cd?tab=2

Test Case

No response

Additional information

No response

hisunnymay commented 1 year ago

Checked, it's fixed

Deploy 后,第一次发送消息和第二次发送消息间隔 19 个小时之后,bot 对发送的消息有响应

image