Hi there!
I installed the nodejs (V16.14.0) and npm (V8.3.1), got the username and key from Hue api and pasted these into the HueNode.js file as outlined in the description. When I put the M4L device into a MIDI track in Ableton and play some midi notes, nothing happens. In the Max console I get the following error messages:
node.script: Node script not running, can't handle message setState
node.script: Node script not running, can't handle message setLightId
node.script: Node script not running, can't handle message setEntMode
node.script: Node script not running, can't handle message setHue
node.script: Node script not running, can't handle message setTransition
After a few seconds running, I get the following error message in max console:
maxurl: Could not create the maxurl request thread.
The node.script debug tool within the patcher says the following:
_RequestError: Error: getaddrinfo ENTOTFOUND http
at Object
(/Users/rapha/node_modules/phea/build/hue-http.js:92:23)
..._
Am I doing something wrong or does anyone have a clue why this is not working?
Cheers, Raphael
Hi there!
I installed the nodejs (V16.14.0) and npm (V8.3.1), got the username and key from Hue api and pasted these into the HueNode.js file as outlined in the description. When I put the M4L device into a MIDI track in Ableton and play some midi notes, nothing happens. In the Max console I get the following error messages:
node.script: Node script not running, can't handle message setState
node.script: Node script not running, can't handle message setLightId
node.script: Node script not running, can't handle message setEntMode
node.script: Node script not running, can't handle message setHue
node.script: Node script not running, can't handle message setTransition
After a few seconds running, I get the following error message in max console:
maxurl: Could not create the maxurl request thread.
The node.script debug tool within the patcher says the following:
_RequestError: Error: getaddrinfo ENTOTFOUND http
at Object
(/Users/rapha/node_modules/phea/build/hue-http.js:92:23)
..._
Am I doing something wrong or does anyone have a clue why this is not working?
Cheers, Raphael