Help with this node

hello everyone I hope you can help me with this node since it gives me an error

i am working with this node:
node-red-contrib-ccxt-v2

when executing node it gives me this:
"kucoin GET https://api.kucoin.com/api/v1/symbols fetch failed"

Thanks in advance

Did you try the example flows provided by the author(s) as mentioned on the flow page: node-red-contrib-ccxt-v2 (node) - Node-RED

thanks for answering.

These examples are not made for node-red

examples

the node-red folder does not have an example on that node

Your best bet would be to see if you can send an email to the author. Open a terminal window and run

npm view node-red-contrib-ccxt-v2 _npmUser

And see if it gives you the authors email address and if it does, email them.

1 Like

@street404 can you please open an issue in github.. this is where issues should go.

we can take it from there.. thanks

1 Like

Hi @nileio
If you add something like this to your package.json then there will be a link to the github repo on the node's npm page, and in the node-red flows page, which would make it easier for users to find where to report issues.

    "repository"   : {
        "type":"git",
        "url":"https://github.com/nileio/node-red-contrib-ccxt-v2.git"
    },
1 Like

yeah this was one of the very early nodes I built so yeah the repo is missing in the package .. thanks for the note.. will update it

@street404
what is the nodejs version? output of node -v

a new update is pushed to npm - please upgrade to latest version and if you still facing issues , open an issue in github .. Thanks!!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.