estbeetoo / node-red-contrib-knx

Other
12 stars 10 forks source link

Error when calling knx-out node #9

Closed flashpoint90 closed 8 years ago

flashpoint90 commented 8 years ago

Everytime i try to send a msg to the output node, node-red crashes with this error message:

19 Jun 21:08:57 - [red] Uncaught Exception: 19 Jun 21:08:57 - TypeError: callback is not a function at SendWrap.cb as callback (C:\Users\KNX\AppData\Roaming\npm\node_modules\node-red-contrib-knx\node_modules\knx.js\src\KnxSenderTunneling.js:40:21) at SendWrap.afterSend as oncomplete (dgram.js:347:8)

I also tried a setup with just a test injection and it still crashes with the error above, as soon as i try to inject the msg. node-red-knx_01

Everything else (KNX connection itself & input node) is working fine.

Used version:

19 Jun 21:14:53 - [info] Node-RED version: v0.13.4 19 Jun 21:14:53 - [info] Node.js version: v4.4.5 19 Jun 21:14:53 - [info] Windows_NT 6.1.7600 x64 LE

Any help would be greatly appreciated!

aborovsky commented 8 years ago

We've published new version [v0.7.1] to npmjs.com. Try to update it with cmd: $ npm install node-red-contrib-knx@lastest Current problem closed with commit 3381e87

flashpoint90 commented 8 years ago

Thanks a lot abarovsky this worked for my problem!