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

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

Open
WillForan opened this issue Aug 31, 2018 · 2 comments
Open

Comments

@WillForan
Copy link

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
Copy link

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
Copy link

klei22 commented Jan 30, 2022

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

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

3 participants