Username: Password:

Author Topic: Bitfinex: Gunbot crashed with error: UnhandledPromiseRejectionWarning  (Read 8060 times)

Offline vlado

  • Rookie
  • *
  • Posts: 1
    • View Profile
Hi,
I have problem with the Gunbot. It working well couple of hours and suddenly it stop working with error:

Code: [Select]
(node:2064) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: 429
(node:2064) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

The Gunbot running on Windows 10 64bit. Same problem on pair BTC and USD
Any idea how can I fix it?

Thankx
Vlado

Offline Tangy

  • Rookie
  • *
  • Posts: 5
    • View Profile
Re: Bitfinex: Gunbot crashed with error: UnhandledPromiseRejectionWarning
« Reply #1 on: January 07, 2018, 09:52:14 PM »
Hi,
I have problem with the Gunbot. It working well couple of hours and suddenly it stop working with error:

Code: [Select]
(node:2064) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: 429
(node:2064) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

The Gunbot running on Windows 10 64bit. Same problem on pair BTC and USD
Any idea how can I fix it?

Thankx
Vlado

This isn't a new issue and the devs are aware of it.

See: https://github.com/GuntharDeNiro/BTCT/search?utf8=%E2%9C%93&q=promise+rejection&type=Issues

Offline ntsili

  • Rookie
  • *
  • Posts: 27
    • View Profile
Re: Bitfinex: Gunbot crashed with error: UnhandledPromiseRejectionWarning
« Reply #2 on: January 13, 2018, 07:20:41 PM »
I have the same problem as I stated here : https://gunthy.org/forum/index.php/topic,2586.msg11569.html#msg11569 (Windows 10) and I cannot find any solution.
I also tried what is written here, with nos success: https://gunbot.shop/error-response-code-400-on-binance-how-to-fix/
I didn't have problems with previous versions of the software.

Offline philwett

  • Rookie
  • *
  • Posts: 2
    • View Profile
Re: Bitfinex: Gunbot crashed with error: UnhandledPromiseRejectionWarning
« Reply #3 on: January 18, 2018, 04:02:46 PM »
Hi there

I've got the same issue on the box with v7.0.2 running with USD-pairs on Bitfinance.

The exception message appears quite soon after starting the bot, but it will continue to work fo 2-3 hours. After that it stops processing and need to be restartet manually. According to the issue lists, it should be resolved quite some time ago: https://github.com/GuntharDeNiro/BTCT/issues/339

The two other hosts running BTC-pairs with Binance and ETH-pairs with Polonniex are running without any issue.

Thanks
Phil

Offline philwett

  • Rookie
  • *
  • Posts: 2
    • View Profile
Re: Bitfinex: Gunbot crashed with error: UnhandledPromiseRejectionWarning
« Reply #4 on: January 24, 2018, 01:55:22 PM »
Hi there

I've got the same issue on the box with v7.0.2 running with USD-pairs on Bitfinance.

The exception message appears quite soon after starting the bot, but it will continue to work fo 2-3 hours. After that it stops processing and need to be restartet manually. According to the issue lists, it should be resolved quite some time ago: https://github.com/GuntharDeNiro/BTCT/issues/339

The two other hosts running BTC-pairs with Binance and ETH-pairs with Polonniex are running without any issue.

Thanks
Phil

My Gunbot with Bitfinex is working well since a couple of days. The error did not repeat. I've changed the Bot Delay from value 1 to 2 in the Settings page. It seems this slows the requests down for the API. This may be the cause of the issue.

Cheers
Phil

Offline srfnmnk

  • Rookie
  • *
  • Posts: 8
    • View Profile
Re: Bitfinex: Gunbot crashed with error: UnhandledPromiseRejectionWarning
« Reply #5 on: February 11, 2018, 04:36:32 PM »
For me this happened on Bittrex, the issue was I was trading a pair that became no longer listed on bittrex BTC-FUN. This is an issue as we want to be able to run this without thinking about it for a while at a time and every time a pair is removed from an exchange everyone's bots just stop trading.

I hope to see this resolved in future builds.

Thanks Gunthar.