-
Notifications
You must be signed in to change notification settings - Fork 217
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
ERROR: OSPropertyOperationExecutor update properties request failed with error: Optional(Error Domain=OneSignalError Code=429 "(null)" #858
Comments
Hi @ihijazi, thank you for reporting. The OneSignal Flutter SDK will have some activity as long as you have initialized it at some point during an installation of an application, even when you do not call I am surprised that you are seeing hundreds of these. The error log you reported is printed when a request returned a
These are the requests the SDK is making that is receiving the 429 response. That will help us figure out what information the SDK is trying to send. |
Thanks @nan-li for getting back to me. shall I do here? And if so, shall I remove the app_id and onesignal_id? |
Here is an extract of something similar to what you're asking. I've replaced app id and onesignal id with dummy string.
But the error I mentioned before happens before this shows in the log at different point of times.
|
hey mate @nan-li any update? Is there another place where I can/should report this? |
Hi @ihijazi sorry for the delay, I am not sure how to process your information. You share errors about the network connection being lost, but the 429 error you shared is a response from OneSignal servers so the request is getting through. I am looking for something that says Can you also share how your app interacted with the SDK that led to this situation, if you remember? |
Hi @nan-li For whatever reason, the problem is not there anymore. Nothing changed on the app logic or network, etc. Current version is updated to 5.1.3 now. So must be something you guys fixed? |
Hi @ihijazi that is good to hear, but perplexing why you stopped encountering this, as nothing was added in 5.1.3 that should be related to this issue. |
@nan-li it's on 5.1.6 now. I'll close this. Thanks for now. |
What happened?
Hello
I'm using OneSignal flutter SDK
In debug mode, in xcode debug console, I see hundreds of the following being logged:
Even when I removed OneSignal altogether, not calling initialize, I still see them. It's driving me crazy!
I did setLogLevel at the beginning to verbos, but nothing relevant about why this is showing up.
I can share the log but not sure it's best to do here as it has some identifying details in many areas.
Steps to reproduce?
What did you expect to happen?
Not to see this. I'm not sure why this is showing up.
Notification is working fine.
OneSignal Flutter SDK version
5.1.2
Which platform(s) are affected?
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: