gdrive
gdrive copied to clipboard
Sync does not recover on "connection reset by peer"
Hi there,
first of all: Thanks a lot for that great piece of software you've created!
Problem description and steps to reproduce:
- sync upload a lot of data (for several hours or days)
- wait for a "connection reset by peer" error. This will happen reliably after a while.
Expected behaviour:
auto-recover connection
Real behaviour:
The sync crashes fatal with a message like this:
16.8 MB/23.9 MB, Rate: 1.2 MB/sFailed to upload file: Post https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum&uploadType=resumable&upload_id=AEnB2UrtlbEL7DYLL_XaCGpQyjwpQH7JuFqp1uaBPqkYRN0STxw8kPgkXfkALUmzgEDLARCClptAO9Q1GGJgKSwal73Qmj0NWNF-3K6XqtlIUKbUdYD0FGI: read tcp 192.168.0.205:44387->216.58.214.42:443: read: connection reset by peer
+1 I have same issue
I can use --no-progress --skip --timeout 0 --path download > log/folder.log
and then monitor log file to restart same command once it stalls, but this is tedious and not reliable for really massive folders because this command actually reiterates all files and checks if the file is any different. Which means if above a certain size (for me about 20GB) it resets while just checking files it already managed to download.
SAME!! THIS IS FATAL! PLEASE FIX!!!!