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
{{ message }}
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
python app.py generates this error after choosing a backup number:
Please choose a backup number and press enter: 9
Traceback (most recent call last):
File "app.py", line 107, in
with sqlite3.connect(backupPath+dictList[backupChoice]+'/3d/3d0d7e5fb2ce288813306e4d4636395e047a3d28') as message_connection:
sqlite3.OperationalError: unable to open database file
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
python app.py generates this error after choosing a backup number:
Please choose a backup number and press enter: 9
Traceback (most recent call last):
File "app.py", line 107, in
with sqlite3.connect(backupPath+dictList[backupChoice]+'/3d/3d0d7e5fb2ce288813306e4d4636395e047a3d28') as message_connection:
sqlite3.OperationalError: unable to open database file
The text was updated successfully, but these errors were encountered: