status-im / status-mobile

a free (libre) open source, mobile OS for Ethereum
https://status.app
Mozilla Public License 2.0
3.91k stars 984 forks source link

`Reveal` sync code is broken on Android (stays blurred) #17156

Closed churik closed 1 year ago

churik commented 1 year ago

Bug Report

Problem

Expected behavior

can see QR

Actual behavior

Uploading FILE 2023-08-31 13:59:32.mp4…

Reproduction

  1. Open Profile > Syncing> +
  2. Reveal sync code, enter valid password

Additional Information

Status-debug-logs.zip

churik commented 1 year ago

Upload video is not working in GH right now, can send in DM in case if it is required

smohamedjavid commented 1 year ago

GetConnectionStringForBootstrappingAnotherDevice method returns {"error":"route ip+net: netlinkrib: permission denied"} on Android.

https://github.com/ipfs/kubo/issues/9513#issuecomment-1615341881

CC: @Samyoul @siddarthkay

Samyoul commented 1 year ago

Hmmm, ok I know a quick dirty way to fix this. It won't be pretty but it will stop this bug. 😭

Samyoul commented 1 year ago

I will do the quick fix and then I will add an issue to better address the problem.

Thank you @smohamedjavid for your research on this issue. We can implement https://github.com/wlynxg/anet when we have more time 🙈