Skip to content

"Unknown error message: NotRegistered" #50

@fujiwara

Description

@fujiwara

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)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions