jazzband / django-push-notifications

Send push notifications to mobile devices through GCM or APNS in Django.
MIT License
2.26k stars 613 forks source link

Some messages could not be processed: "{'multicast_id': 6582246459593262801, 'success': 0, 'failure': 1, 'canonical_ids': 0, 'results' #682

Closed datt3010 closed 1 year ago

datt3010 commented 1 year ago

I'm test notification FCM on browser My problem is: Some messages could not be processed: "{'multicast_id': 6582246459593262801, 'success': 0, 'failure': 1, 'canonical_ids': 0, 'results': [{'error': 'MismatchSenderId', 'original_registration_id': 'API_KEY'}]}" how can i solve it ? thanks you.

jamaalscarlett commented 1 year ago

@datt3010 Seems like you are using an incorrect sender id. When you say you are testing FCM on browser, are you using WebPush? Or are you attempting to send a FCM message to an android or ios device?

datt3010 commented 1 year ago

@jamaalscarlett Thanks sir, I solved it since 2 weeks ago 👍