mozilla-releng/buildhub2

AttributeError: 'str' object has no attribute 'get'

Closed this issue · 1 comments

https://sentry.prod.mozaws.net/operations/buildhub2-prod/issues/5196488/

AttributeError: 'str' object has no attribute 'get'
  File "buildhub/api/views.py", line 29, in search
    if arguments.get("size") and arguments["size"] > settings.MAX_SEARCH_SIZE:

AttributeError: 'str' object has no attribute 'get'

Not possible to reproduce. The way we parse the request.body to an object has recently changed. Closing for now.