Closed Bug 559672 Opened 15 years ago Closed 15 years ago

/addons/smorgasbord is consistently throwing a 500 error

Categories

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

defect
Not set
major

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: krupa.mozbugs, Assigned: jbalogh)

References

()

Details

steps to reproduce: 1.Go to https://preview.addons.mozilla.org/z/en-US/firefox/addons/smorgasbord observed behavior: Oops! We had an error. We'll get to fixing that soon. You can try refreshing the page, or head back to the Add-ons homepage. Headers: HTTP/1.1 500 INTERNAL SERVER ERROR Server: Apache Vary: Accept-Encoding Content-Type: text/html; charset=utf-8 Date: Thu, 15 Apr 2010 22:02:54 GMT Via: Moz-Cache-zlb01 Connection: close X-Cache-Info: not cacheable; response code not cacheable
Traceback (most recent call last): File "/data/virtualenvs_preview/zamboni/lib/python2.6/site-packages/django/core/handlers/base.py", line 101, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/data/amo_python/www/preview/zamboni/apps/addons/buttons.py", line 216, in smorgasbord normal = Addon.objects.listed(request.APP).exclude(id__in=featured) File "/data/virtualenvs_preview/zamboni/lib/python2.6/site-packages/django/db/models/query.py", line 552, in exclude return self._filter_or_exclude(True, *args, **kwargs) File "/data/virtualenvs_preview/zamboni/lib/python2.6/site-packages/django/db/models/query.py", line 561, in _filter_or_exclude clone.query.add_q(~Q(*args, **kwargs)) File "/data/virtualenvs_preview/zamboni/lib/python2.6/site-packages/django/db/models/query_utils.py", line 167, in __invert__ obj = deepcopy(self) File "/usr/lib/python2.6/copy.py", line 173, in deepcopy y = copier(memo) File "/data/virtualenvs_preview/zamboni/lib/python2.6/site-packages/django/utils/tree.py", line 61, in __deepcopy__ obj.children = deepcopy(self.children, memodict) File "/usr/lib/python2.6/copy.py", line 162, in deepcopy y = copier(x, memo) File "/usr/lib/python2.6/copy.py", line 228, in _deepcopy_list y.append(deepcopy(a, memo)) File "/usr/lib/python2.6/copy.py", line 162, in deepcopy y = copier(x, memo) File "/usr/lib/python2.6/copy.py", line 235, in _deepcopy_tuple y.append(deepcopy(a, memo)) File "/usr/lib/python2.6/copy.py", line 173, in deepcopy y = copier(memo) File "/data/virtualenvs_preview/zamboni/lib/python2.6/site-packages/django/db/models/query.py", line 47, in __deepcopy__ obj_dict = deepcopy(self.__dict__, memo) File "/usr/lib/python2.6/copy.py", line 162, in deepcopy y = copier(x, memo) File "/usr/lib/python2.6/copy.py", line 255, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) File "/usr/lib/python2.6/copy.py", line 162, in deepcopy y = copier(x, memo) File "/usr/lib/python2.6/copy.py", line 228, in _deepcopy_list y.append(deepcopy(a, memo)) File "/usr/lib/python2.6/copy.py", line 189, in deepcopy y = _reconstruct(x, rv, 1, memo) File "/usr/lib/python2.6/copy.py", line 323, in _reconstruct y = callable(*args) File "/usr/lib/python2.6/copy_reg.py", line 93, in __newobj__ return cls.__new__(cls, *args) TypeError: instancemethod expected at least 2 arguments, got 0
That's not an error I was expecting!
Severity: normal → major
Assignee: nobody → jbalogh
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.