M4rtinK / mieru

Mieru is a flexible manga and comix reader.
http://m4rtink.github.com/mieru/
GNU General Public License v3.0
31 stars 8 forks source link

No feedback from 'next action' when next page is corrupted #5

Closed druid23 closed 13 years ago

druid23 commented 13 years ago

Problem: If you have an archive with any unloadable / corrupted pages you can't browse through them and no user feedback is given.

Example: Pages 1-4 are good page 5 is corrupt pages 6-10 are good. When on Page 4 clicking next keeps you on Page 4 without feedback and the only way to get to page 6 is to go menu > paging > page 6.

Either clicking 'next' or selecting page 5 manually both 'appear' to do nothing at all - I suspect they 'silently fail'.

Proposed Solution: Give a banner alert 'Couldn't load Page N' Advance to Page N+1 on any subsequent clicks of the Next 'button'.

M4rtinK commented 13 years ago

Thanks for reporting! :) I have just released 1.00-7 where this issue should be fixed - Mieru now displays a "page unreadable" error image and an error message (with the exception type) is printed to stdout. Paging should now also work as expected.

druid23 commented 13 years ago

Sounds perfect. I'll wait and retest when the update drops.

Cheers

druid23 commented 13 years ago

Just pulled the latest update, works perfectly. Great stuff!