Open relaxedtomato opened 9 years ago
Or this issue, basically for the 'code' call.
return this.attribute(_.deepCopy(attribute).code(code).control());
^
TypeError: Cannot call method 'code' of undefined
Hi Richard,
How is this being called?
On Tue, Feb 17, 2015 at 6:25 PM, Richard notifications@github.com wrote:
Or this issue, basically for the 'code' call.
return this.attribute(_.deepCopy(attribute).code(code).control()); ^ TypeError: Cannot call method 'code' of undefined
— Reply to this email directly or view it on GitHub https://github.com/dpjanes/node-iotdb/issues/2#issuecomment-74777924.
I am calling it via 'node model.js' for homestar-lifx.
Can I get the complete stack trace?
D.
On Tue, Feb 17, 2015 at 8:29 PM, Richard notifications@github.com wrote:
I am calling it via 'node model.js' for homestar-lifx.
— Reply to this email directly or view it on GitHub https://github.com/dpjanes/node-iotdb/issues/2#issuecomment-74793837.
I think I've got the problem fixed.
D.
On Wed, Feb 18, 2015 at 3:14 AM, David Janes davidjanes@davidjanes.com wrote:
Can I get the complete stack trace?
D.
On Tue, Feb 17, 2015 at 8:29 PM, Richard notifications@github.com wrote:
I am calling it via 'node model.js' for homestar-lifx.
— Reply to this email directly or view it on GitHub https://github.com/dpjanes/node-iotdb/issues/2#issuecomment-74793837.
I haven't had a chance to take a look, will come back to this tomorrow.
I am receiving the following error when trying to use models. Not sure what the issue is.