After successfully connected few connectors and test backtests and deploy, observed that for the hyperliquid spot we are getting spam of unexpected error occurr when listening to public klines keyError:BTC on every tick ❌
hummingbot.data_feed.candles_feed.hyperliquid_spot_candles.hyperliquid_spot_candles - ERROR - Unexpected error occurred when listening to public klines. Retrying in 1 seconds...
Traceback (most recent call last):
File "/opt/conda/envs/hummingbot-api/lib/python3.12/site-packages/hummingbot/data_feed/candles_feed/candles_base.py", line 355, in listen_for_subscriptions
await self._subscribe_channels(ws)
File "/opt/conda/envs/hummingbot-api/lib/python3.12/site-packages/hummingbot/data_feed/candles_feed/candles_base.py", line 384, in _subscribe_channels
subscribe_candles_request: WSJSONRequest = WSJSONRequest(payload=self.ws_subscription_payload())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/envs/hummingbot-api/lib/python3.12/site-packages/hummingbot/data_feed/candles_feed/hyperliquid_spot_candles/hyperliquid_spot_candles.py", line 123, in ws_subscription_payload
"coin": self._coins_dict[self._base_asset],
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
KeyError: 'BTC
Describe the bug
After successfully connected few connectors and test backtests and deploy, observed that for the hyperliquid spot we are getting spam of unexpected error occurr when listening to public klines keyError:BTC on every tick ❌
tradingpageUBTC-USDCbut no go, same behaviorSteps to reproduce bug
sh setup.shdocker logs -f hummingbot-api