shosetsu icon indicating copy to clipboard operation
shosetsu copied to clipboard

[Bug] [v17xx-19xx] restore doesnt work

Open c-h-u-c-k opened this issue 4 years ago • 1 comments

Describe the bug Restore fails. Some of the entries succeed, but about 1/3 failed to restore. Also didnt tell me what failed to restore... If i at least knew the names of the series i could readd and find my position..

To Reproduce Steps to reproduce the behavior:

  1. Restore from backup
  2. Runs until it hands restoring a novel.

Expected behavior A list of any failed restores and the count of successes to failures so you can validate if it works.

Device information:

  • OS: android
  • App Version:11

c-h-u-c-k avatar Mar 15 '22 22:03 c-h-u-c-k

Luckily the backup file format is easily parsable, so I do have a list of what i was reading. Its just a simple base64'd gzipped json blob. And i realize autocorrect changed hangs to hands in my description. Out of ~100 books, 74 restored before the hang. I also found slightly more logging, looks like the hang is due to the source not being browseable/reachable. Gives an unknown host error for wuxiaworld restore. Maybe make the restore just make entries and not pull content and rely on the update process later to fill in images and things?

c-h-u-c-k avatar Mar 16 '22 00:03 c-h-u-c-k