Error occurs when fetching bot

Teams-admin-Will 21 Reputation points
2022-12-12T06:12:18.2+00:00

when i open https://dev.teams.microsoft.com/bots, its show a error "Error occurs when fetching bot",
what happened?

269515-image.png

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
742 questions
0 comments No comments
{count} votes

Accepted answer
  1. YutongTie-MSFT 46,081 Reputation points
    2022-12-12T16:16:28.707+00:00

    Hello @Teams-admin-Will

    I have seen customer reported the same issue and found there is an onging issue regarding to it. Currently product team is working on the solution, please refer to the link - https://github.com/OfficeDev/TeamsFx/issues/7184

    Below is the workaround for now -

    After some investigations and verifications, It seems there's some live-site issues related to the underlying API of creating bot registration on bot framework portal. We're actively connecting with the corresponding team to handle this issue, please stay tunned, thanks.

    To workaround this issue, you can apply the existing bot flow.

    Use this link https://dev.botframework.com/bots/new to create bot registration for local debug manually Update the corresponding BOT_ID, BOT_PASSWORD in project file by following this guide https://github.com/OfficeDev/TeamsFx/blob/dev/docs/fx-core/bot-help.md#how-to-reuse-existing-aad-in-toolkit-v2. Hit local debug's F5 again, TTK will respect the existing bot.

    You can have a try but I noticed this is not working for some customers. we should wait for the fix.

    Similar issue - https://learn.microsoft.com/en-us/answers/questions/1125281/teams-developer-portal-can39t-fetch-bot-error.html?childToView=1125771#answer-1125771

    @Prasad-MSFT for reference

    I hope this helps!

    Regards,
    Yutong

    -Please kindly accept the answer if you feel helpful to support the community, thanks a lot.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Ivan He 11 Reputation points Microsoft Employee
    2022-12-13T12:28:29.77+00:00

    Updates:
    The server-side API issue **was resolved around two hours ago.**
    I did a quick check, and Developer Portal of Teams was working good now.
    Can you help verify this in your convenience and give some feedbacks here? Thanks. @Teams-admin-Will

    1 person found this answer helpful.

  2. Teams-admin-Will 21 Reputation points
    2022-12-13T02:09:46.307+00:00

    i solved it by dev.botframework.com
    but i found another problem, like below
    269789-image.png