hummingbot icon indicating copy to clipboard operation
hummingbot copied to clipboard

Coinflex - There was an error requesting exchange info "Service Unavailable"

Open rapcmia opened this issue 2 years ago • 2 comments

Describe the bug While checking development branch, we have noticed this error on the log panel for Coinflex perpetual connector ERROR - There was an error requesting exchange info...

image

2022-09-19 09:02:16,309 - 2384 - hummingbot.connector.derivative.coinflex_perpetual.coinflex_perpetual_api_order_book_data_source - ERROR - There was an error requesting exchange info ({'timestamp': '2022-09-19T01:02:16.502+0000', 'path': '/v2/all/markets', 'status': 503, 'error': 'Service Unavailable', 'message': 'Unable to find instance for service-markets', 'requestId': '507528ea-98828', 'errors': 'Service Unavailable'})
2022-09-19 09:02:16,396 - 2384 - hummingbot.connector.exchange.coinflex.coinflex_api_order_book_data_source - ERROR - There was an error requesting exchange info ({'timestamp': '2022-09-19T01:02:16.523+0000', 'path': '/v2/all/markets', 'status': 503, 'error': 'Service Unavailable', 'message': 'Unable to find instance for service-markets', 'requestId': '77d40ba0-103149', 'errors': 'Service Unavailable'})

Note: While this is observed happening on the log panel, it does not seem to affect other connectors and the client is working as expected.

Steps To Reproduce

  1. Open hummingbot client
  2. Check log panel for the error returned by Coinflex perpetual connector

Release version Development dev-1.8.0

Attachments logs_hummingbot.log

rapcmia avatar Sep 19 '22 01:09 rapcmia

Issue also observed on Master1.7.0 image

arnelhbot avatar Sep 19 '22 10:09 arnelhbot

As we discussed in our meeting, this is not an issue but is the expected behavior. I think that we should vote to remove this exchange because the order book is empty and the service is unavailable frequently.

cardosofede avatar Sep 20 '22 17:09 cardosofede

Happened again on latest development (dev-1.11.0) Bot flooded with errors on the initial start

2022-12-07 08:30:21,771 - 131983 - hummingbot.connector.derivative.coinflex_perpetual.coinflex_perpetual_api_order_book_data_source - ERROR - There was an error requesting exchange info ({'errors': '<!DOCTYPE html>\n<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->\n<!--[if I ... (truncated)', 'status': 502})
2022-12-07 08:30:33,033 - 131983 - hummingbot.connector.exchange.coinflex.coinflex_api_order_book_data_source - ERROR - There was an error requesting exchange info ({'errors': None, 'status': None})

image

nikspz avatar Dec 07 '22 08:12 nikspz

https://github.com/hummingbot/hummingbot/pull/5943 deployed to development branch connector will be removed on the next release version 1.11

nikspz avatar Dec 13 '22 08:12 nikspz