hardillb / node-red-alexa-home-skill-web

Apache License 2.0
45 stars 28 forks source link

Disconnecting always #31

Closed chichiberti closed 6 years ago

chichiberti commented 6 years ago

My alexa home node in node-red disconnects alll the time. Is there a solution?

Thanks

hardillb commented 6 years ago

Make sure you have restarted node-red

If it's still a problem then most likely you have 2 clients trying to connect at once, you can only have 1 per user.

This might be 2 copies of the config node so check that by clicking on the menu in the top right and select "Configuration nodes"

chichiberti commented 6 years ago

Thats it! I had two Clients connecting. Problem solved! Thanks.