botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
69 stars 83 forks source link

[BUG] Broadcast Module Unhandled Rejection Error #1192

Closed coderaven closed 3 years ago

coderaven commented 3 years ago

Describe the bug When creating a broadcast, (no filter). The broadcast goes into "processing" status and error out in the console.

To Reproduce Steps to reproduce the behavior:

  1. Unpack and Enable Broadcast Module
  2. Restart Botpress server
  3. Go to a bot, and create a broadcast.
  4. See error.

Expected behavior It should send broadcast to my users, but what happens is that never sends any message and errors out in console.

Screenshots Screenshot 1

Environment (please complete the following information):

Additional context Add any other context about the problem here.

laurentlp commented 3 years ago

@coderaven The fix will be available in the next patch release (12.16.3)

coderaven commented 3 years ago

@laurentlp thank you for your response. Saw that this was already handled. Many thanks!