-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix Server Error Parsing #546
Conversation
for more information, see https://pre-commit.ci
Thanks! That seems to work. However, now it looks like The error message should say:
|
I can't replicate this exact issue since I don't have the same file. I'm not splitting on those How large is this file? That would be the easiest way to make sure everything is caught. |
To replicate the issue, I think you will not need the file but should be able to do the following:
|
for more information, see https://pre-commit.ci
Ah I see now. I was injecting the error into the HTML for formatting reasons, and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works on my end! Thanks!
fix #544
Was excluding any strings after the second (or later) colon when parsing error messages from the server.