jazzband / django-push-notifications

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

No exception message supplied #681

Closed datt3010 closed 10 months ago

datt3010 commented 1 year ago

I'm testing send message for FCM but error NotImplementedError. My config:

      "PLATFORMS": {
            "PLATFORM": "FCM",
            "API_KEY": "AAAAhV8XZbc:APA91bHN93fL-dm91zoBOKygcwPMhcmwgRjd9Tc9UMB5AmepG9W0wCfvVJJ5qGGsm8T0GNNev"
                           + "HqQacxnIx3lZANNgVDAIYoMFNrAioHcM-oMBDqwHFOmexDHXx2im29p-mkBCRQA5eUX",
            "POST_URL": "https://fcm.googleapis.com/fcm/send",
            "MAX_RECIPIENTS": 1000,
            "ERROR_TIMEOUT": None,
        }

image

Althougt running on https but it still error. Sorry for my bad english.

jamaalscarlett commented 11 months ago

@datt3010 Please do not post your API keys when asking questions :)

jamaalscarlett commented 11 months ago

@datt3010 The Error is coming from your koolyard code, not dpn.

datt3010 commented 11 months ago

@jamaalscarlett Thanks sir, I solved since 2 weeks ago