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

deployment.operation.error.errors[0].message is String, not JSON #126

Closed
kuboon opened this issue Oct 18, 2018 · 3 comments
Closed

deployment.operation.error.errors[0].message is String, not JSON #126

kuboon opened this issue Oct 18, 2018 · 3 comments

Comments

@kuboon
Copy link

kuboon commented Oct 18, 2018

I encounted JSON parse error on this line and found that it is not JSON.

const parsedMessage = JSON.parse(deployment.operation.error.errors[0].message);

@pickypg
Copy link
Contributor

pickypg commented Oct 23, 2018

I have a PR that hasn't been reviewed that fixes this in #121.

@pickypg
Copy link
Contributor

pickypg commented Oct 30, 2018

Now that #121 is merged we can close this one.

@pmuens
Copy link
Contributor

pmuens commented Nov 12, 2018

Thanks for opening @kuboon and thanks for fixing @pickypg 👍

Closing...

@pmuens pmuens closed this as completed Nov 12, 2018
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

3 participants