Skip to content
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

Error 204 on upload #3

Open
anthonyrubalcaba opened this issue Oct 15, 2012 · 2 comments
Open

Error 204 on upload #3

anthonyrubalcaba opened this issue Oct 15, 2012 · 2 comments

Comments

@anthonyrubalcaba
Copy link

In the PostRequests.cs file, the method PostForm, the following line:
return request.GetResponse() as HttpWebResponse;
throws the following error:

response.error.code
"204"
response.error.message
POST methods require valid JSON-RPC in the POST body, with "method" and "params" properties
response.error.name
"MissingBodyError"

Any ideas?

@vmlsupport
Copy link
Contributor

Hi Anthony,

That error seems to be coming from the SDK we were using. Can you
provide any more information like a call stack?

From: anthonyrubalcaba [mailto:notifications@github.com]
Sent: Monday, October 15, 2012 4:45 PM
To: BrightcoveOS/Video-Cloud-SharePoint-2010-Integration
Subject: [Video-Cloud-SharePoint-2010-Integration] Error 204 on upload (#3)

In the PostRequests.cs file, the method PostForm, the following line:
return request.GetResponse() as HttpWebResponse;
throws the following error:

response.error.code
"204"
response.error.message
POST methods require valid JSON-RPC in the POST body, with "method" and "params" properties
response.error.name
"MissingBodyError"

Any ideas?


Reply to this email directly or view it on GitHubhttps://github.com//issues/3.

@anthonyrubalcaba
Copy link
Author

Unfortunately I didn't save the call stack and everything seems to be working now despite not changing any part of the code that was relevant to this error. If I see it again I'll post more information but for now it appears the ghost in the machine has left.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants