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

Response code = 0 when creating a study properly #394

Closed
vferretti opened this issue Feb 16, 2019 · 2 comments
Closed

Response code = 0 when creating a study properly #394

vferretti opened this issue Feb 16, 2019 · 2 comments
Labels
bug Something isn't working server

Comments

@vferretti
Copy link
Member

I created a study using the SONG Swagger interface with the following payload.
{
"studyId": "study2",
"name": "study2",
"organization": "CHURSJ",
"description": "std server instance"
}

The study was properly created but I got a 0 response code from the API (instead of 201 according to the end point specification) and the following response header:

{
"error": "no response from server"
}

@vferretti vferretti added the bug Something isn't working label Feb 16, 2019
@vferretti vferretti changed the title response code = 0 when adding a study properly Response code = 0 when creating a study properly Feb 16, 2019
@rtisma rtisma added server breaking-change Changes to the code might result in breaking-changes labels Feb 16, 2019
@rtisma
Copy link
Contributor

rtisma commented Feb 16, 2019

We are aware of this issue. It will be fixed once #220 is completed, as this is a breaking change

@rtisma
Copy link
Contributor

rtisma commented Dec 12, 2019

fixed in #508

@rtisma rtisma closed this as completed Dec 12, 2019
@rtisma rtisma removed the breaking-change Changes to the code might result in breaking-changes label Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working server
Projects
None yet
Development

No branches or pull requests

2 participants