T2evh
T2evh
I'm having the same issue: I'll use a different notification method for now. 17 Aug 14:24:09 - [error] TypeError: Cannot read properties of undefined (reading 'title') at PushbulletConfig.pushMsg (/config/node-red/node_modules/node-red-node-pushbullet/57-pushbullet.js:236:60) at...
> Hi @dougle03, @T2evh > > which version of the pushbullet node are you using ? > The weird thing is the lines mentioned in the error don't seem to...
For background information. I'm using Node Red with Home Assistant (home automation software). I use node red for scripting alerts, such as post arrived or car charged etc. I thought...
> Ah right yes sms... Any chance either of you could add a line before the one Steve mentions (224) to be > ``` > console.log("INCOMING:",incoming); > msg.topic = "SMS:...
OK console added to code, but on my code it's line 236. Not sure why if we are on same version 0.0.17,but thought I'd flag it, in case relevant. It...
I don’t use SMS in my scripts. I use push notifications to my devices. I've run a few pushbullet notifications script's in node red but don't see those in the...
OK its crashed and here is the log... INCOMING: { type: 'sms_changed', source_device_iden: 'ujCbp1WR3Cusjw1nY709wO', notifications: [] } 20 Aug 11:10:02 - [red] Uncaught Exception: 20 Aug 11:10:02 - [error] TypeError:...