Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

RouterException: Server error: NOT_FOUND: Requested entity was not found. #1348

Closed
jrconlin opened this issue Sep 11, 2019 · 0 comments · Fixed by #1349
Closed

RouterException: Server error: NOT_FOUND: Requested entity was not found. #1348

jrconlin opened this issue Sep 11, 2019 · 0 comments · Fixed by #1349
Assignees

Comments

@jrconlin
Copy link
Member

FCM returns a "NOT_FOUND" error if a device is no longer present/ not found. This should return a 404.

https://sentry.prod.mozaws.net/operations/autopush-prod/issues/6072684/

RouterException: Server error: NOT_FOUND: Requested entity was not found.
  File "twisted/internet/defer.py", line 654, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "autopush/router/fcmv1client.py", line 122, in error
    raise RouterException("Server error: {}".format(failure.value))

RouterException: Server error: NOT_FOUND: Requested entity was not found.
@jrconlin jrconlin self-assigned this Sep 11, 2019
jrconlin added a commit that referenced this issue Sep 11, 2019
* update twisted library

Closes #1348
jrconlin added a commit that referenced this issue Sep 11, 2019
* update twisted library

Closes #1348
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant