Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Zealou_Futon

Pages: [1]
1
Technical Support & Development / Re: Kucoin error
« on: May 30, 2021, 10:53:16 PM »
I have V22 and still have the same problem with KuCoin. Gunbot isn't retrieving any trading information except for the trading pairs available in the drop down menu for pairs. It can't buy or sell either. I already had a V2 API, but created a new one anyway, and that didn't fix the issue. terminal provides the following entry: 
TypeError: Cannot read property 'data' of undefined
    at kucoin.fetchOrderBook (/snapshot/test/Desktop/node14/node_modules/ccxt.pro/node_modules/ccxt/js/kucoin.js:657:30)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
kucoin - throwing error: "Fetching orderbook again.{}"
Error: Fetching orderbook again.{}
    at errorHandler (/snapshot/test/Desktop/node14/ctx/js/kucoin.js)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)

2
Technical Support & Development / Re: Kucoin error
« on: April 04, 2021, 03:20:08 AM »
I've tried to use the v21.7.9 update preview (gunthy-macos.zip) available from the Gunthy Announcements channel on Telegram, which was the most recent I've found. However, when I try to run it my mac says the file is broken and to throw it in the trash. Nothing I do can get it to run.

3
Technical Support & Development / Re: Kucoin error
« on: April 03, 2021, 09:38:08 PM »
I have a similar problem. I can add the pairs, and start them "trading", but they don't trade. The dashboard for the exchange doesn't show any data from the exchange for the pairs.

The Terminal lists the following:
TypeError: Cannot read property 'data' of undefined
    at kucoin.fetchOrderBook (/snapshot/test/Desktop/node14/node_modules/ccxt.pro/node_modules/ccxt/js/kucoin.js:657:30)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
kucoin - throwing error: "Fetching orderbook again.{}"
Error: Fetching orderbook again.{}
    at errorHandler (/snapshot/test/Desktop/node14/ctx/js/kucoin.js)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)

Any ideas? Thanks.

Pages: [1]