question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Response status code does not indicate success: 404 (Not Found).

See original GitHub issue

Describe 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:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Expected behavior

Screenshots

Additional context

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
luhan2017commented, Feb 18, 2021

Yes, should be the same issue. #5749, here is the PR to fix the issue, stay tuned.

1reaction
goergenjcommented, Feb 9, 2021

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,

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found