ioBroker / ioBroker.cloud

Enable access to ioBroker from internet
MIT License
41 stars 27 forks source link

cloud has an invalid jsonConfig: #373

Open Brainbug01 opened 11 months ago

Brainbug01 commented 11 months ago

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"
}]
Standarduser commented 4 months ago

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:

disnee commented 3 months ago

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

mcm1957 commented 3 months ago

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

@Apollon77 @GermanBluefox