Microsoft-Cognitive error 403 - websocket

We have a problem with this service
NetworkError: 403 Forbidden - https://speech.platform.bing.com/speech/recognition/interactive/cognitiveservices/v1?format=simple&language=es-ES&Ocp-Apim-Subscription-Key=ee767f0d029749b3ab2fd001aa3845e1&X-ConnectionId=1376A7C589404E74990E605745A703F5
We tried to connect and received an error, we use SDK Speech.Browser.Sdk.ts

Do you have an active subscription for the Bing Services? If not, you can try a free trial at https://azure.microsoft.com/en-us/try/cognitive-services/. When you're ready to go live, you can purchase a service using your Azure subscription.

Related

BotService Slack channel connection returns Slack API Error to message sent

After connecting Slack to Azure Bot Service following instruction from the link, Azure does not bypass the message to bot server. Sreenshots are from Issue which appears by clicking on issue button next to the channel. Issue appears every time I send message from Slack.
Anyone encountered similar case?
Error message is little unkind...
https://learn.microsoft.com/en-us/azure/bot-service/bot-service-channel-connect-slack?view=azure-bot-service-4.0&tabs=abs
BTW, test chat on portal is working as expected.
Triple checking my tokens, it fixed error. So it seems to be my mistake on setting token...
When error message spotted out credential error, it would have made my life easier...

Ms Bot V4(LUIS) Internal server error when I try to enable the channel Cortana

When I try to enable Cortana in my Nodejs Bot, I get the message error internal server error, probably there something wrong in my code despite it works fine locally and in Ms Teams.
Is there a way to obtain a more specific error?
Analyzing the browser dev toolbar I get a 400 for the following http POST:
https://dev.botframework.com/api/bots//channels/cortana/deployment/ring
Did you check:
https://learn.microsoft.com/en-us/cortana/skills/known-issues#luisdialog-fails-on-skill-launch
https://github.com/Microsoft/cortana-skills-samples/blob/master/Consumer/Node/V4Patches/12.nlp-with-luis.diff
I would venture a guess that you do not handle the empty message / welcome intent on first turn.
Finally I activated Cortana Channel by uploading again the skill icon

microsoft bot framework - skype for business - error

I am using Microsoft Botframework to publish a bot (Channel Registration). When I try enabling the channels , I see the bot to be working in Slack , Skype, MS Teams & Web chat . However (despite following the steps to enable bot in SFB) I could not get the bot working in Skype for Business. I keep getting the error.
"Sorry, we ran into a problem at our end."
Neither do I see any log to debug.
Waited more than 24 hrs to ensure it is not the sync issue. But issue still remains. Any help appreciated !!
I am not clear with the error as to from which end it is being thrown.
I need you to follow the below steps:
Publish Bot in azure as an app service, through VS if you are coding through c#.
Create a "Bot channel registration" in azure and connect the above app service and Bot channel registration(simple use the URL of the app service append it with /api/messages and insert the same as messaging endpoint in Bot channel registration).
use the app id and app secret in bot solution and republish the app service.
Inside Bot channel registration click on channel and enable it for Skype for business(you will find your BOT in SFB using the credentials you have used to create the bot channel registration).
Finally got it working. What i noticed is the following
I faced the issue when I used the SIP URI as somebot#mydomain.com to register the bot in my tenant.
And i got it working when I used the SIP URI as somebot#mydomain.onmicrosoft.com.
Unsure on the reasoning though :)
And btw thanks #Tanmoy for your answer aswell !!

Microsoft Botframework channel messenger not working in development mode

I need enable channel messenger for botframework.
i make follow this guide: https://learn.microsoft.com/en-us/azure/bot-service/bot-service-channel-connect-facebook#enable-messenger
exclude "submit for review". i want test before submit review.
Until an app is published, it is in Development Mode. Plugin and API functionality will only work for admins, developers, and testers.
i am administrator for app & that page.
i try chat but bot not working.
Env info:
Facebook API version: 2.12
Bot framework ver: 3.14
And i has migrated to azure bot service.
My bot screenshots:
Facebook app & web hook setting
Bot setting
Channel status
Skype channel status is ok
In messenger bot not working
Any one can help me ?
Thank in advance!
Problem solved!
My problem is: i detected a problem about my account "Your free credit has expired after i create new bot service.
then i fix above issue, and bot worked.
Hope Azure service will show alert when create new channel for trial program.
If you just channel messenger for botframework about yesterday, so I think that your issues relate to my issues:
403 forbidden with POST request on https://facebook.botframework.com
My facebook channels bot framework worked well about 6 months till 2018, 19 April. All request suddendly response 403 forbidden.
And I am trying to find any document which mentioned to any change or update API from microsoft bot server at 2018, 19 April.
The following is some steps for facebook set up which help me on the succcess:
step1 - Get app_id and app_secret
https://i.stack.imgur.com/WCdKH.jpg
step2 - Webhooks for page
https://i.stack.imgur.com/1Ve8u.jpg
step3 - Webhooks for page - enter microsoft bot service callback and verify token
https://i.stack.imgur.com/HX2qR.png
step 4- Messenger setting - subscribe page and get page access_token
https://i.stack.imgur.com/wwwj4.jpg
step 5 - Get page_id at facebook page
https://i.stack.imgur.com/JL78m.jpg

Office365 list contacts using EWS returns The remote server returned an error: (403) Forbidden

I have build a C# application using Exchange Web Services to read Outlook Contact data from Office 365. Until April 2013, this was working just fine. However, Office 365 has been updated. Now, when I query contact data I receive an Exception "The remote server returned an error: (403) Forbidden."
I read some info about SharePoint Online App authentication, but can't find any details on MSDN. Is anyone familiar with this?

Resources