EliteAndroidApps / WhatsApp-GD-Extractor

Allows WhatsApp users on Android to extract their backed up WhatsApp data from Google Drive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to resume

ViperCode7 opened this issue · comments

I got my backup of 2GB, or at least I wanted but I can't resume since only 25% of the files were downloaded.
Resyncing only downloads the dbs and skips the files altogether.

I had to comment out if any(entries['m'] in lists for lists in files) == False or 'database' in entries['f'].lower(): line for the script to continue an interrupted sync.
The verification of files gets done via local file only, ignoring the files.log.
Somewhere in that any statement something is wrong.

Nevermind, those were clones... but still odd.