utils icon indicating copy to clipboard operation
utils copied to clipboard

Unable to open file

Open DwarfmanDDH opened this issue 4 years ago • 1 comments

I am not sure what this error is due to my extreme lack of knowledge. File "fdb_to_sqlite.py", line 207, in <module> convert(args.fdb_path, args.sqlite_path, args.add_link_info) File "fdb_to_sqlite.py", line 51, in __init__ self.sqlite = sqlite3.connect(out_file) sqlite3.OperationalError: unable to open database file

DwarfmanDDH avatar Dec 11 '21 21:12 DwarfmanDDH

Sounds like the sqlite file cannot be opened for writing. Did you specify an output path yourself? Do you have permissions to write in the output directory?

lcdr avatar Dec 19 '21 12:12 lcdr

Closing for lack of response.

lcdr avatar Mar 08 '23 19:03 lcdr