Closed
Bug 1431084
Opened 8 years ago
Closed 8 years ago
basket-dev.allizom.org raises 500 error
Categories
(Websites :: Basket, enhancement)
Websites
Basket
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nemo-yiannis, Unassigned)
Details
After doing some maintenance in our staging environment we received tracebacks from basket (basket-dev) like the following:
exception: 500 request returned from basket: <html>
<head>
<title>500 - Internal Server Error - Basket</title>
</head>
<body>
<h1>500 - Internal Server Error - Basket</h1>
</body>
</html>
This got triggered by our test user in our selenium tests:
email: parsystest.user@gmail.com
Comment 1•8 years ago
|
||
It seems that /news/lookup-user/ throws a SalesforceRefusedRequest error.
The response content from Salesforce is:
[{u'errorCode': u'INVALID_OPERATION_WITH_EXPIRED_PASSWORD', u'message': u'The users password has expired, you must call SetPassword before attempting any other API operations'}
https://sentry.prod.mozaws.net/operations/basket-dev-us-west/issues/705679/
:pmac can you please take a look?
Flags: needinfo?(pmac)
Comment 2•8 years ago
|
||
Bah! Yeah. This happened in prod as well due to a miss-configuration of the account. I'll get it taken care of as soon as I can.
Flags: needinfo?(pmac)
| Reporter | ||
Comment 3•8 years ago
|
||
Cool! Thanks :pmac
Comment 4•8 years ago
|
||
This should now be fixed. Thanks for the report, and apologies for the issues.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•