Skip to content

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

Open
mereghost opened this issue Feb 7, 2013 · 6 comments
Open

Problems on the payload processing #44

mereghost opened this issue Feb 7, 2013 · 6 comments
Labels

Comments

@mereghost
Copy link
Contributor

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.

squash

Any ideas on what may cause that?

@RISCfuture
Copy link
Contributor

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.

@mereghost
Copy link
Contributor Author

I'll check the logs then. Thanks in advance. =)

@mereghost
Copy link
Contributor Author

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.

    2013-02-08 11:58:56 BRST ERROR:  invalid byte sequence for encoding "UTF8": 0xe16769

@RISCfuture
Copy link
Contributor

Oh, tricksy. Would it be possible for me to get the payload (minus sensitive data) so I can repro on my machine?

@mereghost
Copy link
Contributor Author

I'll get it and send it your way.

@evanwalsh
Copy link

@mereghost any progress on this? I'm running into this and I'm not sure if I should start working on a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants