Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node-red-contrib-cul breaks node-red 'http request' node #4

Open
pebl-hank opened this issue Oct 11, 2023 · 1 comment
Open

node-red-contrib-cul breaks node-red 'http request' node #4

pebl-hank opened this issue Oct 11, 2023 · 1 comment

Comments

@pebl-hank
Copy link

@1stsetup when I install node-red-contrib-cul with a mint latest node red (nodejs 20), the cul works fine, BUT

this standard flow:
[{"id":"279bcc84610bb261","type":"tab","label":"Flow 1","disabled":false,"info":"","env":[]},{"id":"d88dd470.0ac7b8","type":"inject","z":"279bcc84610bb261","name":"make request","repeat":"","crontab":"","once":false,"topic":"","payload":"","payloadType":"date","x":290,"y":140,"wires":[["874a3d4e.9b666"]]},{"id":"874a3d4e.9b666","type":"http request","z":"279bcc84610bb261","name":"","method":"GET","ret":"txt","url":"https://nodered.org","tls":"","x":454.5,"y":140,"wires":[["90243cc1.87edc"]]},{"id":"7403c68f.21d7c8","type":"debug","z":"279bcc84610bb261","name":"","active":true,"console":"false","complete":"false","x":810,"y":140,"wires":[]},{"id":"90243cc1.87edc","type":"html","z":"279bcc84610bb261","name":"","property":"","tag":".node-red-latest-version","ret":"text","as":"single","x":631.5,"y":140,"wires":[["7403c68f.21d7c8"]]}]

throws
[error] [http request:874a3d4e.9b666] RequestError: Expected value which is predicate returns truthy for any value, received values of types Function.

Could you please look into this?
Same also happens with node-red-contrib-cul-max

I also opened a discussion at
https://discourse.nodered.org/t/http-request-throws-error-after-nodejs-update/81880/10

@ctr49
Copy link

ctr49 commented Feb 8, 2024

Having the same issue (using node 18)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants