jbaiter / zotero-cli

Command-line interface for Zotero
MIT License
274 stars 41 forks source link

sqlite3.OperationalError: table items has no column named abstract #41

Open WillForan opened 6 years ago

WillForan commented 6 years ago

after configure, zotcli sync errors with

....
File "/home/foranw/.local/lib/python3.6/site-packages/zotero_cli/index.py", line 120, in index
    cursor.executemany(INSERT_ITEMS_QUERY, items)
sqlite3.OperationalError: table items has no column named abstract

on zotero 5.0.55

smartmic commented 6 years ago

I had the same error and fixed it by reverting the corresponding commit (I do not want to query the abstract anyhow). It worked for me.

klei22 commented 2 years ago

Thanks @smartmic! Confirmed that reverting to commit daf1fe fixes the issue.