microsoft / BotBuilder-Samples

Welcome to the Bot Framework samples repository. Here you will find task-focused samples in C#, JavaScript/TypeScript, and Python to help you get started with the Bot Framework SDK!
https://github.com/Microsoft/botframework
MIT License
4.35k stars 4.86k forks source link

[Nodjs:12.nlp-with-luis]: onTurnError #1209

Closed Farhad-Heybati closed 5 years ago

Farhad-Heybati commented 5 years ago

Sample information

  1. Sample type: [\samples\ or \solutions] samples
  2. Sample language: [dotnetcore or webapi or es6 or nodejs or typescript] nodejs
  3. Sample name: 12.nlp-with-luis

Describe the bug

Give a clear and concise description of what the bug is. when runing the bot, I get the Following error: [onTurnError]: Error: Response 400: The request's body or parameters are incorrect, meaning they are missing, malformed, or too large.

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...' Follow the readme.MD npm start start the emulator and choose the bot file created during the precedent steps
  2. Click on '....'
  3. Scroll down to '....'
  4. See error [onTurnError]: Error: Response 400: The request's body or parameters are incorrect, meaning they are missing, malformed, or too large.

    Expected behavior

    Give a clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

[bug]

sgellock commented 5 years ago

Support Team, the repo steps are pretty light here. I've run the sample many times without error. can you see if you can get more detail from the customer on what is causing their issue.

stevkan commented 5 years ago

@fhe-fr, I've tried reproducing the issue using following the sample's README.md, however I have been unsuccessful in doing so. I'm wondering:

Farhad-Heybati commented 5 years ago

Hi, I resinstall everything and it works well now. Thanks On Monday, February 11, 2019, 07:18:02 PM PST, Steven Kanberg notifications@github.com wrote:

@fhe-fr, I've tried reproducing the issue using following the sample's README.md, however I have been unsuccessful in doing so. I'm wondering:

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

CoHealer commented 5 years ago

Closing as resolved