You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It was working fine, but for some unknown reason it doesn't want to start anymore.
If I run it from the terminal I have this trace:
Traceback (most recent call last):
File "/usr/bin/angrysearch", line 1723, in <module>
ui = Gui_MainWindow()
File "/usr/bin/angrysearch", line 650, in __init__
self.init_GUI()
File "/usr/bin/angrysearch", line 893, in init_GUI
self.show_first_500()
File "/usr/bin/angrysearch", line 1179, in show_first_500
cur.execute('''PRAGMA user_version;''')
sqlite3.DatabaseError: database disk image is malformed```
The text was updated successfully, but these errors were encountered:
Hi,
It was working fine, but for some unknown reason it doesn't want to start anymore.
If I run it from the terminal I have this trace:
The text was updated successfully, but these errors were encountered: