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'
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'