coldfire84 / node-red-contrib-alexa-home-skill-v3

A Node-RED node to control things via Amazon Alexa *and* Google Home
https://red.cb-net.co.uk/
Apache License 2.0
17 stars 8 forks source link

Context contains a circular reference that cannot be persisted #12

Closed richard-scott closed 3 years ago

richard-scott commented 3 years ago

Recently I've started seeing this in my debug window once a minute:

Context f45c28ad.e87c68:2e331205.e8bfde contains a circular reference that cannot be persisted"

Any ideas why? or how to fix it? If I disable the "alexa-smart-home-v3-state" node, the issues goes away.

coldfire84 commented 3 years ago

This issue will occur if you have not set the context store configuration to "memory":

image

Please re-open if this does not solve your issues.