-
Notifications
You must be signed in to change notification settings - Fork 46
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
citr crashes connecting to Zotero library #74
Comments
This looks like a dup of #71, and could be an instance of a known issue. I get a similar error (with a different key) after adding 'abstract' to
|
I've established that the citation key in the I wonder if there's a memory overflow due to the size of my Zotero libraries. If I've counted correctly, the total number of items in my libraries is just over 4,000. You could test this hypothesis by starting with a library size that doesn't produce the error, then repeatedly duplicating all of the items, to see if you can reproduce it. |
Hmm, I didn't think I'd made any changes, but However, I still have some errors, and
|
Mystically, after another R Studio restart, that error goes away too, and I can cite the item I wanted! So this is resolved, I'm just not sure how! |
Thanks for reaching out and reporting on your progress. I'm not sure exactly what went wrong here, but omitting abstract and note and restarting the R session once you encounter such errors has helped to fix these types of errors before. I have been unsatisfied with the approach to interface with Zotero, so I've been looking for an alternative. But seeing that the next RStudio release will feature a visual editor for R Markdown that comes with a built-in citation feature and connects to Zotero, I may halt development on |
Please don't give up yet! I came back to |
Thanks for the feedback. I'll keep an open mind about it. |
I'm reopening this, as the behaviour is intermittent. When it works, the connection to Zotero is made when you first open I can't explain why the connection to Zotero is intermittently made when opening |
Still crash with the latest version from GitHub, any updates? |
I have also R Studio crash, when trying to link and connect Zotero library.
Listening on http://127.0.0.1:7856 70: bibtex::do_read_bib 49: 106: |
Though, I could export whole database to BIB file with Zotero -> Preferences -> Automatic export to File. Then could manually put references into Rmd documents, which are found when Knitting. KK |
Describe the bug
citr crashes when connecting to Zotero library.
To Reproduce
Connect and load libraries
, next toZotero connection available.
Console displays error message below, and R Studio requires a restart to prevent this error when accessing
citr
.Expected behavior
Able to cite items in Zotero library.
Screenshots
The text was updated successfully, but these errors were encountered: