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

Error when changing strategy #2804

Open
rob-n-hood opened this issue Nov 20, 2024 · 1 comment
Open

Error when changing strategy #2804

rob-n-hood opened this issue Nov 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@rob-n-hood
Copy link

rob-n-hood commented Nov 20, 2024

OS:
Using Docker on Linux

Description:
When choosing a strategy for using on CoinEx an error is thrown.

Reproduce Problem:
Choose an exchange as CoinEx
Select any trading strategy

Observed Results:

Error: 'dict object' has no attribute 'binance' (UndefinedError). More details in logs.

File "/octobot/tentacles/Services/Interfaces/web_interface/templates/trading_type_selector.html", line 112, in block 'body'
{{ m_config_exchange_card.config_exchange_card(config_exchanges,
File "/opt/venv/lib/python3.10/site-packages/jinja2/environment.py", line 487, in getattr
return getattr(obj, attribute)
jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'binance'

@rob-n-hood
Copy link
Author

Seems the exchange was not marked as active which caused the error.

@Herklos Herklos added the bug Something isn't working label Nov 20, 2024
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