thingsboard-python-rest-client icon indicating copy to clipboard operation
thingsboard-python-rest-client copied to clipboard

Error when trying to get RuleChainMetadata

Open JRod opened this issue 1 year ago • 1 comments

i run into an error, when I try to get Metadata for a Rulechain with get_rule_chain_meta_data()

try: metadata = rest_client.get_rule_chain_meta_data(rc.id.id) except ValueError as ve: logging.debug("value Error %r", ve)

Invalid value for rule_chain_connections, must not be None

JRod avatar Aug 21 '23 07:08 JRod

Hello, have you solved this problem? I also encountered this problem. Can you give me some advice, thanks

ZutJoe avatar Mar 01 '24 11:03 ZutJoe