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

Python server: Add more detail to error handling #1355

Closed
ascobie opened this issue May 21, 2018 · 1 comment · Fixed by #1356
Closed

Python server: Add more detail to error handling #1355

ascobie opened this issue May 21, 2018 · 1 comment · Fixed by #1356

Comments

@ascobie
Copy link
Member

ascobie commented May 21, 2018

When getting an error from the CLI about failing to upload files to the file group, we are missing another nested error that contains the reason why.

Maybe we can keep looking for nested "original" objects in the error to get all of the relevant information.

image

@timotheeguerin timotheeguerin changed the title add more detail to error handling Python server: Add more detail to error handling May 21, 2018
@timotheeguerin timotheeguerin added this to the 0.16.0 milestone May 21, 2018
@timotheeguerin
Copy link
Member

I think the main problem here is in the python server code where we should catch all error better and send them in the right format

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

Successfully merging a pull request may close this issue.

2 participants