You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hello,
When importing a previously exported DB, I get the following errors in the console:
I've tested this:
The text was updated successfully, but these errors were encountered: