steffenmllr / node-red-contrib-speedtest

Test speed input node
MIT License
4 stars 10 forks source link

Error in node-red suggests this module is the guilty culprit #13

Open swilson86 opened 2 years ago

swilson86 commented 2 years ago

During a recent update of node-red and node.js the node-red log gives me an error suggesting that somewhere in node-red-contrib-speedtest is an old link or error etc. An identical error comes up with node-red-contrib-speedtest-updated. Here is what node-red-log says

Patched https.request function detected. This will break the HTTP Request node. The original code has now been restored. This is likely caused by a contrib node including an old version of the 'agent-base@<5.0.0' module. You can identify what node is at fault by running: npm list agent-base in your Node-RED user directory (/home/pi/.node-red).

npm list agent-base node-red-project@0.0.1 /home/pi/.node-red └─┬ node-red-contrib-speedtest-updated@2.0.2 └─┬ speedtest-net@1.6.2 ├─┬ http-proxy-agent@2.1.0 │ └── agent-base@4.3.0 └─┬ https-proxy-agent@3.0.1 └── agent-base@4.3.0 deduped