-
Notifications
You must be signed in to change notification settings - Fork 371
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
TooManyRequestsException #2170
Comments
I have faced the same issue and I believe that is completely coming from Google side. What is your google map sdk version right now? |
I am not using the google map SDK either and the only dependency I have using the work manager library is OneSignal. https://issuetracker.google.com/issues/270885484 This is why I think it has something to do with the Onesignal SDK's use of workmanager APIs. I'd love to see an investigation and fix since this is the largest crash affecting my app by a wide margin. |
We are facing this issue constantly in our app, need to address this asap |
How can we help?
The app I work on is seeing a number of crashes coming from a TooManyRequestsException
thrown by the android.net.ConnectivityManager. Further up the stack trace you can see
its something being done by the androidx work manager library.
Stack trace:
We do not have any direct dependency or interaction with the androidx work manager library.
When I print out the app's dependencies it seems that the OneSignal notifications SDK
does make use of the android work manager library transitively via the firebase-messaging dependency
Dependency chain:
I've reported the issue directly to Google but I'm also wondering if there is an issue
in the notifications SDK that could cause it to send too many requests and cause the crash.
Do you have any other reports of this? or any known issues that are being worked on which may alleviate it?
Code of Conduct
The text was updated successfully, but these errors were encountered: