sabnzbd / sabnzbd

SABnzbd - The automated Usenet download tool

Home Page:http://sabnzbd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlite3.OperationalError: no such column: archive

cloudbr34k84 opened this issue · comments

commented

llk,./kl

commented

sorted!

your sqlite database (in ~/.sabnzbd/admin/history1.db) is broken.

Solution:

  1. stop SABnzbd
  2. remove ~/.sabnzbd/admin/history1.db. As you use docker ... it's certainly inside your docker, but probably also on your host's filesystem, in the shared directory
  3. start SABnzbd

Specific:

sqlite3.OperationalError: no such column: archive
That's the problem. "archive" is a column name in history1.db ... and apparantly that's missing.

image

commented

your sqlite database (in ~/.sabnzbd/admin/history1.db) is broken.

Solution:

  1. stop SABnzbd
  2. remove ~/.sabnzbd/admin/history1.db. As you use docker ... it's certainly inside your docker, but probably also on your host's filesystem, in the shared directory
  3. start SABnzbd

Specific:

sqlite3.OperationalError: no such column: archive That's the problem. "archive" is a column name in history1.db ... and apparantly that's missing.

image

yeah cheers i found that as well in some old issues :) Thanks