You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm hitting this bug running tx5 v0.0.8-alpha on a Pixel 7a with Android 14, and compile SDK v33: pion/webrtc#2640.
I need to investigate more as to why this is happening in my phone but didn't happen in tx5 v0.0.5-alpha in my old Redmi Note 7 or the CI for this repository.
Maybe some of the code in #77 made this error happen, and some workaround can be implemented in tx5? Not sure.
The text was updated successfully, but these errors were encountered:
guillemcordoba
changed the title
Error: failed to create network: route ip+net: netlinkrib: permission denied goroutine 21 on Android 14 +SDKError: failed to create network: route ip+net: netlinkrib: permission denied goroutine 21 on SDK 33 and Android 14
Apr 1, 2024
@guillemcordoba - looks like you could build a custom go compiler off of this golang/go#61089 -- or we might need to wait until that is merged and a golang version is released with it.
Was your Redmi Note 7 < Android 11? It says that is when this security fix was implemented in Android.
Unfortunately it broke and I don't think I recorded it anywhere 😓 but I think it was Android 10 yeah. Mmm maybe we could build the custom go compiler in a nix way so that it's easy to package that way.
BTW I think this is blocking holochain from working in Android 11 and later, as I can't see any gossip between my laptop and my phone. @abe-njama ping for possible prioritization.
I'm hitting this bug running tx5 v0.0.8-alpha on a Pixel 7a with Android 14, and compile SDK v33: pion/webrtc#2640.
I need to investigate more as to why this is happening in my phone but didn't happen in tx5 v0.0.5-alpha in my old Redmi Note 7 or the CI for this repository.
Maybe some of the code in #77 made this error happen, and some workaround can be implemented in tx5? Not sure.
The text was updated successfully, but these errors were encountered: