-
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
Copy formatted for exception does not work #301
Comments
I just noticed this as well. I get a |
I'm hitting the same issue. The error only happens when the stack is dumped to the log; i.e. for log entries without php stack the error doesn't happen. |
OK, I think I found the error. The raw log message is formatted as json. To reformat it some logic will parse the json message. Part of the json message is the logreader/js/ExceptionParser.js Line 134 in 281801e
So somewhere this should be caught, perhaps by adding an empty list to the Trace elements for which args is missing. Perhaps in the parse function? logreader/js/ExceptionParser.js Line 24 in 281801e
|
I encountered this issue as well. |
@icewind1991 Can you have a look at this? I think I identified the code that causes the error (see above). |
Steps to reproduce
Expected behaviour
Exception copied
Actual behaviour
Nothing
The text was updated successfully, but these errors were encountered: