jbarbin / EPub-Reader

An open web app for reading epub e-Books
9 stars 5 forks source link

No error message when loading a corrupted epub file #24

Open Desiderius77 opened 11 years ago

Desiderius77 commented 11 years ago

When loading a corrupted epub file, it would be nice to have an alert message indicating the file cannot be loaded because it is corrupted

aratagobal commented 11 years ago

Which kind of file is corrupted? Can you send it? Normally there already is an alert message indicating that the file is corrupted.

Desiderius77 commented 11 years ago

It was an incomplete file in fact.( Unzipping it manually was unsuccessful) .

Now I have the opposite behavior :

The epub file is this one : http://www.ebooksgratuits.com/newsendbook.php?id=1130&format=epub

aratagobal commented 11 years ago

We have already identified the problem. Some .epub have are organized differently. It happened because a file is not found by the program (because it is stored elsewhere). For the moment we display this message.We try to treat all scenarios in the next version.