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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: