jimbob198

Results 3 comments of jimbob198

First one: ``` Scraping Data for XXXXX Folder for XXXXX already created Exception caught: SQLite Error 5: 'database is locked'. StackTrace: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db) at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements(Stopwatch timer)+MoveNext() at...

I believe this is being thrown on the first command, to create the `medias` table, since when I `.dump` the db all I get is `PRAGMA foreign_key=false; BEGIN TRANSACTION; COMMIT;`

Think this might have been a weird WSL error, but unsure; was using a symlinked WSL folder as the destination. As soon as I pointed back to a regular folder,...