0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

SQLite process failed to start. The argument 'file' cannot be empty. Received."を直す

Last updated at Posted at 2022-04-24

症状

vscodeの拡張機能でSQLiteをインストールしたのち、バイナリであるlocal.sqliteを開こうとしたら以下のエラーが発生した。

 "Failed to open database: Database failed to open: SQLite process failed to start. The argument 'file' cannot be empty. Received."

環境
・Ubuntu 20.04.4 LTS

対処法

参考記事の開発元によるとlinuxのバグらしく、Ubuntuの場合は以下のコマンドでSQLiteを直接インストールし、vscodeを再起動するとDatabaseを正常に開くことができる。

sudo apt install sqlite3

参考記事

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?