Skip to content

Initializing Error #2946

@damob89

Description

@damob89

exchange - kucoin

ERROR DCATradingModeProducer Ignored signal: exchange: kucoin symbol: ADA/USDT:USDT, time_frame: None. Trading mode is not yet ready to trade, OctoBot is still initializing and fetching required data. (error: InitializingError)

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/locks.py", line 213, in wait
await fut
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/tasks.py", line 458, in wait_for
fut.result()
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/octobot_trading/modes/channel/abstract_mode_producer.py", line 368, in trading_mode_trigger
await asyncio.wait_for(self._is_ready_to_trade.wait(), self._get_config_init_timeout())
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/tasks.py", line 460, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/octobot_trading/modes/channel/abstract_mode_producer.py", line 339, in trigger
async with self.trading_mode_trigger(), self.trading_mode.remote_signal_publisher(symbol):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/contextlib.py", line 199, in aenter
return await anext(self.gen)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/octobot_trading/modes/channel/abstract_mode_producer.py", line 370, in trading_mode_trigger
raise errors.InitializingError() from e
octobot_trading.errors.InitializingError
2025-05-20 00:47:52,333 ERROR DCATradingModeProducer Ignored signal: exchange: kucoin symbol: XRP/USDT:USDT, time_frame: None. Trading mode is not yet ready to trade, OctoBot is still initializing and fetching required data. (error: InitializingError)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions