-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Failing backup transfer with core 1.142.12 #5993
Comments
stderr warning comes from here (permalink to some version of quinn, did not check which one was actually used): |
Essentially it is It would be interesting to know how large In the latest version |
On Linux timeout for |
Maybe it is not
|
This does not look like default quinn 30-second max_idle_timeout, because we received tokenat 40:39, so it should have expired at most at 41:09, but we got an error at 41:03 already. Or maybe receiving something does not renew idle timeout? |
Could also be some buffering issue with async-tar when database size is large. Maybe async-tar gets stuck. |
I can reproduce this with my largest account, transferring from Desktop to Android fails in a similar way. Going to debug this now. |
Transferring to the same device, into deltachat-repl, using |
Sending from
So now I can recompile repl and try again. |
I have database that is 621M in size. Transfer appeared to be stuck at 12% on the receiver side, but then it got to 13% and progress bar appeared on the sender as well:
So it just took a long time to transfer 600M of the database (2.6 minutes) and progress bar on the sender only appears when the database is transferred. EDIT: made a fix #6027 Another annoyance is that apparently cancelling backup transfer did not work:
So all in all backup transfer works, but you have to be really patient and maybe wait 10-20 minutes if you have database that has a size of several gigabytes without any feedback. Maybe start tcpdump and see that packets are flowing :) I will look at least into starting the progress bar on the sender sooner than transferring the whole database. |
User reports failure to transfer
a profile from Delta Chat Desktop 1.46.8 (core 1.142.12, iroh-net 0.22.0)
to an Android phone.
Both devices are connected to an Android hotspot
open on the phone.
Android is stuck on 14%, Desktop shows no progress bar at all and remains on the QR code.
Desktop is running from the command line
and it showed this error printed by iroh to stderr:
Desktop core log shows a lot of messages related to SMTP because it has multiple accounts.
The only relevant lines for backup transfer of the first account are these:
The text was updated successfully, but these errors were encountered: