Closed mfhepp closed 3 years ago
Or it is the interplay between the missing semicolon and the comments, as in
lines 29 and 30:
require('./pull-export') // just require, initializes the pull-export end points
require('./json-rpc') // just require, initializes the json-rpc end point
No, semicolons are (mostly) optional in javascript. It was a scoping issue, a new build will drop here shortly.
:robot: this is your friendly neighborhood build bot announcing test build 5.5.4.1704 ("simplify exec")
Install in Zotero by downloading test build 5.5.4.1704, opening the Zotero "Tools" menu, selecting "Add-ons", open the gear menu in the top right, and select "Install Add-on From File...".
Thanks! Will check it out asap (tomorrow)!
Hi, I tested the new version 1704 - the errors are gone, but the auto export still does not work (simply no update of the output file).
Will submit a new log ID (need to fix my xcode config first, but this is likely not the cause; a manual git status
also shows no change after editing a reference.
It works now, thanks!
BTW, I deleted the old export and set up a new one - this might have been unnecessary.
Zotero version: 5.0.96.3
BBT version: 5.5.4
Support log ID: 3CFADINM-euc
Exporter used: Better CSL JSON
Expected behavior: The reference data should be exported a) automatically when a relevant change is carried out (e.g. a new reference added) b) manually when I click on Preferences -> Better BibTex -> Automatic Export -> Export Now.
Actual behavior: No export is generated in either case. The progress remains at "0%". Clicking on the button "Cached" does not show any reaction.
In the log files, the failed attempted are likely linked to the following errors:
I am no JS developer, but it may be that adding a semicolon after the commands in
`better-bibtex.js:19130:29``
and similar lines.