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

Catch exceptions coming from decrypt() #5

Closed
wants to merge 1 commit into from

Conversation

suprafly
Copy link

A nuber of exceptions may be thrown by various libraries used in decrypt.

One especially important one would be that URI.parse functions do not
validate a URI, and will raise errors if they get an invalid URI.

We should catch the error and provide a sensible return value to allow
the user to know that decrypt has failed and why.

A nuber of exceptions may be thrown by various libraries used in decrypt.

One especially important one would be that URI.parse functions do not
validate a URI, and will raise errors if they get an invalid URI.

We should catch the error and provide a sensible return value to allow
the user to know that decrypt has failed and why.
@suprafly
Copy link
Author

This should fix those two issues.

@rubencaro
Copy link
Owner

I reason about this on issue #4 . So I close this.

Many thanks though!

@rubencaro rubencaro closed this Apr 23, 2016
@rubencaro
Copy link
Owner

Just released 1.0.2 including fixes for this.

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

Successfully merging this pull request may close these issues.

None yet

2 participants