small number of 500 Errors in production for FxOS #1069
Comments
|
Putting this next. Chronic 500 errors mask the existence of other bugs. |
|
I haven't been able to find an obvious cause for this, but I suspect some error occurring in out custom validation code for email addresses. From kibana it looks like all the 500s are on |
|
I've been periodically checking out kibana since this was filed, and I haven't seen any further re-occurrences of this. All the 500s I could see have been on Interestingly, this is a read-only endpoint, so if there's an email validation failure it's occurring in the response schema checking, against a value that we already accepted and stored in the db. Given the variety of user-agents that trigger this, the nature of the endpoint on which we're seeing it, and the fact that we haven't seen any more in the last seven days, I don't think there's much more we can do with this bug. I'm going to close it out, but @jrgm please re-open with additional tracebacks if we get more of them. |
There seems to be some number of 500 that are all listed as FxOS. In the most recent two cases, the stack was this one below, which offhand appears to be something failing Joi.
"agent":"Mozilla/5.0 (Mobile; Orange KLIFD; rv:32.0) Gecko/32.0 Firefox/32.0"
The text was updated successfully, but these errors were encountered: