Bot Framework access token error
I get this error when I send a message to the bot in Teams File "/tmp/8dc2d85e57d1267/antenv/lib/python3.9/site-packages/botframework/connector/auth/microsoft_app_credentials.py", line 65, in get_access_token 2024-02-15T18:46:14.580265935Z return auth_token["access_token"] 2024-02-15T18:46:14.580271097Z KeyError: 'access_token' 2024-02-15T18:46:14.582736909Z DEBUG:msal.telemetry:Generate or reuse correlation_id: 439bd6b3-d71d-4c04-a9cc-d1e6b6dbcffd 2024-02-15T18:46:14.583496313Z INFO:aiohttp.access:[ip] [15/Feb/2024:18:46:14 +0000] "POST /api/messages HTTP/1.1" 404 172 "-" "Microsoft-SkypeBotApi (Microsoft-BotFramework/3.0)" The app id and password are correct, how can I resolve this?