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
c:\chia>py manager.py start
Traceback (most recent call last):
File "c:\chia\manager.py", line 30, in
start_manager()
File "c:\chia\plotmanager\library\utilities\commands.py", line 35, in start_manager
instrumentation_settings = get_config_info()
File "c:\chia\plotmanager\library\parse\configuration.py", line 143, in get_config_info
os.makedirs(log_directory)
File "C:\Program Files\Python39\lib\os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
File "C:\Program Files\Python39\lib\os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
File "C:\Program Files\Python39\lib\os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
File "C:\Program Files\Python39\lib\os.py", line 225, in makedirs
mkdir(name, mode)
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'S:\'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
c:\chia>py manager.py start
Traceback (most recent call last):
File "c:\chia\manager.py", line 30, in
start_manager()
File "c:\chia\plotmanager\library\utilities\commands.py", line 35, in start_manager
instrumentation_settings = get_config_info()
File "c:\chia\plotmanager\library\parse\configuration.py", line 143, in get_config_info
os.makedirs(log_directory)
File "C:\Program Files\Python39\lib\os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
File "C:\Program Files\Python39\lib\os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
File "C:\Program Files\Python39\lib\os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
File "C:\Program Files\Python39\lib\os.py", line 225, in makedirs
mkdir(name, mode)
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'S:\'
Beta Was this translation helpful? Give feedback.
All reactions