Stream: IG creation
Topic: png error by publisher
Brian Reinhold (Sep 20 2019 at 16:54):
Does anyone understand this error?
[java] Internal error in location for message: 'Error in ?? at 1, 1: Premature ExpressionNode termination at unexpected token ":"', loc = 'E:\Ruby25-x64\IG_Publisher\PHD\output\valueset-CodeableConcept11073MDC.ttl.html#/html/body/div/div/d', err = 'The image source 'assets/images/hl7-logo-header.png' cannot be resolved'
Doesnt seem to have an effect upon the output.
Grahame Grieve (Sep 20 2019 at 17:30):
the first part of the error is telling me that I am generating an incorrect error location (it's incorrect in how it's presented). The second part tells you what the actual problems is - you are referring to an image that doesn't exist
Brian Reinhold (Sep 20 2019 at 17:33):
the first part of the error is telling me that I am generating an incorrect error location (it's incorrect in how it's presented). The second part tells you what the actual problems is - you are referring to an image that doesn't exist
I assume that this image is something specified by the framework, not something I would provide or do I? Is there a place I can get such a logo?
Grahame Grieve (Sep 20 2019 at 17:38):
I don't know where it's specified in your IG. @Lloyd McKenzie when might it be time to transit to the new template for IGs like this?
Brian Reinhold (Sep 20 2019 at 17:39):
I don't know where it's specified in your IG. Lloyd McKenzie when might it be time to transit to the new template for IGs like this?
I will see if I can find such a resource in his genome IG - I hope PCHA will let me go to Sydney...
Update - the image is in his latest version of the framework. He must have added it since yesterday when I copied his framework into mine. So I added the resource and the error goes away.
Another possible solution is that his Framework be a separate git project that ONLY contains the Framework that I can checkout every now and then so it is not part of my project. Now I just copy it from checkouts of his IGs.
Eric Haas (Sep 21 2019 at 04:00):
The logo is in the assets/image folder somewhere in the framework directory.
Eric Haas (Sep 21 2019 at 04:01):
Do a search in your project for this file.
Lloyd McKenzie (Sep 21 2019 at 19:38):
Anyone's free to try it, but I'm not promoting it until I'm done more documentation.
Lloyd McKenzie (Sep 21 2019 at 19:40):
@Brian Reinhold If you grabbed the Genomics Reporting framework, make sure you commit the images that were part of it
Last updated: Apr 12 2022 at 19:14 UTC