Page 1 of 1

error in 6.90b12 b 5396

PostPosted: Fri Jul 09, 2021 12:06 pm
by spaceknight
when i open some groups i get no headers and this error
[07/09 10:47:13] ERROR Sqlite Error : Reports Unrecoverable error 11File: F:\Newsbin files\DownloadMarker.db3
i have to exit and restart and the headers are back

Re: error in 6.90b12 b 5396

PostPosted: Fri Jul 09, 2021 6:29 pm
by Quade
That's the file used to note what files you've downloaded. You might want to "Open Data Folder" from the options, exit Newsbin, then delete that file. Newsbin will re-generate it.

Re: error in 6.90b12 b 5396

PostPosted: Sat Jul 10, 2021 8:54 am
by spaceknight
thanks that fixed it

Re: error in 6.90b12 b 5396

PostPosted: Fri Oct 29, 2021 9:48 am
by Ortiz
I'm seeing something similar in 6.90 RC3. I'd rather not delete the DownloadMarker.db3 file. Is there a way to identify the corrupt entries and delete just them from the database. This comes up when I open the application before opening any groups.

Code: Links not allowed for unregistered users
[10/29 08:46:33]  ERROR Sqlite Error : Reports Unrecoverable error 11File: [LocalAppData]\Newsbin2\Data\DownloadMarker.db3
[10/29 08:46:33]  ERROR Sqlite Error : Reports Unrecoverable error 11File: [LocalAppData]\Newsbin2\Data\DownloadMarker.db3
[10/29 08:46:33]  ERROR Sqlite Error : Reports Unrecoverable error 11File: [LocalAppData]\Newsbin2\Data\DownloadMarker.db3
[10/29 08:46:33]  ERROR Sqlite Error : Reports Unrecoverable error 11File: [LocalAppData]\Newsbin2\Data\DownloadMarker.db3
[10/29 08:46:33]  ERROR Sqlite Error : Reports Unrecoverable error 11File: [LocalAppData]\Newsbin2\Data\DownloadMarker.db3
[10/29 08:46:33]  ERROR Sqlite Error : Reports Unrecoverable error 11File: [LocalAppData]\Newsbin2\Data\DownloadMarker.db3
[10/29 08:46:35]  HIGH  PAR Pausing:  Enabled
[10/29 08:46:35]  HIGH  Par2Repair - Multi-core 4.0
[10/29 08:46:35]  HIGH  MessageId Filter: Disabled
[10/29 08:46:35]  ERROR Sqlite Error : Reports Unrecoverable error 11File: [LocalAppData]\Newsbin2\Data\DownloadMarker.db3
[10/29 08:46:35]  ERROR Sqlite Error : Reports Unrecoverable error 11File: [LocalAppData]\Newsbin2\Data\DownloadMarker.db3
[10/29 08:46:35]  ERROR Sqlite Error : Reports Unrecoverable error 11File: [LocalAppData]\Newsbin2\Data\DownloadMarker.db3
[10/29 08:46:35]  ERROR Sqlite Error : Reports Unrecoverable error 11File: [LocalAppData]\Newsbin2\Data\DownloadMarker.db3
[10/29 08:46:35]  ERROR Sqlite Error : Reports Unrecoverable error 11File: [LocalAppData]\Newsbin2\Data\DownloadMarker.db3
[10/29 08:46:35]  ERROR Sqlite Error : Reports Unrecoverable error 11File: [LocalAppData]\Newsbin2\Data\DownloadMarker.db3
[10/29 08:46:35]  ERROR Sqlite Error : Reports Unrecoverable error 11File: [LocalAppData]\Newsbin2\Data\DownloadMarker.db3
[10/29 08:46:35]  ERROR Sqlite Error : Reports Unrecoverable error 11File: [LocalAppData]\Newsbin2\Data\DownloadMarker.db3
[10/29 08:46:35]  ERROR Sqlite Error : Reports Unrecoverable error 11File: [LocalAppData]\Newsbin2\Data\DownloadMarker.db3
[10/29 08:46:35]  ERROR Sqlite Error : Reports Unrecoverable error 11File: [LocalAppData]\Newsbin2\Data\DownloadMarker.db3
[10/29 08:46:35]  ERROR Sqlite Error : Reports Unrecoverable error 11File: [LocalAppData]\Newsbin2\Data\DownloadMarker.db3
[10/29 08:46:35]  ERROR Sqlite Error : Reports Unrecoverable error 11File: [LocalAppData]\Newsbin2\Data\DownloadMarker.db3

Re: error in 6.90b12 b 5396

PostPosted: Fri Oct 29, 2021 12:55 pm
by Quade
It's Sqlite. They claim there's no way to repair these files but it is possible to dump as much of the data as it can read, to disk to then regenerate the file.

https://stackoverflow.com/questions/182 ... e/18260642

You might need to download the latest "Sqlite3.exe" from the Sqlite website to try this.