relaton / relaton-bib

MIT License
3 stars 1 forks source link

Fetching ITU references causes warning on "complements" #68

Closed ronaldtse closed 1 year ago

ronaldtse commented 1 year ago

File: mn-samples-itu/sources/G.191/en.adoc

[relaton-bib] WARNING: invalid relation type: complements
andrew2net commented 1 year ago

@ronaldtse how to reproduce this issue?

ronaldtse commented 1 year ago

@andrew2net just compile the mn-samples-itu/sources/G.191/en.adoc document using Metanorma.

andrew2net commented 1 year ago

@ronaldtse I don't get the warning

$ metanorma compile sources/G.191/en.adoc
[relaton-itu] ("ITU-T G.192") fetching...
[relaton-itu] ("ITU-T G.711") fetching...
[relaton-itu] ("ITU-T G.712") fetching...
[relaton-itu] ("ITU-T G.718") fetching...
[relaton-itu] ("ITU-T G.726") fetching...
[relaton-itu] ("ITU-T G.729.1") fetching...
[relaton-itu] ("ITU-T G.722") fetching...
[relaton-itu] ("ITU-T G.727") fetching...
[relaton-itu] ("ITU-T O.41") fetching...
[relaton-itu] ("ITU-T G.728") fetching...
[relaton-itu] ("ITU-T O.41") found ITU-T O.41
[relaton-itu] ("ITU-T P.48") fetching...
[relaton-itu] ("ITU-T G.711") found ITU-T G.711
[relaton-itu] ("ITU-T G.729.1") found ITU-T G.729.1
[relaton-itu] ("ITU-T P.56") fetching...
[relaton-itu] ("ITU-T P.341") fetching...
[relaton-itu] ("ITU-T G.712") found ITU-T G.712
[relaton-itu] ("ITU-T G.727") found ITU-T G.727
[relaton-itu] ("ITU-T G.726") found ITU-T G.726
[relaton-itu] ("ITU-T G.718") found ITU-T G.718
[relaton-itu] ("ITU-T P.810") fetching...
[relaton-itu] ("ITU-T G.728") found ITU-T G.728
[relaton-itu] ("ITU-T G.722") found ITU-T G.722
[relaton-itu] ("ITU-T G.192") found ITU-T G.192
[relaton-itu] ("ITU-T P.48") found ITU-T P.48
[relaton-itu] ("ITU-T P.341") found ITU-T P.341
HTTP Service Unavailable: 404 => Net::HTTPNotFound for https://www.itu.int/dms_pubrec/itu-t/rec/p/T-REC-P.810-202303-P!!SUM-HTM-E.htm -- unhandled response
[relaton-itu] ("ITU-T P.810") found ITU-T P.810
[relaton-itu] ("ITU-T P.56") found ITU-T P.56
[relaton] b-CMake does not have a recognised prefix
[relaton] b-GSM 06.10 does not have a recognised prefix
[relaton] b-STLgit does not have a recognised prefix
[relaton] b-CMake does not have a recognised prefix
[relaton] b-GSM 06.10 does not have a recognised prefix
[relaton] b-STLgit does not have a recognised prefix
Metanorma XML Style Warning: (XML Line 000020): Hanging paragraph in clause
Metanorma XML Style Warning: (XML Line 001403): Hanging paragraph in clause
Metanorma XML Style Warning: (XML Line 003009): Hanging paragraph in clause
Metanorma XML Style Warning: (XML Line 000031): Table should have title
Style: No Keywords have been provided
Syntax Valid!
java -Xss5m -Xmx2048m -Djava.awt.headless=true -Dapple.awt.UIElement=true -Duser.home=/Users/andrej -jar /Users/andrej/.rvm/gems/ruby-3.2.0/gems/mn2pdf-1.73/lib/../bin/mn2pdf.jar --xml-file "/var/folders/qf/c8zl30p57pq5p7n1l5znydl80000gn/T/en20230615-33197-9717a5.xml" --xsl-file "/Users/andrej/.rvm/gems/ruby-3.2.0/gems/metanorma-itu-2.2.12/lib/isodoc/itu/itu.recommendation.xsl" --pdf-file "/Users/andrej/RubyProjects/mn-samples-itu/sources/G.191/en.pdf" --syntax-highlight  --font-manifest "/var/folders/qf/c8zl30p57pq5p7n1l5znydl80000gn/T/fontist_locations20230615-33197-5ols5a.yml"
ronaldtse commented 1 year ago

@andrew2net you're right, I can no longer reproduce this issue. Thanks!