Ben Hardill

Results 532 comments of Ben Hardill

Can you show me what's in the `C:\GreenVIP_Testing\Testing\Node-red\Phase0\node_modules@serialport\bindings\build\Release\` directory please

Also try renaming the `bindings.node` file (so it's backed up) and running the `npm rebuild @serialport/bindings` command again please

OK, I'm at a loss now. I'll have to ask you to open an issue here: https://github.com/serialport/node-serialport as the root of the problem is with this package. You can reference...

This is a 2 year old issue that was missing a lot of useful information. You will do better to open a new issue, fill in the complete template. You...

Should already be fixed, check v0.2.3

Also just to clarify, are you talking about SRV records? as described here: https://wiki.xmpp.org/web/SRV_Records

Just to be clear, where/how are you seeing the `xmpp.example.com` being used? The node appears to be correctly looking up the SRV record for `example.com` and finding `xmpp.example.com` and then...

Most likely `userDir/node_modules/node-red-node-pushbullet` where `userDir` is logged early in the Node-RED startup (looks like `/.node-red` from the earlier comments)

Can somebody with repo admin access move this to [node-red/node-red-docker](https://github.com/node-red/node-red-docker) please. While that is happening, start the 1.3.7 container and then run the following: ``` $ docker run -it -d...

Nothing looks strange there (apart from the `flows.json` being owned by root:root) but the failure is before it would try and open/write to the flow. There is nothing in change...