Closed Bug 1748338 Opened 3 years ago Closed 3 years ago

TypeError: post() got an unexpected keyword argument 'ActiveExperiment'

Categories

(Socorro :: Webapp, defect, P2)

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1749770

People

(Reporter: willkg, Unassigned)

Details

There were a bunch of these on and around 2022-01-01 03:51:38 EST.

Uncaught exception:
  File "/usr/local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 34, in inner
    response = get_response(request)
  File "/usr/local/lib/python3.9/site-packages/django/core/handlers/base.py", line 115, in _get_response
    response = self.process_exception_by_middleware(e, request)
  File "/usr/local/lib/python3.9/site-packages/django/core/handlers/base.py", line 113, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/usr/local/lib/python3.9/site-packages/sentry_sdk/integrations/django/views.py", line 67, in sentry_wrapped_callback
    return callback(request, *args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/django/views/decorators/csrf.py", line 54, in wrapped_view
    return view_func(*args, **kwargs)
  File "/app/webapp-django/crashstats/api/views.py", line 121, in _clear_empty_session
    ret = fun(request, *args, **kwargs)
  File "/app/webapp-django/crashstats/api/views.py", line 150, in _no_csrf
    ret = fun(request, *args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/ratelimit/decorators.py", line 24, in _wrapped
    return fn(request, *args, **kw)
  File "/app/webapp-django/crashstats/crashstats/decorators.py", line 110, in inner
    response = view(request, *args, **kwargs)
  File "/app/webapp-django/crashstats/crashstats/utils.py", line 244, in wrapper
    response = f(request, *args, **kw)
  File "/app/webapp-django/crashstats/api/views.py", line 255, in model_wrapper
    result = function(**form.cleaned_data)
<class 'TypeError'>
TypeError("post() got an unexpected keyword argument 'ActiveExperiment'")

(Note: This is from the logs because the webapp isn't sending data to Sentry for some reason.)

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.