-
Notifications
You must be signed in to change notification settings - Fork 25
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
CLI crash when JSON objects cannot be decoded. #118
Comments
This in fact happens any time a JSON payload is expected to come back and one doesn't. This should be fixed across the board. Here's another example w/ a basic typo in the
In both cases the call do |
jathanism
changed the title
Trying to create an object on a non-existent site is unhandled
CLI crash when JSON objects cannot be decoded.
Nov 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to dropbox/nsot#219
Trying to create an object on a non-existent site is unhandled.
This should be caught and return a human-readable error, not a traceback:
The text was updated successfully, but these errors were encountered: