Dave Conway-Jones

Results 500 comments of Dave Conway-Jones

Closing here as you have opened over here instead - https://github.com/node-red/linux-installers/issues/11 thanks

Happy to accept help on this as rather busy with the day job at the moment. Though you say in the issue the root cause is that we call python...

but would not all systems now have python3 available (even if they don't link it to python - as python (2) was EOL back in January. (so yes a major...

I think most nodes we have that do this that call python do so via a shell script so I think you first suggestion will fix the majority of cases....

Well when we move to Node-RED 2 and drop node8 and 10 then they are the most likely systems still to be running python2. - and so will need updating...

Well we don't have access to that board so we will have to rely on someone who has to update/test and offer up a Pull Request to add it.

Yes please - can you point to exactly which fields you are setting that you think are wrong ? If you set a server as foo.example.com I would expect it...

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 match anything useful in...

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: "+ incoming.notifications[0].title; ``` So...