Open ryofurue opened 3 weeks ago
Can you get me a debug log by right-clicking that item and sending the log from the popup menu?
Can you get me a debug log by right-clicking that item and sending the log from the popup menu?
ACBSRIYI-refs-apse/6.7.248-6
I've modify the entry somewhat but the problem is the same:
@book{McDougallTJ.Barker-delete-me,
title = {Getting started with {{TEOS-10}} and the {{Gibbs Seawater}} ({{GSW}}) {{Oceanographic Toolbox}}},
author = {McDougall, Trevor J and Barker, Paul M},
date = {2011},
publisher = {Trevor J McDougall},
location = {Battery Point, Tasmania, Australia},
url = {https://www.teos-10.org/pubs/Getting_Started.pdf},
isbn = {978-0-646-55621-5},
language = {English},
annotation = {OCLC: 724024071},
note = {OCLC: 724024071}
}
% == BibLateX quality report for McDougallTJ.Barker-delete-me:
% duplicate "note" ("<div data-schema-version="8"><p>http://www.teos-10.org/index.htm</p>
</div>") ignored
% ? unused Library catalog ("Open WorldCat")
</div>") ignored
is printed after the newline.
I cannot reproduce the problem with ACBSRIYI-refs-apse/6.7.248-6
. <div data-schema-version="8">
also does not appear in it anywhere.
I think I have a fix but without a testcase I can't prevent regressions later
:robot: this is your friendly neighborhood build bot announcing test build 6.7.248.7247 ("cleanup")
This update may name other issues, but the build just dropped here is for you; it just means problems already fixed in other issues have been folded into the work we are doing here. Install in Zotero by downloading test build 6.7.248.7247, opening the Zotero "Tools" menu, selecting "Add-ons", open the gear menu in the top right, and select "Install Add-on From File...".
The test build fixed the problem. Thank you!!! The following is the current biblatex database generated by BBT:
% . . .
@book{McDougallTJ.Barker-delete-me,
title = {Getting started with {{TEOS-10}} and the {{Gibbs Seawater}} ({{GSW}}) {{Oceanographic Toolbox}}},
author = {McDougall, Trevor J and Barker, Paul M},
date = {2011},
publisher = {Trevor J McDougall},
location = {Battery Point, Tasmania, Australia},
url = {https://www.teos-10.org/pubs/Getting_Started.pdf},
isbn = {978-0-646-55621-5},
language = {English},
annotation = {OCLC: 724024071},
note = {OCLC: 724024071}
}
% == BibLateX quality report for McDougallTJ.Barker-delete-me:
% duplicate "note" ("<div data-schema-version="8"><p>http://www.teos-10.org/index.htm</p> </div>") ignored
% ? unused Library catalog ("Open WorldCat")
% . . .
The HTML code <div data-schema-version="8" . . .
must be from the "note" I attached to the entry. I just wrote "http://www.teos-10.org/index.htm" there.
Yeah I know but I'd prefer to have the actual case in my test suite. The log you sent doesn't have the note that caused the problem so I have no test case to prevent regression.
I have not been able to reproduce the problem. Can you please send a debug from an item where you could reproduce the problem, and make sure to check the "notes" checkbox in the debug log. I don't really want to release code for which I can't reproduce the behavior it was supposed to address.
Debug log ID
3ZW88UUZ-apse/6.7.248-6
What happened?
I have a note TEOS-10 homepage is http://www.teos-10.org/index.htm
written by me and attached to an entry. The entry also has a string "OCLC: 724024071" in the
Extra
field, which was inserted there by the Zotero browser plugin.The biblatex output then includes this extra info
Note that there is a linebreak between
</p>
and</div>
. As a result, the piece of text</div>") ignored
is not commented out andbiber
complains