Skip to content

WARN [kuma_client::util] Error while parsing snippet arguments #128

@johntdyer

Description

@johntdyer
hostname = "192.168.120.254"
max_retries = 3
mqtt_success_message = '{"state":"online"}'
mqtt_topic = "zigbee2mqtt/bridge/state"
name = "[mqtt] Zigbee2mqtt"
parent_name = "group-automation"
port = 1883
type = "mqtt"

I have also tried

mqtt_success_message = "{\"state\":\"online\"}"

but both result in the same warning.

WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3

The good news is that the check is created and seemingly works , I just got this spam in the logs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions