Closed
Bug 1004612
Opened 11 years ago
Closed 11 years ago
Unable to log in using Persona
Categories
(Marketplace Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: krupa.mozbugs, Unassigned)
References
()
Details
(Keywords: regression)
Tester is not logged in.
steps to reproduce:
1. Load https://payments-alt.allizom.org/developers/submit/?src=nav
2. Try to sign in using Persona when prompted
observed behavior:
Persona login fails with a 500.
POST https://payments-alt.allizom.org/api/v1/account/login/ [HTTP/1.1 500 INTERNAL SERVER ERROR 1484ms]
Reporter | ||
Comment 1•11 years ago
|
||
This is also true for marketplace-dev
I can reproduce this error while logging into Fireplace.
See http://sentry.dmz.phx1.mozilla.com/addons/marketplace-dev/group/18759/
traceback details:
Stacktrace (most recent call last):
File "django/core/handlers/base.py", line 90, in get_response
response = middleware_method(request)
File "newrelic/hooks/framework_django.py", line 221, in wrapper
return wrapped(*args, **kwargs)
File "mkt/api/middleware.py", line 174, in process_request
.process_request(request))
File "django/middleware/transaction.py", line 23, in process_request
transaction.enter_transaction_management()
File "django/db/transaction.py", line 70, in enter_transaction_management
get_connection(using).enter_transaction_management(managed, forced)
File "django/db/backends/__init__.py", line 289, in enter_transaction_management
self.set_autocommit(not managed)
File "django/db/backends/__init__.py", line 333, in set_autocommit
self._set_autocommit(autocommit)
File "django/db/backends/mysql/base.py", line 460, in _set_autocommit
self.connection.autocommit(autocommit)
File "MySQLdb/connections.py", line 243, in autocommit
_mysql.connection.autocommit(self, on)
POST https://marketplace-dev.allizom.org/api/v1/account/login/ [HTTP/1.1 500 INTERNAL SERVER ERROR 1796ms]
Guessing a regression from bug 970598?
Severity: normal → blocker
Keywords: regression
Summary: Unable to log in to payments-alt devhub using Persona → Unable to log in using Persona
Updated•11 years ago
|
Component: Payments/Refunds → Consumer Pages
Comment 2•11 years ago
|
||
I'm not sure if this is a regression from bug 970598.
The only change I made related to login is at https://github.com/mozilla/fireplace/commit/e5aa13992417e26466c94e72b7295b92c37312b8, which touches only logout and consumer pages.
This bug seems to be about Developer Pages which I haven't touched for weeks. mkt-dev.a.o and mkt-dev.a.o/developers login and logout works for me.
Comment 3•11 years ago
|
||
Maybe this is an ops/configuration issue?
Component: Consumer Pages → Developer Pages
Reporter | ||
Comment 4•11 years ago
|
||
looks like this was intermittent. Works now.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 5•11 years ago
|
||
This is still reproducible on payments-alt. Reopening..
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Reporter | ||
Updated•11 years ago
|
Comment 6•11 years ago
|
||
This has been working for me.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•