ioBroker.cloud icon indicating copy to clipboard operation
ioBroker.cloud copied to clipboard

cloud has an invalid jsonConfig:

Open Brainbug01 opened this issue 2 years ago • 3 comments

Admin V6.12.1

Warnung des Admin Adapter beim öffnen des cloud Adapters.

cloud has an invalid jsonConfig:

[{
"instancePath":"/items/_options/items/_instanceAlive/instance",
"schemaPath":"#/definitions/aliveProps/properties/instance/type",
"keyword":"type",
"params":{"type":"number"},
"message":"must be number"
},{
"instancePath":"/items/_options",
"schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/8/if",
"keyword":"if",
"params":{"failingKeyword":"then"},
"message":"must match \"then\" schema"
}]

Brainbug01 avatar Oct 30 '23 10:10 Brainbug01

Selbes Problem auch hier.

admin.0 	 2024-05-14 08:19:39.379	warn	cloud has an invalid jsonConfig: [{"instancePath":"/items/_options/items/_instanceAlive/instance","schemaPath":"#/definitions/aliveProps/properties/instance/type","keyword":"type","params":{"type":"number"},"message":"must be number"},{"instancePath":"/items/_options","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/8/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]

Versions:

  • Adapter version: 5.0.1
  • JS-Controller version: 5.0.19
  • Node version: 18.17.1
  • Operating system: Ubuntu 22.04
  • Admin: 6.13.16

Standarduser avatar May 14 '24 06:05 Standarduser

hier auch dieselbe Meldung... admin: 6.13.16 cloud: 5.0.1 synology: DSM 7.2.1-69057 Update 5

disnee avatar Jun 07 '24 05:06 disnee

Looks like error in line https://github.com/ioBroker/ioBroker.cloud/blob/63c35661f633d7a87cfae351b29f48e6431fd757/admin/jsonConfig.json#L60

@Apollon77 @GermanBluefox

mcm1957 avatar Jul 01 '24 15:07 mcm1957