-
Notifications
You must be signed in to change notification settings - Fork 29
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
Hi. I am trying to use your zotero2readwise, but I am having problems. It does not run #83
Comments
my email is jechavso@gmail.com |
I had the same issue. I was able to fix it by simply removing the braces But this should get you going for now until someone figures out the "real fix".
|
remove { } as advised by [this fix](e-alizadeh#83 (comment))
it does solve my problem too! query = self.zotero_client.items(itemType=item_type, since=since) in zt2rw.py You can find my automation.yml here |
I will love to use zotero and readwise together but so far, no success.
This is what chatgpt reports when I run python
The itemType={item_type} in your code seems to be passing item_type as a Python dictionary or string literal (e.g., {'annotation'}).
However, Zotero expects a plain string for the itemType, like itemType=annotation.
Earlier on I found issues with the file zt2rw.py
Thanks
The text was updated successfully, but these errors were encountered: