Response status code does not indicate success: 404 (Not Found).
See original GitHub issueDescribe the bug
Started having the following issues running my bot, after the Greeting dialog I get the answer “Response status code does not indicate success: 404 (Not Found).”
{
"type": "message",
"serviceUrl": "http://localhost:65272",
"channelId": "emulator",
"from": {
"id": "e92f1780-670f-11eb-bac1-89ebb61af8ed",
"name": "Bot",
"role": "bot"
},
"conversation": {
"id": "e9324bd0-670f-11eb-b012-3d1aa5ef5145|livechat"
},
"recipient": {
"id": "cb96af04-1a25-4896-947f-83e111d51d9b",
"role": "user"
},
"locale": "en-US",
"text": "Response status code does not indicate success: 404 (Not Found).",
"inputHint": "acceptingInput",
"replyToId": "199a1c80-6710-11eb-b012-3d1aa5ef5145",
"id": "1a00a680-6710-11eb-b012-3d1aa5ef5145",
"localTimestamp": "2021-02-04T17:40:41+00:00",
"timestamp": "2021-02-04T17:40:41.832Z"
}
I’m guessing this is related to LUIS configuration … but could not yet found how.
Version
v1.3.1- nightly-209116.285a040
Browser
- [ x] Electron distribution
- Chrome
- Safari
- Firefox
- Edge
OS
- macOS
- [x ] Windows
- Ubuntu
To Reproduce
Steps to reproduce the behavior:
- Go to ‘…’
- Click on ‘…’
- Scroll down to ‘…’
- See error
Expected behavior
Screenshots
Additional context
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
Response status code does not indicate success: 404 (Not ...
i am trying to use this sample with my application. Getting Error in here.. app.UseWindowsAzureActiveDirectoryBearerAuthentication(
Read more >In webapi asp.net I am getting following error.,response status ...
In webapi asp.net I am getting following error.,response status code does not indicate success 404 (not found).
Read more >The response status code does not indicate success
I appear to get: The response status code does not indicate success: 404 (Not Found). and my callback URL doesn't get hit.
Read more >Message :Response status code does not indicate success
Message : Response status code does not indicate success : 404 ( Not Found ). 4,334 views4.3K views. Premiered Oct 19, 2022.
Read more >Message :Response status code does not indicate success
Message : Response status code does not indicate success : 404 ( Not Found ). 10K views 2 months ago. Keep Up! Keep...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, should be the same issue. #5749, here is the PR to fix the issue, stay tuned.
Hi, I just installed the nightly and also have the same issue. The Bot does not publish the LUIS app. Manually publishing the LUIS Apps solves the 404 but is not feasible,