Supergiovane / node-red-contrib-sonospollytts

Play speech TTS using Sonos.
https://www.facebook.com/supergiovaneDev
MIT License
12 stars 6 forks source link

Boot Loop if Sonos Hailing is Disabled #4

Closed cburgdorfer closed 6 years ago

cburgdorfer commented 6 years ago

If I disable the "hailing", node red seems to get stuck in a booting loop with the error message:

Error: EISDIR: illegal operation on a directory, open '/tmp'

Temporary resolution is restoring the backup flow.

Supergiovane commented 6 years ago

Thank you for your report. Are you on Raspberry pi or not? I tried to reproduce the issue on raspberry pi and on a linux machine, without success. I suspect you've some issues with permissions. Check that the user you used to start node.js has permissions to read/write on the node-red folders and let me know. Thanks

cburgdorfer commented 6 years ago

It was on a Raspberry Pi. It seems to work now. Not sure what the problem was. I will observe and get back here if it happens again. Thanks for your response, much appreciated!