Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlite3.OperationalError: unable to open database file #27

Closed
MuhammadAbubakar opened this issue Jun 7, 2021 · 1 comment
Closed

sqlite3.OperationalError: unable to open database file #27

MuhammadAbubakar opened this issue Jun 7, 2021 · 1 comment

Comments

@MuhammadAbubakar
Copy link

please help he how to resolve this issue ?

Traceback (most recent call last):
File "/usr/share/command-not-found/CommandNotFound/util.py", line 23, in crash_guard
callback()
File "/usr/lib/command-not-found", line 90, in main
cnf = CommandNotFound.CommandNotFound(options.data_dir)
File "/usr/share/command-not-found/CommandNotFound/CommandNotFound.py", line 79, in init
self.db = SqliteDatabase(dbpath)
File "/usr/share/command-not-found/CommandNotFound/db/db.py", line 12, in init
self.con = sqlite3.connect(filename)
sqlite3.OperationalError: unable to open database file

@chenjj
Copy link
Owner

chenjj commented Jun 10, 2021

Hi, CORScanner doesn't use sqlite3 or database. The error may be caused by other projects.

@chenjj chenjj closed this as completed Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants