Closed Bug 927684 Opened 11 years ago Closed 10 years ago

[traceback] BadStatusCodeError: 404 inside Search Results with ?user_comments=/

Categories

(Socorro Graveyard :: Middleware, defect)

defect
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: stephend, Unassigned)

References

()

Details

Attachments

(1 file)

STR:

Load https://crash-stats.mozilla.com/search/?user_comments=/&product=Firefox&_facets=signature&_columns=user_comments

See screenshot -- there's an ISE 500 thrown inside Search Results.

Here's the stack:

https://errormill.mozilla.org/webtools/socorro-prod/group/118247/

BadStatusCodeError: 404: on: http://socorro-mware-zlb.webapp.phx1.mozilla.com/bpapi/supersearch/product/Firefox/user_comments/%2F/_results_number/50/_facets/signature/

Stacktrace (most recent call last):

  File "django/core/handlers/base.py", line 111, in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "waffle/decorators.py", line 36, in _wrapped_view
    return view(request, *args, **kwargs)
  File "crashstats/supersearch/views.py", line 176, in search_results
    search_results = api.get(**params)
  File "crashstats/crashstats/models.py", line 302, in get
    expect_json=expect_json)
  File "crashstats/crashstats/models.py", line 179, in fetch
    raise BadStatusCodeError('%s: on: %s' % (resp.status_code, url))
Damn Apache configuration.
Depends on: 887590
It appears this was fixed by another patch (double encoding or similar). STR no longer produces an error.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Product: Socorro → Socorro Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: