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 does not respond in Teams Free but works in Teams (paid service) #3

Closed
desflan opened this issue Oct 2, 2018 · 10 comments
Closed

Comments

@desflan
Copy link

desflan commented Oct 2, 2018

Bot Info

  • SDK Platform: .NET
  • SDK Version: 3.16.0.38344
  • Active Channels: MS Teams (paid & free), Skype
  • Deployment Environment: Azure Bot Service
  • Bot name: blueybot
  • App ID: 86a089d9-add4-4b71-9466-afb23474ccec

Issue Description

This issue was originally opened & assigned in previous V3 repo here

My simple bot receives messages & replies with text. I have published it to Microsoft Teams (paid service) & Microsoft Teams FREE using the "upload a custom app" link. The scope in manifest.json is both "team" and "personal". The manifest.json was created in Teams App Studio.

In Teams FREE - When I send a message to the bot in a team using @mention, it does not reply.
In Teams FREE -When I send a message to the bot in a personal 1:1 chat, it does not reply. This had worked a few hours ago, with no app changes made since.

In Microsoft Teams (paid service) the bot works perfectly in both a team channel & 1:1 personal chat.
In Skype, the bot works perfectly also.

The same Manifest.json was upload to Teams FREE and Teams (paid service).

In Azure Portal Bot Channel Registration, no issues are reported for Microsoft Teams channel.

Code Example
No code to share. Regular code that compiles and runs fine in Skype and paid version of MS Teams

Expected Behavior
In Microsoft Teams FREE I expected to receive replies from the bot in both a team channel & 1:1 chat

Actual Results
In Microsoft Teams FREE there are no message received from the bot in a team channel or a 1:1 chat.
Tried remote debugging using VS and no message received by the bot.

@jwiley84
Copy link

Hi @desflan! Just wanted to let you know I haven't forgotten about you! I have been able to replicate this (bots loaded in Free Teams does not respond, at all). I'm working on tracking down a reason and solution.

@desflan
Copy link
Author

desflan commented Oct 19, 2018

thank you @jwiley84

@CoHealer CoHealer added the Support Requesting assistance from the Support Team label Oct 29, 2018
@billbliss
Copy link

@desflan - Bill from the Microsoft Teams team here. We think we know what's happening but want to verify. Can you get the conversationId from a conversation between your bot and the paid version of Teams, i.e. where it works? You have to stop it in the debugger or log it, but judging from the above I think you're familiar with that.

@desflan
Copy link
Author

desflan commented Oct 30, 2018

@billbliss conversationId from a conversation between my bot and the paid version of Teams where it works is as follows:
"19:79f4d148bf364737800f534db916f313@thread.skype;messageid=1540924083460"

@CoHealer
Copy link

CoHealer commented Nov 7, 2018

@billbliss, any word on the verification?

@Wajeed-msft
Copy link

@desflan - Could you please start a conversation with your bot from a new user( user who never interacted with your bot before)?
I tired your bot from one of the Freemium account and it replied. Could you please confirm if you can still repro this?

@mhodovaniuk
Copy link

@Wajeed-msft , I am facing a similar issue: my bot receives messages from the Web Chat, but I am not able to receive messages from the MS Teams. I have started a conversation with a new user, but still, it does not work. For some reason, I was able to get a message yesterday, but today it doesn't work again. My app id is e2d829d8-7698-4c9f-86e0-4481798d2f28. This is self-hosted bot.

@desflan
Copy link
Author

desflan commented Nov 20, 2018

@Wajeed-msft I can no longer repro this issue, it seems to have been fixed....was there a setting on the bot side that I missed? Thanks for resolving.

@CoHealer CoHealer removed the Support Requesting assistance from the Support Team label Nov 20, 2018
@CoHealer
Copy link

Removed bot support team from assignment as the issue appears to have been resolved server side in Teams

@EricDahlvang
Copy link
Member

Closing, since this issue has been resolved.

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

No branches or pull requests

8 participants