-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: One or more Aliases claimed by another User - HttpClient - DefaultDispatcher - API rate limit exceeded #1830
Comments
See issue OneSignal/OneSignal-Flutter-SDK#714 |
I can confirm that the problem only occurs when one user has multiple devices. This scenario can indeed happen in reality. Therefore, the SDK should accommodate this case instead of continuously generating warnings in the logcat every 10 milliseconds. The multiple log entries can significantly drain the device's battery. In my case, a new log entry was generated every 10 milliseconds without end. |
@michael-winkler thank you for reporting this! We're investigating and will get back to you as soon as possible. |
@jennantilla Is this also fixed in 5.0.2 ? |
im on |
Same as @Munzey, we got same issue with 5.0.0, 5.0.2 and 5.0.3 |
Any updates here? |
Also happening for me on Android, is there any fixes for this? |
Looks like the issue is resolved. |
@michael-winkler how? |
I did got this type of bug again. |
same issue here |
any updates..? |
@jkasten2 Can you take a look here? Thank you very much |
Recent versions of the SDKs batch networks calls pretty well, so you shouldn't be seeing rate limit errors. Can you share the logcat with timestamps showing the network calls and code to reproduce the issue? |
@jkasten2 I think this error occurs because the app is being reinstalled multiple times. Why don't merge all users that use the same external_id instead of showing this error? |
This In summary the SDK handles the error The logcat will reflect this is it is continuing correctly, example logcat:
|
same issue with "react-onesignal v3.0.1" |
What happened?
See Logcat details:
This happens only if you use onesignal android sdk 5.0.0. The warnings did not appear for below versions.
Steps to reproduce?
I think the problem is that it is possible that one user can have multiple subscriptions. If a user got two devices then two subscriptions are possible. But if thats the case then you will see the warnings inside logcat. As second information I already did the migration which is described here: https://documentation.onesignal.com/docs/generate-firebase-credentials
What did you expect to happen?
The warnings should not appear
OneSignal Android SDK version
5.0.0
Android version
13, 12, 11, 10, 9, 8, 7.1, 7.0, 6, 5.1, 5.0, 4.4, 4.3 or below
Specific Android models
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: