-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
better api error handling on the cli #2954
Comments
I will take it @marionschleifer |
@santoshyadav198613 great! Let us know if you have any questions 🙂 |
@marionschleifer I'd like to give this issue a try. I'm a beginner, so please guide me 😃 |
@dotslash21 we have created a wiki describing everything you need to know about Hasura & Hacktoberfest: https://github.com/hasura/graphql-engine/wiki/Hacktoberfest-2019-%F0%9F%8E%89 🙂 |
Hi @marionschleifer , |
I'm trying to run some tests, but i keep getting an undefined variable. Am I missing a step in the testing process? |
@marionschleifer Is this issue assigned to someone. I can see from the comments santoshyadav198613 has left this issue due to os problems. If someone is already not working on it, can I take it? |
@santoshyadav198613 Building on Windows is no different than building on a *nix machine as Go has good cross-platform support. If your hiccup is with |
@tingaloo Some tests depend on other tests, it is better if you run them together. Like |
@rv404674 we decided not to assign issues. People who want to contribute can just follow these guidelines: https://github.com/hasura/graphql-engine/wiki/Hacktoberfest-2019-%F0%9F%8E%89. If a draft PR is linked to an issue, it means someone is already working on it 🙂 |
closed in c6ab101 |
If any of the API calls throw 504 etc or a non-JSON response, the CLI errors out saying
which is not really helpful for a user.
For all unknown API-errors, the CLI should print out the response code and body.
The text was updated successfully, but these errors were encountered: