Closed
Bug 840120
Opened 12 years ago
Closed 12 years ago
errormill has a bug on failing logins
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Unassigned)
Details
If you try to log in with username: "Ihaveneverusedsentrybefore" you'll get a strange error from within Sentry itself.
In fact, you get a "Internal Server Error" and then a link to the error
https://errormill.mozilla.org/sentry/group/44/ (still without being logged in)
The error is that the variable "user" should be "User".
It's been fixed in master: https://github.com/getsentry/sentry/blob/master/src/sentry/utils/auth.py#L50
An upgrade might be in order :)
Comment 1•12 years ago
|
||
looks like we're quite a ways behind here...
[root@sentry1.webapp.phx1 ~]# pip search -v sentry
sentry - A realtime logging and aggregation server.
INSTALLED: 5.0.21
LATEST: 5.4.1
raven - Raven is a client for Sentry (https://www.getsentry.com)
INSTALLED: 2.0.10
LATEST: 3.1.11
Comment 2•12 years ago
|
||
Sentry is upgraded, is this still happening?
| Reporter | ||
Comment 3•12 years ago
|
||
Tried it again. It didn't happen any more.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•