Closed Bug 816816 Opened 12 years ago Closed 10 years ago

[traceback] AttributeError: 'Settings' object has no attribute 'SOLITUDE_HOSTS' - devhub.tasks.packager

Categories

(addons.mozilla.org Graveyard :: Developer Pages, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: cvan, Assigned: davidbgk)

References

Details

(Whiteboard: [contribute])

* http://sentry.dmz.phx1.mozilla.com/addons/group/3271/
* 1 traceback
* First seen Nov 30, 2012

AttributeError: 'Settings' object has no attribute 'SOLITUDE_HOSTS'

Stacktrace (most recent call last):

  File "celery/execute/trace.py", line 153, in trace_task
    R = retval = task(*args, **kwargs)
  File "nuggets/celeryutils.py", line 35, in wrapped
    return fun(*args, **kw)
  File "devhub/tasks.py", line 292, in packager
    from devhub.views import packager_path
  File "/data/www/addons.mozilla.org/zamboni/apps/devhub/views.py", line 50, in <module>
    from lib.pay_server import client
  File "/data/www/addons.mozilla.org/zamboni/lib/pay_server/__init__.py", line 179, in <module>
    client = get_client()
  File "/data/www/addons.mozilla.org/zamboni/lib/pay_server/__init__.py", line 164, in get_client
    if settings.SOLITUDE_HOSTS:
  File "django/utils/functional.py", line 185, in inner
    return func(self._wrapped, *args)
Whiteboard: [contribute]
Depends on: 922101
Matt: I don't see how that one can depends on the add-on packager, to me that's a missing setting that has been fixed since then (no more entry in sentry for a year). Can you be more explicit?
Assignee: nobody → david
Flags: needinfo?(mattbasta)
If you remove the packager altogether, you don't need to fix issues like this. Removing it should take priority over fixing issues with it.
Flags: needinfo?(mattbasta)
SOLITUDE_HOSTS exist in all the settings files under https://github.com/mozilla/zamboni/tree/master/sites - I assume this is fixed. Thanks.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.