Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

"Unknown error message: NotRegistered" #50

Open
fujiwara opened this issue Oct 12, 2018 · 0 comments
Open

"Unknown error message: NotRegistered" #50

fujiwara opened this issue Oct 12, 2018 · 0 comments

Comments

@fujiwara
Copy link
Contributor

FCM returns NotRegistered, but Gunfish can't handle the errors.

Gunfish/supervisor.go

Lines 399 to 405 in febcd2e

if err.Error() == fcm.InvalidRegistration.String() {
// TODO: should delete registration_id from server data store
onResponse(result, errorResponseHandler.HookCmd(), cmdq)
LogWithFields(logf).Errorf("%s", err)
} else {
LogWithFields(logf).Errorf("Unknown error message: %s", err)
}

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant