Metadata for series HELP

hi everyone, I’ve tried using the tutorial and Highlight Studio for the JSON file, but this keeps showing up. I want to know what the problem is.

But my artwork is listed correctly underneath, it’s just still showing an ‘error in the metadata.’ Could I get some help with this?

So the artwork, name, and traits are correct, but it still shows an error. Can you help me with this?

Hey there! Without seeing the metadaja.json file its a bit hard to pinpoint the issue, but from judging by the errors make sure that:

  1. all images are in the “images” folder
  2. that the imageRef does not include the “images” folder

From the example project:

{
	"metadataId": 1,
	"imageRef": "logo-1.png", <- not "images/logo-1.png"
	"name": "Highlight Logo #1",
	"description": "The Highlight logo in black on a white background.",
	"Logo Color": "Black",
	"Background Color": "White"
}

Try this and let me know if that fixes it!

Yeah, I found the problem. It turns out that for the image reference naming, there can’t be any spaces; it has to be connected or use a character like ‘-’. And I’ve successfully done it myself.

1 Like