mozilla-releng/balrog

many exceptions from auslib_web_common_emergency_shutoff_get_by_id

Closed this issue · 1 comments

It looks like this first started on February 23, 2023, but we had a spike of ~150 of these errors in the past 24 hours. The traceback is:

BadRequestProblem: null
  File "flask/app.py", line 1820, in full_dispatch_request
    rv = self.dispatch_request()
  File "flask/app.py", line 1796, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
  File "connexion/decorators/decorator.py", line 68, in wrapper
    response = function(request)
  File "connexion/decorators/uri_parsing.py", line 149, in wrapper
    response = function(request)
  File "connexion/decorators/validation.py", line 382, in wrapper
    raise BadRequestProblem(detail=error)

And the details that Connexion provides are:

Error while converting value ����\����\����\����\����\����\����\����\windows from param <class 'str'> of type real type string to the declared type {'name': 'product', 'in': 'path', 'description': 'Name of the product.', 'type': 'string', 'format': 'ascii'}

Which looks a lot like the spam we typically get to aus5.mozilla.org (except this is from one of the endpoints that powers the general API, not the Firefox update API).