-
Notifications
You must be signed in to change notification settings - Fork 27
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
Improve error message when ACE fails to start #181
Comments
I think I have a solution for this by checking if the |
Good :) And that sounds about right. Checking the
Also, I'm not sure if you've looked at the |
@mcmillanmajora could you submit a PR? It should be easier to figure out the remaining issues that way. |
Assigning to myself. I have a fix in my branch. |
Instantiating an AceProcessor with an old grammar image currently results in a stack trace with the error "Broken pipe" which hides the error from ACE. The
delphin.interfaces.ace.AceProcess._open()
method should check if the opened process terminated and raise a more appropriate error (this may require a new exception class indelphin.exceptions
)The text was updated successfully, but these errors were encountered: