Closed Bug 1180970 Opened 9 years ago Closed 9 years ago

[traceback] TypeError: 'str' object is not callable on /docs/load/

Categories

(developer.mozilla.org Graveyard :: General, defect)

defect
Not set
major

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: stephend, Assigned: jezdez)

References

()

Details

STR:

Load https://developer.mozilla.org/docs/load/

Actual Results:

Throws a 500 Internal Server Error + this exception:

TypeError: 'str' object is not callable

Stacktrace (most recent call last):

  File "django/core/handlers/base.py", line 111, in get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "newrelic/hooks/framework_django.py", line 499, in wrapper
    return wrapped(*args, **kwargs)

Errormill/Sentry: https://errormill.mozilla.org/mdn/mdn/group/398742/
https://github.com/mozilla/kuma/pull/3320
Assignee: nobody → jezdez
Status: NEW → ASSIGNED
Commits pushed to master at https://github.com/mozilla/kuma

https://github.com/mozilla/kuma/commit/b57bd6b343e7614547b57790be8b9360cd584861
Bug 1180970 - Fixed load_documents URL pattern to refer to view callable and not view name.

https://github.com/mozilla/kuma/commit/3a26ad0f274c6c584d1e56f33ad32f76b89b155a
Merge pull request #3320 from mozilla/bug1180970

Bug 1180970 - Fixed load_documents URL pattern to refer to view callable and not view name.
Resolved thanks to PR above.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Verified FIXED on prod; thx!
Status: RESOLVED → VERIFIED
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.