howdyai / botkit

Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
MIT License
11.38k stars 2.29k forks source link

Bot can send, but not receive anymore #2214

Closed derchrisuk closed 2 years ago

derchrisuk commented 2 years ago

Hi there,

I'm getting the below 404 error when trying to mention my bot with a command:

{"message":"Unable to get message.","errors":[{"description":"Unable to get message."}]

However it can still send messages into Webex.

I have a suspicion and wanted to check if this might be causing this. As per the Webex Developers changelog there was a change on 28. April in regards to no longer accepting UUID formated IDs. Is Botkit and the Webex module using UUID IDs with my used version? Maybe this is already fixed in the latest version?

Thanks, derchris

benbrown commented 2 years ago

This seems like the webhook configuration for your bot may not be correct.

derchrisuk commented 2 years ago

We were using Websockets using another module, as 0.7.5 had no native support. I'm currently trying to convert all over to 4.15.0. At least I can send/receive again, but have to rewrite all my modules.