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

Windows path can't contain ':' symbol #65

Closed
DanyaSWorlD opened this issue Aug 23, 2023 · 0 comments
Closed

Windows path can't contain ':' symbol #65

DanyaSWorlD opened this issue Aug 23, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@DanyaSWorlD
Copy link
Contributor

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
@DanyaSWorlD DanyaSWorlD added the bug Something isn't working label Aug 23, 2023
@DogsTailFarmer DogsTailFarmer self-assigned this Aug 24, 2023
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