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

exit_status stored as exception can't be json serialized #285

Open
dnephin opened this issue Mar 20, 2014 · 0 comments
Open

exit_status stored as exception can't be json serialized #285

dnephin opened this issue Mar 20, 2014 · 0 comments

Comments

@dnephin
Copy link
Contributor

dnephin commented Mar 20, 2014

I believe this is new in 0.6.1.3,

action_run.exit_status is sometimes a twisted.python.failure.Failure, but it should be an integer exit code. That field gets serialized which results in an error when making requests to the API.

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

No branches or pull requests

1 participant