I create a qna maler knowledge bases, and want to test it in postman.
But I got 415 error.(I had added content-type:application/json)
Here is the issue screenshot
QnA maker info
Postman issue
Can you guys tell me how to fix the issue
The problem is that I choose form-data in postman.
After I select raw.
It works fine now!
Related
I am trying to use YouTube Data API (https://developers.google.com/youtube/v3/docs/playlists/list), but, now, it doesn't run. I used it a few weeks ago, and all was good.
This is the error that I get .
When I click on the list (by channel ID), this is the response:
I want to use YouTube API for my web app. What can I do?
How can I solve this problem?
Thank you! 😊
I'm getting errors after adding the BOT in teams. I have created a simple Hello default bot using the MS Teams Toolkit and Vs Code. The best part is whenever i'm creating any BOT and try to run it in Bot emulator then it is working fine which is on localhostwith 200 ok response but not in teams either i'm getting 404 or 500 in POST requests.
Can someone please help and through some light and tell me what i'm doing wrong here or what could be the possible cause of the errors.
ng-rok error log
Your bot looks like it's configured to reach your ngrok environment properly, so that's good, but it looks like the path is incomplete. You need to tell the Bot Framework the full path to the actual running endpoint in your app - it's usually something like https://[something].ngrok.io/api/messages, like the below screenshot:
Under the "messaging endpoint" section, see the full path. I suspect you only have the https://[something].ngrok.io part and not the /api/messages part.
You can see this because in your ngrok log that you've posted, the path is direct to the root (/), not to /api/messages or similar.
I am trying to use the experimental skills provided by the bot framework. I downloaded the code for the news skill and created all azure resources. I got the bing key from here and placed it in my appsettings.json I also updated all my config values to my Luis app.
I am testing through emulator. When I run the code I go through the dialog successfully, it asks me for the topic I want to get news about and my country and then at the point where it has to get the news articles I get the following error.
Does anyone have any idea what am I missing? I tried the bing API through postman using the same key I have in my appsettings and it is working fine.
Should I do an additional step other than just download the code and update all the config values?
I don't know what is causing this error.
If you have created bing using new marketing portal.
Here are endpoints for Bing news using REST API.
Doc Location: https://learn.microsoft.com/en-us/bing/search-apis/
I've an app on LUIS which was working fine until I made few changes to the entities list. I published my app after the changes and LUIS returns 400 state. My other apps using same subscription key from Azure work fine. I tried creating a new app with the same data and the new app also returns 400.
The test panel inside the app also does not work. Any suggestions ?
Although I don't have any proposed solution, I rebuilt the list entity which was causing the error. Looks like the issue is due to some encoding while converting from excel to json. If anyone comes across a similar scenario, I would suggest to check your entities first.
I want to convert currencies using google finance api. But its not working in my local machine(India).
It works fine when I hit from one server located in USA and provides proper result.
Url : https://finance.google.com/finance/converter?a=1&from=ZAR&to=USD&meta=53336452-3e60-4fa1-9740-9ef8ea9e9118
Can anyone please help me to work this api properly in my local machine?
Any help will be appriciated
Thanks.
I was facing the similar issue (Google Converter API suddenly not
working)
As per my finding, I got the solution and conclude here that Google recently update the finance API.
The below link is work for me
Latest URL: https://finance.google.com/bctzjpnsun/converter
file_get_contents("https://finance.google.com/bctzjpnsun/converter?a=$amount&from=$from_Currency&to=$to_Currency");