Closed
Bug 651166
Opened 15 years ago
Closed 14 years ago
[prod] ISE - AssertionError
Categories
(Input :: General, defect)
Input
General
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mbrandt, Unassigned)
References
()
Details
Traceback (most recent call last):
File "/data/www/django/input.mozilla.com/reporter/vendor/packages/Django/django/core/handlers/base.py", line 100, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/www/django/input.mozilla.com/reporter/vendor/packages/Django/django/utils/decorators.py", line 76, in _wrapped_view
response = view_func(request, *args, **kwargs)
File "/data/www/django/input.mozilla.com/reporter/apps/input/decorators.py", line 43, in cached_view
return f(request, *args, **kwargs)
File "/data/www/django/input.mozilla.com/reporter/apps/search/views.py", line 209, in index
request, meta=meta)
File "/data/www/django/input.mozilla.com/reporter/apps/search/views.py", line 58, in _get_results
opinions = c.query(query, **search_opts)
File "/data/www/django/input.mozilla.com/reporter/apps/search/client.py", line 183, in query
sc.SetFilterRange(filter, *value)
File "/data/www/django/input.mozilla.com/reporter/vendor/src/sphinxapi/sphinxapi/__init__.py", line 389, in SetFilterRange
assert(min_<=max_)
AssertionError
<WSGIRequest
GET:<QueryDict: {u'q': [u''], u'product': [u'firefox'], u'version': [u'4.0b12'], u'date_start': [u''], u'date_end': [u'02/15/2011']}>,
POST:<QueryDict: {}>,
| Assignee | ||
Updated•14 years ago
|
Component: Input → General
Product: Webtools → Input
Comment 1•14 years ago
|
||
Is this still an issue, Matt?
| Reporter | ||
Comment 2•14 years ago
|
||
Nope, this is no longer a problem.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•