Skip to content

DB Import Error: table document has no column named 1 #12

@future10se

Description

@future10se

Hello,

When importing a previously exported DB, I get the following errors in the console:

background.js:4798  Failed running INSERT OR IGNORE INTO document ("1", "Example Domain", "https://example.com/", "This domain is for use in illustrative examples in documents. You may use this
    domain in literature without prior coordination or asking for permission.", "This domain is for use in illustrative examples in documents. You may use this domain in literature without prior coordination or asking for permission.

[More information...](https://www.iana.org/domains/example)", "015f2a05ab9bf377442977e97acc750db1d32823", "null", "example.com", "1722945129158", "2024-08-06", "readability", "1722945129160", "1722945129160") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?); SQLiteError: table document has no column named 1
    at check (background.js:3106:11)
    at Object.prepare_v2 (background.js:2825:7)
    at async TX.statements (background.js:4780:25)
    
    
background.js:5699  Could not send response SQLiteError: table document has no column named 1
    at check (background.js:3106:11)
    at Object.prepare_v2 (background.js:2825:7)
    at async TX.statements (background.js:4780:25)

I've tested this:

  • with a clean install (empty DB), as well as an install with lots of preexisting data.
  • with an export with just one page of history (example.com), as well as one with 2k documents / 100k fragments
  • in Firefox, Brave, and Edge

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions