emilianoeheyns
About
- Username
- emilianoeheyns
- Joined
- Roles
- Member
Comments
-
I got it wrong. BBT didn't have a DB connection yet. I am opening files in the data dir -- it looks like clicking the 'x' resolves schemaUpdatePromise. After that I try to access Zotero.File.pathToFile(Zotero.DataDirectory.dir) but the component isn…
-
Wait -- I have it reproducible, but now I don't know why it doesn't say "loading keys". BBT has gotten a DB connection in my case. That still leaves the question -- what is different between the 'x' (the only way I can reproduce it) and File/Quit (…
-
@leahperl notes in the BBT tracker that restarting with debug logging *does* clear the popup BTW. What is different between closing with the 'x' and closing by file/quit or "restart with debug"?
-
I'd have to see a more detailed log, but if the "waiting" message is still shown, BBT has not yet opened the DB connection. BBT opens the DB after the 2nd message is shown ("Loading citation keys"); if that is not visible, BBT has not opened a DB co…
-
I put up the notification, but if Zotero quits, BBT (obviously) quits. I couldn't keep up the notice if I wanted to. If this popup is present, Zotero is 100% sure still running. A log (without debug logging on) was posted to the BBT issue list; the…
-
I hear ya, but errors in my bibliography cost me points last time, and this time there's grant money on the line. With my schedule, doing anything manually is actively inviting disaster to strike. What I need is a LaTeX-ish tool that will excrete r…
-
It doesn't involve a huge number of references, but I'd much rather keep them dynamic in the source document. If only these people didn't insist on Word documents... ugh.
-
Right. RTF scan doesn't always pick up my citations though. I've gotten around it for now by moving my citations out of the table.
-
I'm likewise confused. I thought that if I chose ODF scan I'd get a standalone document with just the references expanded in-place, and a bibliography added, but ODF scan instead adds the citations as the LO plugin would (right)? Which means it's no…
-
This would also explain why it works if I first install. Zotero is guaranteed to be up and running at that point.
-
It must be a timing issue. Bootstrapped extensions don't have any guarantees on their load order, so if you're successfully getting the Zotero object during startup, that's mostly luck. The schemapdatepromise is a separate issue, but if waiting for…
-
If I move "translatorInstallObserver.register();" to the end of "changeButtonText", ODF scan starts without errors.
-
ODF scan doesn't wait for schemaUpdatePromise to clear (https://groups.google.com/d/msg/zotero-dev/QYNGxqTSpaQ/hzOv5FI4CwAJ), could that be part of the problem? I've started Zotero using "/home/emile/bin/zotero/zotero -P PhD -ZoteroDebugText -datad…
-
Custom location. I always use custom locations because I don't want to run the risk of inadvertently running my test suite against my production datadir.
-
Wait, it's some kind of race condition. On a clean profile the combo starts up fine, but on my production profile (some 4k refs) I get this error.
-
ODF scan and BBT don't like each other. If I install BBT, then ODFscan, no problem, everything works, but at startup after that I get https://imgur.com/a/mC4tR
-
It would not be uncommon for me to have two attachments with different names (eg post-merge of the reference).
-
I'm open to discussion of other decision rules that can be expected to have reasonable performance.
-
So this works in Zotero 5 then? I get an error popup and Zotero quits after that. If it's supposed to work in Z5 I can look into it further.
-
Same here. I'll try using RTF scan for this document.
-
The most likely cause was that BBT didn't initialize properly, but without a log from the reproduced error there's really nothing I can do.
-
It can also be that the document wasn't compiled multiple times. Rendering bibliography in LaTeX takes multiple runs, in my experience at least 3. I use Overleaf a lot these days because they have everything set up and ready to go.
-
Yeah, it's just the document that is incomplete. Here's a MWE: \documentclass{article} \usepackage[style=authoryear-comp]{biblatex} \addbibresource{\jobname.bib} \usepackage{filecontents} \begin{filecontents}{\jobname.bib} @article{Fukuyama1989, t…
-
That's a problem with the latex document, not with the generated biblatex. The biblatex seems fine to me.
-
Correct, or if the desktop launcher didn't install right. The zotero script specifies /bin/sh, but appears to assume that points to bash
-
I think this has been reported as https://github.com/retorquere/zotero-better-bibtex/issues/942, but the behavior there is different. Here on the zotero forum we're talking about drag-and-drop (something I could fix), but in the BBT issue the proble…
-
BBT will import this as "Proceedings of the 17ᵗʰ International Conference on Information Integration and Web-based Applications & Services (iiWAS 2015)" (the "th" will be superscript after import).
-
Problems with BetterBibTeX must be reported here.
-
https://raw.githubusercontent.com/retorquere/zotero-better-bibtex/master/zotero5_installer.py works consistently for me (if you accept all the defaults it will install into ~/bin/zotero/zotero).
-
(I think I have a fix in for the known problem)
Upgrade Storage