-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Query fired: did not receive all answers in time for graph.facebook.com:443 #2124
Comments
Reviewed By: samodom Differential Revision: D39942190 fbshipit-source-id: 7bb9fd40d6c26d60269e10754f525cf5594a01ec
@samodom would you be able to help? |
Would you be ale to help @jawwad? |
Is it possible to get any support from FB at all? |
Got the same issue in v14.1.0 |
There's another topic about this bug #2085 . Not solved as well. |
It seems like events are fired if I directly set the configuration as below in the
But I want to get the user's consent and then mark it as true |
Facing the same issue, did anyone find another solution where we can get the user's consent before enabling advertiser ID collection? |
I am facing the same issue. Have you guy sorted this out? |
I have the same issue |
I have the same issue |
Is there an update on this? Still happening as of February 13 2023 |
nw_resolver_start_query_timer_block_invoke [C16.1.1] Query fired: did not receive all answers in time for api.onesignal.com:443 same error |
Same here...
No matter the config on |
I created a new onesignal app and did everything from the beginning with the new certificates and improved. |
Yeah these logs are so noisy, doesn't seem to impair functionality but it would be nice to get rid of them. |
Issue still happening even for a fresh project |
Just started working on fresh project and I also ran into the same issue. |
same error |
try this : If you are working on iOS 14+ do check this App tracking permission that is required for events tracking. https://developer.apple.com/app-store/user-privacy-and-data-use/#permission-to-track Also, while testing on real device (iOS) check if your device's facebook app "Allow Tracking" is allowed. You can do this by checking facebook's permissions from Settings. REF: https://stackoverflow.com/questions/70833242/facbook-events-doesnt-works-on-ios |
@daradonn thanks for you answer it's very helpful. By using your solution I successfully login with Facebook but not getting the callback in my app. I am getting following logs.
|
The same error continues in the game I made in Unity. Anyone know the solution? 2023-05-09 20:27:24.148971+0300 MyApps[5672:1742969] [tcp] tcp_input [C2.1.1:3] flags=[R.] seq=1681785977, ack=3432364880, win=265 state=CLOSED rcv_nxt=1681785937, snd_una=3432364855 |
Same error on iOS, Flutter. |
it works~!!! |
Did you find a solution? |
I have the same issue here ? nw_resolver_start_query_timer_block_invoke [C647.1] Query fired: did not receive all answers in time for mydga.dga.local:443 |
The operation couldn’t be completed. (com.facebook.sdk.login error 304.) Same issue! |
I have a similar situation. This maybe because facebook was blocked in your region. Use a VPN and it may work again. |
Checklist before submitting a bug report
Xcode version
14.0
Facebook iOS SDK version
15.0.0
Dependency Manager
SPM
SDK Framework
Core
Goals
I would like to track app installs and send custom events to Facebook Events Manager
Expected results
App installs tracked and custom events received in Facebook Events Manager.
Actual results
Installs are not tracked. Neither standard nor custom app events are received in Facebook Events Manager. I see the following error in xcode logs:
Query fired: did not receive all answers in time for graph.facebook.com:443
Full log:
The text was updated successfully, but these errors were encountered: