iobroker-community-adapters / ioBroker.ical

Read information from google calender and from iCal files into ioBroker.
MIT License
44 stars 32 forks source link

Warning invalid jsonConfig #634

Closed tt-tom17 closed 6 months ago

tt-tom17 commented 7 months ago
host.iobtest
    2024-01-09 10:19:18.865 info    instance scheduled system.adapter.ical.0 0,30 * * * *
host.iobtest
    2024-01-09 10:19:18.907 info    instance system.adapter.ical.0 started with pid 275335
ical.0
    2024-01-09 10:19:21.600 info    starting. Version 1.14.0 in /opt/iobroker/node_modules/iobroker.ical, node: v18.19.0, js-controller: 5.0.17
ical.0
    2024-01-09 10:19:21.726 info    processing URL: Abfall /opt/iobroker/iobroker-data/files/0_userdata.0/muellkalender.ics
ical.0
    2024-01-09 10:19:26.887 info    Terminated (NO_ERROR): Without reason
host.iobtest
    2024-01-09 10:19:27.447 info    instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
admin.0
    2024-01-09 10:19:32.557 warn    ical has an invalid jsonConfig: [{"instancePath":"/items/_calendars/items/calendars/items/3","schemaPath":"#/definitions/passwordProps/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"attr"},"message":"must NOT have additional properties"},{"instancePath":"/items/_calendars","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/8/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]

Admin Version 6.13.15

Warnung kommt bei jedem öffnen der Instanz Einstellungen

klein0r commented 7 months ago

Wo ist der Fehler?

tt-tom17 commented 7 months ago

Hallo Matthias,

wo der Fehler ist, kann ich dir leider auch nicht sagen. Wenn ich die Einstellungen öffne, kommt diese Warnung im Protokoll "ical has an invalid jsonConfig: ". Die Einstellungen werden aber dargestellt und ich kann auch Änderungen machen. Der Adapter startet auch ordentlich und arbeitet ohne Fehler.

Freundliche Grüße Thomas Gabriel

Am 18.01.2024 um 09:14 schrieb Matthias Kleine @.***>:

Wo ist der Fehler?

— Reply to this email directly, view it on GitHub https://github.com/iobroker-community-adapters/ioBroker.ical/issues/634#issuecomment-1897995922, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYFHMZRBW57YTLCM5PR6SC3YPDKWPAVCNFSM6AAAAABBSZA3P6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJXHE4TKOJSGI. You are receiving this because you authored the thread.

klein0r commented 7 months ago

Hi Thomas,

okay, habe den Titel mal angepasst. Ist ja erstmal nur eine Warnung, dass die Schema validation fehlschlägt.

vaaarg commented 7 months ago

ical has an invalid jsonConfig: [{"instancePath":"/items/_calendars/items/calendars/items/3","schemaPath":"#/definitions/passwordProps/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"attr"},"message":"must NOT have additional properties"},{"instancePath":"/items/_calendars","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/8/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]

mcm1957 commented 6 months ago

looks like duplicate of https://github.com/iobroker-community-adapters/ioBroker.ical/issues/602 (or at least related to)

tt-tom17 commented 6 months ago

Hallo Martin,

sorry für das Double schliesse hier dann das Issues. Gruß Tom