anacrolix / cove

A combined BitTorrent frontend and DHT indexer for personal use
https://github.com/anacrolix/cove/wiki
42 stars 0 forks source link

initing search db maintainer: creating writable search conn: opening sqlite db: opening sqlite db: sqlite.OpenConn: SQLITE_CANTOPEN #34

Open geedeee opened 3 weeks ago

geedeee commented 3 weeks ago

Running on Windows 11 24H2 using 'run-console.bat' Errors out. Contents of 'cove.log' below.

[2024-10-31 18:51:45 +0800 NIL github.com/anacrolix/gostdapp app.go:40] error in main: initializing local DHT indexer: initing search db maintainer: creating writable search conn: opening sqlite db: opening sqlite db: sqlite.OpenConn: SQLITE_CANTOPEN (file:C:\Users\XXXXX\AppData\Roaming\cove\torrents.db)

Thanks for any help.

anacrolix commented 4 days ago

Thanks for submitting this. Could you check if C:\Users\XXXXX\AppData\Roaming\cove\ already exists? I think I've seen this report from a few other people, I suspect I might need to ensure the directory is there, or there's an issue creating it (and I'm ignoring the error because it's a pain to handle).