Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
future10se opened this issue Aug 6, 2024 · 0 comments
Open

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

future10se opened this issue Aug 6, 2024 · 0 comments

Comments

@future10se
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant