Closed
Bug 718581
Opened 14 years ago
Closed 14 years ago
FD account cannot log in
Categories
(addons.mozilla.org Graveyard :: Add-on Builder, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: zcampbell, Unassigned)
Details
Cannot log in using the FD account used for automation (flight.deck.testing@gmail.com ). When returning from the browserID login, FD attempts to redirect to the dashboard but a 500 internal server error occurs.
:zalun has investigated and found that the issue and found it is due to the account having a package created without the latest revision.
At the moment I need this account repaired but I will research the cause of the broken package aswell.
Comment 1•14 years ago
|
||
Traceback (most recent call last):
File "/data/www/builder-addons-dev.allizom.org/flightdeck/vendor/lib/python/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/www/builder-addons-dev.allizom.org/flightdeck/vendor/lib/python/django/contrib/auth/decorators.py", line 23, in _wrapped_view
return view_func(request, *args, **kwargs)
File "/data/www/builder-addons-dev.allizom.org/flightdeck/apps/person/views.py", line 66, in dashboard
}, context_instance=RequestContext(r))
File "/data/www/builder-addons-dev.allizom.org/flightdeck/vendor/lib/python/django/shortcuts/__init__.py", line 20, in render_to_response
return HttpResponse(loader.render_to_string(*args, **kwargs), **httpresponse_kwargs)
File "/data/www/builder-addons-dev.allizom.org/flightdeck/vendor/lib/python/django/template/loader.py", line 188, in render_to_string
return t.render(context_instance)
File "/data/www/builder-addons-dev.allizom.org/flightdeck/vendor/src/jingo/jingo/__init__.py", line 189, in render
return super(Template, self).render(context_dict)
File "/data/www/builder-addons-dev.allizom.org/flightdeck/vendor/lib/python/jinja2/environment.py", line 891, in render
return self.environment.handle_exception(exc_info, True)
File "/data/www/builder-addons-dev.allizom.org/flightdeck/apps/person/templates/user_dashboard.html", line 1, in top-level template code
{% extends "dashboard.html" %}
File "/data/www/builder-addons-dev.allizom.org/flightdeck/apps/person/templates/dashboard.html", line 1, in top-level template code
{% extends "base.html" %}
File "/data/www/builder-addons-dev.allizom.org/flightdeck/apps/base/templates/base.html", line 80, in top-level template code
{% block base_fluid_width %}
File "/data/www/builder-addons-dev.allizom.org/flightdeck/apps/base/templates/base.html", line 86, in block "base_fluid_width"
{% block app_content %}{% endblock %}
File "/data/www/builder-addons-dev.allizom.org/flightdeck/apps/person/templates/user_dashboard.html", line 16, in block "app_content"
{% include "_dashboard_addon.html" %}
File "/data/www/builder-addons-dev.allizom.org/flightdeck/apps/person/templates/_dashboard_addon.html", line 1, in top-level template code
{% extends "_package_browser_addon.html" %}
File "/data/www/builder-addons-dev.allizom.org/flightdeck/apps/jetpack/templates/_package_browser_addon.html", line 2, in top-level template code
{% block amo_info %}{% endblock %}
File "/data/www/builder-addons-dev.allizom.org/flightdeck/apps/person/templates/_dashboard_addon.html", line 8, in block "amo_info"
data-get_addon_info_url="{{ item.latest.get_status_url() }}">
UndefinedError: 'None' has no attribute 'get_status_url'
| Reporter | ||
Comment 2•14 years ago
|
||
That's the one :)
Comment 3•14 years ago
|
||
fix_packages needs to be run - we still need to find why your tests are breaking add-ons
Comment 4•14 years ago
|
||
I think we've run fix_packages. Is this still a bug?
| Reporter | ||
Comment 5•14 years ago
|
||
For this particular account it has been resolved.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•11 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•