-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Body parameters containing an object with an array only keeps the first item. #24
Comments
I also have the same problem, i 'm trying to build a Bot following the 10 minute tutorial from facebook:
Then I start it using this:
I use emacs restclient:
and the response is correct:
but when I look the request object I get this:
So I cannot get the other parameters. I suppose that there is workaround for this, but I cannot figure out what to do. It seems that it is an error getting the body-parameters, because the raw-body circular stream is correct:
|
Create a simple Ningle server -
Then send some json to it -
The only item that comes into BODY-PARAMETERS is the first item in that array
The parameters passed into
lack.request:make-request
does contain the full array, so somewhere between there and my handler being called it gets truncated. I cannot work out where.The text was updated successfully, but these errors were encountered: