You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
KeyError: None
File "twisted/internet/defer.py", line 653, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "autopush/web/base.py", line 222, in _validation_err
fail.trap(InvalidRequest)
File "twisted/python/failure.py", line 359, in trap
self.raiseException()
File "twisted/internet/defer.py", line 653, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "autopush/web/base.py", line 258, in _boto_err
fail.trap(BotoServerError)
File "twisted/python/failure.py", line 359, in trap
self.raiseException()
File "twisted/internet/defer.py", line 653, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "autopush/web/base.py", line 250, in _overload_err
fail.trap(ProvisionedThroughputExceededException)
File "twisted/python/failure.py", line 359, in trap
self.raiseException()
File "twisted/internet/defer.py", line 653, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "autopush/web/base.py", line 76, in _call_func
return func(request_handler, **output_kwargs)
File "autopush/web/webpush.py", line 496, in post
router = self.routers[router_type]
The text was updated successfully, but these errors were encountered:
Per https://sentry.prod.mozaws.net/operations/autopush-prod/issues/671942/ we should require a router_type in the record or drop it.
Traceback:
The text was updated successfully, but these errors were encountered: