You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is by design, since I haven't created the CLMM class in Hummingbot. After I finalize the Meteora endpoints and add back the Uniswap endpoints, I will create it.
Describe the bug
Failed to connect meteora using client, got issue below KeyError: 'CLMM'
Steps to reproduce
Actual:
Review issue below
Release version
2.3.0
Type of installation
Source
Attach required files
2025-01-28 08:15:11,000 - 293917 - hummingbot.core.utils.async_utils - ERROR - Unhandled error in background task: 'CLMM'
Traceback (most recent call last):
File "/home/hbot02/nikita/clientgw7367/hummingbot/core/utils/async_utils.py", line 9, in safe_wrapper
return await c
File "/home/hbot02/nikita/clientgw7367/hummingbot/client/command/gateway_command.py", line 397, in _gateway_connect
AllConnectorSettings.create_connector_settings()
File "/home/hbot02/nikita/clientgw7367/hummingbot/client/settings.py", line 429, in create_connector_settings
type=ConnectorType[connection_spec["trading_type"]],
File "/home/hbot02/miniconda3/envs/hummingbot/lib/python3.10/enum.py", line 440, in getitem
return cls.member_map[name]
KeyError: 'CLMM'
The text was updated successfully, but these errors were encountered: