Closed aa755 closed 10 years ago
No, that looks like a generator issue, not a problem with your Zotero entry. Can you get me a Zotero TestCase export of this same entry?
{
"config": {
"id": "82512813-9edb-471c-aebc-eeaaf40c6cf9",
"label": "Zotero TestCase",
"pattern": "[auth.auth.ea][year]",
"skipFields": [
""
],
"usePrefix": false,
"braceAll": false,
"fancyURLs": false,
"langid": "babel",
"exportFileData": false,
"exportNotes": false
},
"items": [
{
"itemType": "book",
"url": "http://ptolemy.org/books/Systems",
"rights": "",
"series": "",
"volume": "",
"edition": "",
"place": "",
"publisher": "Ptolemy.org",
"ISBN": "",
"date": "2014",
"callNumber": "",
"archiveLocation": "",
"extra": "bibtex: \nbiblatexdata[ptolemaeus:14:systemdesigneditor=Claudius Ptolemaeus]",
"accessDate": "",
"seriesNumber": "",
"numberOfVolumes": "",
"libraryCatalog": "",
"language": "",
"abstractNote": "",
"title": "System Design, Modeling, and Simulation using Ptolemy II",
"shortTitle": "",
"numPages": "",
"archive": "",
"attachments": [
{
"path": "/home/abhishek/.zotero/zotero/41my9n7e.default/zotero/storage/3ICED3XD/ModelingTimedSystems.pdf",
"title": "ModelingTimedSystems.pdf",
"mimeType": "application/pdf"
}
],
"related": []
}
]
}
What version of BBT are you on?
0.6.36 (latest version as of now)
could you try resetting your translators and restarting? This testcase format is from the 0.5 series.
Sorry, I had exported in CSL-JSON format earlier. I hope the above comment is correct now. If not, please let me know.
Could you update just to make sure? Current version is 0.6.37
NM, I see the problem.
A new release is out
Biber was complaining about the following entry (syntax error: found "=", expected ",")
@book{biblatexdata[ptolemaeus:14:systemdesigneditor=Claudius, title = {System Design, Modeling, and Simulation using Ptolemy II}, url = {http://ptolemy.org/books/Systems}, publisher = {Ptolemy.org}, date = {2014}, year = {2014}, note = {Ptolemaeus{]}}, file = {ModelingTimedSystems.pdf:/home/abhishek/.zotero/zotero/41my9n7e.default/zotero/storage/3ICED3XD/ModelingTimedSystems.pdf:application/pdf} }
I guess something is wrong in my Zotero entry. Nevertheless, it would be nice if better biblatex provided an error or warning so that the problem can be detected earlier.