AndBible / and-bible

AndBible: Bible Study
https://andbible.org
GNU General Public License v3.0
597 stars 197 forks source link

AB shows error dialog loading something else than zip file (from repository) #176

Closed tuomas2 closed 4 years ago

tuomas2 commented 5 years ago

From user

Exception: java.util.zip.ZipException: archive is not a ZIP archive at org.apache.commons.compress.archivers.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:871) at org.apache.commons.compress.archivers.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:801) at org.apache.commons.compress.archivers.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:542) at org.apache.commons.compress.archivers.zip.ZipFile.(ZipFile.java:217) at org.apache.commons.compress.archivers.zip.ZipFile.(ZipFile.java:193) at org.apache.commons.compress.archivers.zip.ZipFile.(ZipFile.java:154) at org.crosswire.common.util.IOUtil.unpackZip(IOUtil.java:84) at org.crosswire.jsword.book.install.sword.AbstractSwordInstaller.install(AbstractSwordInstaller.java:254) at net.bible.service.download.DownloadManager.installBook(DownloadManager.java:135) at net.bible.service.download.RepoBase.downloadDocument(RepoBase.java:46) at net.bible.android.control.download.DownloadQueue$1.run(DownloadQueue.java:54) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at java.lang.Thread.run(Thread.java:764)

tuomas2 commented 5 years ago

I think this is caused by some network problem.

timbze commented 4 years ago

Has been improved in 3.3, see #527