davidmartos96 / sqflite_sqlcipher

SQLite flutter plugin
BSD 2-Clause "Simplified" License
102 stars 46 forks source link

DatabaseException(Error Domain=FMDatabase Code=26 "file is not a database" UserInfo={NSLocalizedDescription=file is not a database}) sql 'BEGIN EXCLUSIVE' args [] #98

Closed amrLLSE closed 1 month ago

amrLLSE commented 1 month ago

I'm facing this issue on the latest sqflite_sqlcipher plugin

SqfliteDatabaseException factory_sql_cipher_impl.dart in SqfliteSqlCipherDatabaseFactoryImpl.wrapDatabaseException

DatabaseException(Error Domain=FMDatabase Code=26 "file is not a database" UserInfo={NSLocalizedDescription=file is not a database}) sql 'BEGIN EXCLUSIVE' args []

davidmartos96 commented 1 month ago

Closing, as the reason for the error should be the same from #99 @amrLLSE Did you get any chance to try the recommendations from the other issue?

amrLLSE commented 1 month ago

@davidmartos96 Unfortunately no, but still investigating and will let you know on #99.