Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meteora - Failed to connect using client #401

Open
nikspz opened this issue Jan 28, 2025 · 1 comment
Open

Meteora - Failed to connect using client #401

nikspz opened this issue Jan 28, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@nikspz
Copy link
Contributor

nikspz commented Jan 28, 2025

Describe the bug

Failed to connect meteora using client, got issue below KeyError: 'CLMM'

Steps to reproduce

  1. Clone and install PR 13fc657 + a72ea11
  2. set up gateway to ONLINE
  3. gateway connect meteora

Actual:
Review issue below

Release version

2.3.0

Type of installation

Source

Attach required files

Failed to connect meteora


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'

@nikspz nikspz added the bug Something isn't working label Jan 28, 2025
@fengtality
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants