icli icon indicating copy to clipboard operation
icli copied to clipboard

log file name can not include “:” in Windows OS, or it will launch failed

Open blueshark666 opened this issue 5 months ago • 0 comments

Error detail:

OSError: [Errno 22] Invalid argument: 'C:\\Users\\*****\\Desktop\\icli\\runlogs\\2024\\09\\icli-id=0-2024-09-02_04:37:25.508095-04:00-ibkr.log'

The reason is because Windows don't support ":" in file name, suggest add .replace(":","_") in LOG_FILE_TEMPLATE

1

blueshark666 avatar Sep 02 '24 08:09 blueshark666