-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome FileSystemStorage writer:onerror() throws exception => entire ebook library gets deleted? #293
Comments
Agreed. We can hope it was fixed but I would be more comfortable if we knew why the exception nuked the library. |
The fix for #280 kind of fixed it but it would have happened again if something else were to cause an error while writing. Deduced the problem and fixed it. |
Thanks Ryan! :) |
New bug report: Meanwhile: are there other API callbacks that need |
Related issue: |
Related issue: |
Niclas Bergstrom (ReadSpeaker) reported a critical bug in the Chrome extension: all EPUBs in library disappear, when opening / unzipping another EPUB (sorry, the ebook is private).
This bug seems to have been inadvertently fixed by @ryanackley 's checkin: 31e55f5#diff-e8922b404eb71403f6ad6457d4449a4fR38
...which addressed a different issue: #280
My personal observation is that the thrown exception in
FileSystemStorage
writer:onerror()
was the culprit of the ebook library deletion, but am I right? Is there a risk of further similar issues, or have we now plugged the hole for good?The text was updated successfully, but these errors were encountered: