Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot not receiving messages #12

Closed
0x2142 opened this issue Oct 28, 2021 · 2 comments
Closed

Bot not receiving messages #12

0x2142 opened this issue Oct 28, 2021 · 2 comments

Comments

@0x2142
Copy link
Contributor

0x2142 commented Oct 28, 2021

  • Webex Bot version: latest
  • Python version: 3.8
  • Operating System: Ubuntu 20 in Windows WSL

Description

Hi there! I am trying to get a bot up and running with a non-cisco webex account - but it seems the bot is never receiving messages.

I have previously used this module to create a bot, but it was all using my cisco.com webex account - and I never hit any issues. However, I am trying to create a bot using a personal email/webex account & it doesn't seem to be working.

What I Did

  1. Created new webex bot API token on the Webex Developer site, using my personal email/webex account
  2. pip install webex_bot
  3. Use basic code snippet below to test
  4. Send message from @cisco.com account - Bot receives message & responds with help card
  5. Send message from non-cisco.com account - Bot never receives message

I also tried enabling debug logging on the bot, but I am never seeing a message come in.

Additionally, if I create a group room with my personal & cisco.com accounts in it - The bot will respond then to a direct @ message from my personal email. However, in a direct 1:1 space it seems the message never makes it to the bot.

from webex_bot.webex_bot import WebexBot
bot = WebexBot(api_token)
bot.run()
@0x2142
Copy link
Contributor Author

0x2142 commented Nov 3, 2021

This seems to be a stange backend issue... If I use the Webex websocket test/demo page - I also never see the messages from my personal email/domain.

I signed up for another free developer account with a different personal email, and everything works fine.

@0x2142 0x2142 closed this as completed Nov 3, 2021
@Viadd
Copy link

Viadd commented Apr 26, 2022

I also have this issue, however, even though I created several accounts I still have the problem, if there is another possible solution, I would be grateful if you could tell me about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants