OneSignal-Android-SDK icon indicating copy to clipboard operation
OneSignal-Android-SDK copied to clipboard

[question]: POST for api.onesignal.com/players failing

Open juhchamp opened this issue 1 year ago • 0 comments

How can we help?

I have been used the OneSignal for a while and now I noticed in the logs that the api endpoint https://api.onesignal.com/players are failing with error Identifier invalid format. but I don't know the real cause of that. Anyone can help? Here are the logs:

V/OneSignal: OneSignalRestClient: After con.getResponseCode to: https://api.onesignal.com/players
I/OneSignal: Device registered, UserId = adfa.................
V/OneSignal: OSFocusDelaySync scheduleSyncTask:SYNC_AFTER_BG_DELAY_MS: 2000
V/OneSignal: OSBackgroundSync scheduleSyncServiceAsJob:atTime: 2000
I/OneSignal: OSBackgroundSync scheduleSyncServiceAsJob:result: 1
V/OneSignal: Completed request to update external user id for channel: push and success: true
V/OneSignal: OneSignalRestClient: After con.getResponseCode to: https://api.onesignal.com/players
I/OneSignal: Device registered, UserId = 39c..............
V/OneSignal: OneSignalRestClient: After con.getResponseCode to: https://api.onesignal.com/players
W/OneSignal: OneSignalRestClient: POST RECEIVED JSON: {"success":false,"errors":["[\"Identifier invalid format.\"]"]}
W/OneSignal: Failed last request. statusCode: 400 response: {"success":false,"errors":["[\"Identifier invalid format.\"]"]}

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

juhchamp avatar Sep 20 '22 16:09 juhchamp