shosetsuorg / shosetsu

An android application for reading light novels. Moved to https://gitlab.com/shosetsuorg/shosetsu
https://shosetsu.app
GNU General Public License v3.0
582 stars 34 forks source link

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

Open c-h-u-c-k opened 2 years ago

c-h-u-c-k commented 2 years ago

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:

c-h-u-c-k commented 2 years ago

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?