-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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 ❌
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
- This was observed after we check each folder and then this spam of unhandled error occurred when on
tradingpage - Tried to change the BTC to
UBTC-USDCbut no go, same behavior
Steps to reproduce bug
- Setup hummingbot deploy on docker using
sh setup.sh - Launch dashboard and add hyperliquid spot
- Go to Bot orchestration then select Trading
- Check terminal and open logs using
docker logs -f hummingbot-api
isreallee82
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working