I have a flow that is being used by some one else but getting :
msg.payload : string[71]
"RequestError : https://www.blitzortung.org/en/JS/live_lightning_maps.js"
10/10/2023, 21:04:00node: e9f91fa8e7a0868emsg : string[23]
"no response from server"
He exported his flows and I do not get the error and the flow works as advertised.
I had him try the http fetch using curl
curl https://www.blitzortung.org/en/JS/live_lightning_maps.js
and he is getting a response from the cli.
At this point I am out of ideas on why we are seeing the 'no response from server'
He is running:
$ node -v
v20.8.0
$ npm -v
10.1.0
adrian@debian:~/.node-red$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux trixie/sid
Release: n/a
Codename: trixie
adrian@debian:~/.node-red$
The dashboard is v3.1
Here is the connect nodes from the flow. I can't post the flow as it is too large.
[{"id":"fb18dbd73fa0cefc","type":"inject","z":"aa40d03efc6fc57a","g":"fdad09b49a9de54f","name":"5 min","props":[{"p":"payload"}],"repeat":"300","crontab":"","once":true,"onceDelay":"30","topic":"","payload":"","payloadType":"date","x":110,"y":820,"wires":[["ea2c2b9611a21d17"]]},{"id":"b283be29b27dbc95","type":"http request","z":"aa40d03efc6fc57a","g":"07709eb082c3c556","name":"ConnectOut","method":"GET","ret":"txt","paytoqs":"ignore","url":"https://www.blitzortung.org/en/JS/live_lightning_maps.js","tls":"","persist":false,"proxy":"","insecureHTTPParser":false,"authType":"","senderr":false,"headers":[],"x":270,"y":400,"wires":[["d7891f1a41b15ad0"]]},{"id":"d7891f1a41b15ad0","type":"function","z":"aa40d03efc6fc57a","g":"07709eb082c3c556","name":"GetConnect","func":"const connect = msg.payload.match(/(?<=var key= )\\d+/);\nreturn { payload: '{\"a\":' + connect[0] + '}' };","outputs":1,"timeout":"","noerr":0,"initialize":"","finalize":"","libs":[],"x":430,"y":400,"wires":[["05ec2d2f88203ac5"]]},{"id":"05ec2d2f88203ac5","type":"websocket out","z":"aa40d03efc6fc57a","g":"07709eb082c3c556","name":"Url","server":"","client":"acd3849ff684a7d3","x":590,"y":400,"wires":[]},{"id":"acd3849ff684a7d3","type":"websocket-client","path":"wss://ws7.blitzortung.org/","tls":"621bc3fe.d747dc","wholemsg":"false","hb":"0","subprotocol":""},{"id":"621bc3fe.d747dc","type":"tls-config","name":"","cert":"","key":"","ca":"","certname":"","keyname":"","caname":"","servername":"","verifyservercert":false,"alpnprotocol":""}]