-
Notifications
You must be signed in to change notification settings - Fork 158
Branch Init Fails for unknown reason #1240
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
Comments
D/FlutterBranchSDK(17786): triggered onAttachedToEngine D/FlutterBranchSDK(17786): triggered setupBranch Can't figure out why does V/BranchSDK(17786): onRequestFailed |
E/BranchSDK(17786): Branch Networking Error: |
Also getting this same error |
VPN , firewall and adblockers are blocking branch due to their attempt to track the user, this causes a break preventing from proper init of the whole sdk for some reason , they don't handle it very well.. no tracking no service kind of policy.. |
Did you find a solution @gabidev89 ? |
Wrapping the init with try catch and initing the firebase deeplinks as
fallback, will do till firebase drops upport on August...
…On Thu, Mar 27, 2025, 16:23 robertevans1 ***@***.***> wrote:
Did you find a solution @gabidev89 <https://github.com/gabidev89> ?
—
Reply to this email directly, view it on GitHub
<#1240 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALOW4AI4KHQ47L7R6XTU2V32WP3WLAVCNFSM6AAAAABVDSSJXOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONJYGI2DONBSGM>
.
You are receiving this because you were mentioned.Message ID:
<BranchMetrics/android-branch-deep-linking-attribution/issues/1240/2758247423
@github.com>
[image: robertevans1]*robertevans1* left a comment
(BranchMetrics/android-branch-deep-linking-attribution#1240)
<#1240 (comment)>
Did you find a solution @gabidev89 <https://github.com/gabidev89> ?
—
Reply to this email directly, view it on GitHub
<#1240 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALOW4AI4KHQ47L7R6XTU2V32WP3WLAVCNFSM6AAAAABVDSSJXOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONJYGI2DONBSGM>
.
You are receiving this because you were mentioned.Message ID:
<BranchMetrics/android-branch-deep-linking-attribution/issues/1240/2758247423
@github.com>
|
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
After app start, init was called, listener inited and then the app throws the following error:

After this, app stops delivering deeplink data
Steps to reproduce
2.Run App
3.Get Branch init failed -120, Task timeout
Expected behavior
Init running and app delivering deeplink data
SDK Version
5.15.0
Make and Model
Pixel 6a , Samsung s24 and more
OS
Android 15
Additional Information/Context
also logcat shows the following, that might be related (the app has no other issues):
E/TRuntime.CctTransportBackend( 2190): Couldn't encode request, returning with 400
E/TRuntime.CctTransportBackend( 2190): javax.net.ssl.SSLHandshakeException: connection closed
E/TRuntime.CctTransportBackend( 2190): at com.android.org.conscrypt.SSLUtils.toSSLHandshakeException(SSLUtils.java:358)
The text was updated successfully, but these errors were encountered: