Open brknkfr opened 3 years ago
When I try to send a notification via curl with given GCM_API_KEY, I get an error like {"multicast_id":1098288334408535480,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"MismatchSenderId"}]}
. Could it be, that GCM proxy is not yet working with "new" server keys and on the main proxy, you still use an "old" server key? (Just a thougth)
Thank you for updating the GCM proxy.
I tried to install my own instance, unfortunately without luck. Steps I did to install my own instance:
./main.py --test
I don't know if the message is delivered correctly to GCM or where the problem is.
How can I debug the proxy? What logs are important? Where could be a possible problem? Thank you for any hints.