-
Notifications
You must be signed in to change notification settings - Fork 985
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
App stuck in "Syncing" state after scanning QR mobile-mobile #17458
Comments
|
I can't reproduce it anymore. It's a strange issue. I tried it at least three times, and I couldn't sync successfully. But now, it syncs successfully every time :) |
I can reproduce it now. But even if it is floating, we need to give a feedback and ask user to try later |
@VolodLytvynenko Thank you and I'm sorry. Can I confirm that the wifi network is what you use at home or in an office? |
@churik You can reproduce this with a home wifi? |
Yes, it is my home wi-fi |
Yes we 100% need to fix this issue, simply hanging prevents manual retries and is terrible UX |
Update: just synced - it looks like it is hanging, and once it was synced successfully after 10 minutes without giving any feedback Btw with desktop I can't reproduce it, only with Android scanning IOS |
My howe network |
From the error we can see the server IP address:
Indeed, I can't see any errors in the log. Just in case, here's the connection string I found inside:
and it's parsed version:
We can see that there're multiple IP addresses here shared by the server in this case. Also, I think that we could improve the "retries" mechanism to loop over all network instead over single one. I mean:
|
hi @qfrank @Samyoul Reopening this issue. It's reproducible for me again. I was using a private Wi-Fi network. Tried to reproduce it on both iOS and Android devices and attempted this at least 5-6 times without success. Probably again related to network issues, because it is not reproducible for everyone. The app consistently gets stuck on the sync process page. IOS logs:Android logs: |
Thank you for your feedback! I can see that it's because the time between devices has
can you check the difference of the time between sender device and receiver device? it's not relate to network issue. @VolodLytvynenko |
but we need figure out a better way to resolve the difference of the time on different devices. maybe we should use |
@qfrank Apologies. Today, I intentionally set different times between the devices to test another task and forgot to set them back to automatic settings. I believe this issue is not a high priority, as it's a rare scenario when users intentionally set different times between their devices (usually the automatic timezone is used). Therefore, I suggest closing the current issue and opening a new one specifically for this case where devices have different times. Thank you |
Steps:
Actual behavior
App Stuck in "syncing" state
Expected behavior
User is redirected to "syncing" screen
Additional info:
Private wi-fi network is used with good signal
Logs:
android_logcat4 (2).txt
ENV:
Nightly [29 Sep 2023]
The text was updated successfully, but these errors were encountered: