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.

"The parent is missing." error when sending HTTP request with string body

See original GitHub issue

Describe the bug

“The parent is missing.” error when performing HTTP request with string body (required for x-www-form-urlencoded)

Version

1.0.1

Browser

  • Electron distribution
  • Chrome
  • Safari
  • Firefox
  • Edge

OS

  • macOS
  • Windows
  • Ubuntu

To Reproduce

Steps to reproduce the behavior:

  1. Create a new HTTP request
  2. Set method: “POST”
  3. Set a url
  4. Set the body as string and write something. For example, “this is the body”
  5. Run the bot
  6. When the bot will try to run this action, the bot will write “The parent is missing.” in the chat

Expected behavior

Run the HTTP Request

Screenshots

image

image

Additional context

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:21 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
zidaneymarcommented, Jun 15, 2020
1reaction
luhan2017commented, Jun 15, 2020

@hraz-msft @rhalaly @triciasinclair Thanks for reporting this issue. I’ve got what you mean. This is a bug in the botbuilder-dotnet httprequest body handling logic. @zidaneymar will help to prepare a fix on this, and we will keep you posted.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spring post method "Required request body is missing"
My issue was that, when I was making requests from Postman, the "Content-Length" header was unchecked, so service was not considering the ...
Read more >
Send an HTTP request to SharePoint action in Microsoft Flow ...
There can be multiple reasons for this error. The most obvious reason is that the document that Flow is trying to update has...
Read more >
POST - HTTP - MDN Web Docs
The HTTP POST method sends data to the server. The type of the body of the request is indicated by the Content-Type header....
Read more >
Missing request body when handling a POST via superagent
That looks like you are sending a request body that is not string, nor Buffer. The error says you are giving an Object...
Read more >
HTTP Status Codes List | HTTP Error Codes Explained
If the HTTP headers had been rejected, this ensures that the client does not send a request for the body. However, if the...
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