Closed
Bug 1227969
Opened 10 years ago
Closed 6 years ago
badges.mozilla.org is down/broken?
Categories
(Websites :: other.mozilla.org, defect)
Websites
other.mozilla.org
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: groovecoder, Unassigned)
References
()
Details
Steps to reproduce:
1. Go to badges.mozilla.org in Firefox 43 (currently beta)
Expected Results:
Show badges.mozilla.org
Actual Results:
Blank page
or
1. Sign in to badges.mozilla.org with Chrome (48)
2. Click to create a badge
Expected Results:
Create a badge page
Actual Results:
Server error (500)
Comment 1•10 years ago
|
||
Probably want to file this as an issue on the mozilla/badges.mozilla.org github repository, since bugs for that project are not generally tracked in Bugzilla.
But FWIW, it looks like there's a problem with it calling the Mozillians API (v1) to verify vouched status:
File "/data/www/badges.mozilla.org/badges/badgus/profiles/models.py", line 210, in is_vouched_mozillian
resp = requests.get(url)
...
File "/data/www/badges.mozilla.org/badges/virtualenv/lib/python2.6/site-packages/requests/adapters.py", line 431, in send
raise SSLError(e, request=request)
SSLError: hostname 'mozillians.org' doesn't match either of [REDACTED]
There's a Mozillians API v2, now, so switching to that would probably fix it.
Comment 2•6 years ago
|
||
badges.mozilla.org was decomm'd in 2017
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•