-
Notifications
You must be signed in to change notification settings - Fork 134
Problems on the payload processing #44
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
Comments
Possibly a validation error when saving the Occurrence but not the Bug. You can check the log for the API request; any error raised in the course of processing an error is logged. |
I'll check the logs then. Thanks in advance. =) |
The weird issue is that no errors are reported on log. After some investigation on the PG logs, it seems that the very reason the exception occurs on the app, breaks the triggers: an invalid UTF-8 byte sequence.
|
Oh, tricksy. Would it be possible for me to get the payload (minus sensitive data) so I can repro on my machine? |
I'll get it and send it your way. |
@mereghost any progress on this? I'm running into this and I'm not sure if I should start working on a PR. |
One of my monitored apps sent an ArgumentError that exploded on the Rack Middleware and somehow, Squash didn't process the issue correctly.
Now we are presented with an error without an error count or latest occurrences.
Any ideas on what may cause that?
The text was updated successfully, but these errors were encountered: