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
Environment (please complete the following information):
Version 1.3.4rc4-5
OS: Windows 10
Mode STANDALONE
Describe the bug
Task exception was never retrieved
future: <Task finished name='Task-4' coro=<on_ticker_update() done, defined at C:\Users\bucas\PycharmProjects\martin-binance\martin_binance\margin_wrapper.py:1415> exception=OSError(22, 'Синтаксическая ошибка в имени файла, имени папки или метке тома')>
Traceback (most recent call last):
File "C:\Users\bucas\PycharmProjects\martin-binance\martin_binance\margin_wrapper.py", line 1451, in on_ticker_update
back_test_handler(cls)
File "C:\Users\bucas\PycharmProjects\martin-binance\martin_binance\margin_wrapper.py", line 1461, in back_test_handler
_back_test_handler_ext(cls)
File "C:\Users\bucas\PycharmProjects\martin-binance\martin_binance\margin_wrapper.py", line 1472, in _back_test_handler_ext
session_path.mkdir(parents=True)
File "C:\Users\bucas\AppData\Local\Programs\Python\Python39\lib\pathlib.py", line 1313, in mkdir
self._accessor.mkdir(self, mode)
OSError: [WinError 123] Синтаксическая ошибка в имени файла, имени папки или метке тома: 'C:\\Users\\bucas\\.MartinBinance\\back_test\\binance_LTCBTC_0823-17:21:32'
To Reproduce
Start backtest on windows
The text was updated successfully, but these errors were encountered:
Environment (please complete the following information):
Describe the bug
To Reproduce
The text was updated successfully, but these errors were encountered: