You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the response of plaintext_request is a (gcm_response) NoneType Object. Is there a way the relevant response from the debug messages is passed as a response of gcm objects.
This probably could also be a feature request.
The text was updated successfully, but these errors were encountered:
acedip
changed the title
Pass GCM (Now FCM) responses to library output
Pass GCM (Now FCM) responses to object outputs
May 24, 2016
acedip
changed the title
Pass GCM (Now FCM) responses to object outputs
Pass GCM (Now FCM) responses to object outputs and not just to the debugger
May 24, 2016
Here are typical debug messages when debug=True is set
gcm_response = gcm.plaintext_request(registration_id=args.receiver, data=data)
But the response of plaintext_request is a (gcm_response) NoneType Object. Is there a way the relevant response from the debug messages is passed as a response of gcm objects.
This probably could also be a feature request.
The text was updated successfully, but these errors were encountered: