Replies: 1 comment 2 replies
-
Looks like one of your Bible files got corrupted. Look in the marvelData/bibles and see if there's any file with 0 size. It's probably trying to load that on startup. Edit the config.py and remove that reference from any history. Delete the 0 length Bible file. Then try to restart UBA and redownload the Bible file. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let me start by saying that the UniqueBible app is amazing! I am running the latest version of Neon Linux and the UniqueBible app was working fine. The next time that I tried to open it I received the error message below:
***********us:~$ Error in sys.excepthook:
Traceback (most recent call last):
File "/home/tim/UniqueBible/startup/share.py", line 63, in global_excepthook
print(traceback.format_exc())
AttributeError: 'traceback' object has no attribute 'format_exc'
Original exception was:
Traceback (most recent call last):
File "/home/tim/UniqueBible/main.py", line 147, in
from startup.guiQt import *
File "/home/tim/UniqueBible/startup/guiQt.py", line 292, in
config.mainWindow = MainWindow()
File "/home/tim/UniqueBible/gui/MainWindow.py", line 189, in init
self.setupMenuLayout(config.menuLayout)
File "/home/tim/UniqueBible/gui/MainWindow.py", line 623, in setupMenuLayout
getattr(windowClass, 'setupToolBarStandardIconSize')(self)
File "/home/tim/UniqueBible/gui/MaterialMainWindow.py", line 910, in setupToolBarStandardIconSize
self.setMainRefMenu()
File "/home/tim/UniqueBible/gui/MainWindow.py", line 5651, in setMainRefMenu
for b in bible.getBookList():
File "/home/tim/UniqueBible/db/BiblesSqlite.py", line 999, in getBookList
self.cursor.execute(query)
File "src/cursor.c", line 959, in APSWCursor_execute.sqlite3_prepare_v3
apsw.SQLError: SQLError: no such table: Verses
Does anyone know what is wrong and how it can be fixed?
Beta Was this translation helpful? Give feedback.
All reactions