# Help with this node

**URL:** https://discourse.nodered.org/t/help-with-this-node/73004
**Category:** General
**Tags:** function-node
**Created:** [31 December 2022 18:49 UTC](https://discourse.nodered.org/t/help-with-this-node/73004 "2022-12-31T18:49:03Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![street404](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/street404/32/73551_2.png) [@street404](https://discourse.nodered.org/u/street404)
#### Post date: [31 December 2022 18:49 UTC](https://discourse.nodered.org/t/help-with-this-node/73004/1 "2022-12-31T18:49:03Z")

</div>

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](https://api.kucoin.com/api/v1/symbols) fetch failed"

Thanks in advance

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [31 December 2022 20:04 UTC](https://discourse.nodered.org/t/help-with-this-node/73004/2 "2022-12-31T20:04:49Z")

</div>

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](https://flows.nodered.org/node/node-red-contrib-ccxt-v2)

---

<div class="post-metadata">

### Author: ![street404](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/street404/32/73551_2.png) [@street404](https://discourse.nodered.org/u/street404)
#### Post date: [31 December 2022 22:43 UTC](https://discourse.nodered.org/t/help-with-this-node/73004/3 "2022-12-31T22:43:22Z")

</div>

> [@zenofmud](#):
>
> omo se menciona en la página de fluj

thanks for answering.

These examples are not made for node-red

[examples](https://github.com/ccxt/ccxt/tree/master/examples)

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

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [31 December 2022 22:50 UTC](https://discourse.nodered.org/t/help-with-this-node/73004/4 "2022-12-31T22:50:21Z")

</div>

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

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

```

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

---

<div class="post-metadata">

### Author: ![nileio](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/nileio/32/9444_2.png) [@nileio](https://discourse.nodered.org/u/nileio)
#### Post date: [2 January 2023 02:09 UTC](https://discourse.nodered.org/t/help-with-this-node/73004/5 "2023-01-02T02:09:26Z")

</div>

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

> **[GitHub - nileio/node-red-contrib-ccxt-v2: A Node-RED node for communicating...](https://github.com/nileio/node-red-contrib-ccxt-v2)**
>
> A Node-RED node for communicating with all crypto exchanges using ccxt library - GitHub - nileio/node-red-contrib-ccxt-v2: A Node-RED node for communicating with all crypto exchanges using ccxt lib...

we can take it from there.. thanks

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [2 January 2023 10:26 UTC](https://discourse.nodered.org/t/help-with-this-node/73004/6 "2023-01-02T10:26:16Z")

</div>

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.

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

```

---

<div class="post-metadata">

### Author: ![nileio](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/nileio/32/9444_2.png) [@nileio](https://discourse.nodered.org/u/nileio)
#### Post date: [4 January 2023 04:48 UTC](https://discourse.nodered.org/t/help-with-this-node/73004/7 "2023-01-04T04:48:32Z")

</div>

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

---

<div class="post-metadata">

### Author: ![nileio](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/nileio/32/9444_2.png) [@nileio](https://discourse.nodered.org/u/nileio)
#### Post date: [4 January 2023 04:51 UTC](https://discourse.nodered.org/t/help-with-this-node/73004/8 "2023-01-04T04:51:36Z")

</div>

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

---

<div class="post-metadata">

### Author: ![nileio](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/nileio/32/9444_2.png) [@nileio](https://discourse.nodered.org/u/nileio)
#### Post date: [4 January 2023 06:01 UTC](https://discourse.nodered.org/t/help-with-this-node/73004/9 "2023-01-04T06:01:28Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [5 March 2023 06:01 UTC](https://discourse.nodered.org/t/help-with-this-node/73004/10 "2023-03-05T06:01:46Z")

</div>

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