Error by update a model

I get an error while updating my model.

Maybe just by watching over the Error Message someone can already help me

    release-753 (x64)[M]
c++ exception: Error reading file homesweethome/entities/decoration/utensils_holder_cook/utensils_holder_cook.json: Unterminated quote Source: {
 "type": "entity",
 "mixins": "stonehearth:mixins:placed_object",
 "components": {
 "stonehearth:entity_forms": {
 "iconic_form": "file(utensils_holder_cook_iconic.json)",
 "ghost_form": "file(utensils_holder_cook_ghost.json)",
 "placeable_on_walls": true
 },
 
 "model_variants": {
 "default": {
 "models": [
 "file(utensils_holder_cook.qb)"
 {
 "type": "one_of",
 "items": [
 "file(holder_utensils1.qb)",
 "file(holder_utensils2.qb)",
 "file(holder_utensils3.qb)"
 ]
 }
 ]
 }
 },
 
 "mob": {
 "model_origin": { "x": -0.5, "y": 0, "z": -0.5 },
 "region_origin": { "x": 0, "y": 0, "z": 0 }
 }
 
 },
 
 "entity_data": {
 
 "stonehearth:catalog": {
 "display_name": "i18n(homesweethome:entities.decoration.utensils_holder_cook_ghost.display_name)",
 "description": "i18n(homesweethome:entities.decoration.utensils_holder_cook_ghost.description)",
 "icon": "file(utensils_holder_cook.png)",
 "category": "decoration",
 "material_tags": "wood decorations crafted herb"
 },
 
 "stonehearth:net_worth": {
 "value_in_gold": 32,
 "rarity": "common",
 "shop_info": {
 "buyable": false,
 "sellable": true,
 "shopkeeper_level": 1,
 "shopkeeper_type": "caravan"
 }
 }
 }
 }
stack traceback:
	[C]: in function 'load_json'
	radiant/modules/resources.lua:33: in function 'load_json'
	...nehearth/services/server/catalog/catalog_service.lua:130: in function '_load_json'
	...nehearth/services/server/catalog/catalog_service.lua:136: in function '_load_entity_json'
	...nehearth/services/server/catalog/catalog_service.lua:111: in function '_load_catalog'
	...nehearth/services/server/catalog/catalog_service.lua:37: in function 'initialize'
	stonehearth/stonehearth_server.lua:76: in function 'create_service'
	stonehearth/stonehearth_server.lua:130: in function 'instance'
	radiant/modules/events.lua:291: in function <radiant/modules/events.lua:285>
	[C]: in function 'xpcall'
	radiant/modules/common.lua:265: in function 'xpcall'
	radiant/modules/events.lua:285: in function <radiant/modules/events.lua:251>

I think you’re missing a comma after "file(utensils_holder_cook.qb)".

1 Like

like i see he doenst just miss a comma - he miss an ] and }, in his ghost ^^

pingu best check it wiith https://jsonlint.com/

Yes, exactly this was missing. Thx, i think for today i have seen enough code lines

1 Like

what should i say? its 0am here and still 3 hours to the stream xD

Uff i checked the json file on jsonlint and it says me no problems :frowning:
but after adding only the comma all works fine :smiley:

uhhh, also 0am by me xD and i’m also still there on Stonehearth ahahahha

1 Like