Looks like Swar incorrectly parses linux paths.
temporary_directory:
/mnt/nvme01
temporary2_directory:
/mnt/nvme01
destination_directory:
/mnt/nfs
Traceback (most recent call last): File "./manager.py", line 30, in start_manager() File "/home/chia/Swar-Chia-Plot-Manager/plotmanager/library/utilities/commands.py", line 39, in start_manager test_configuration(chia_location=chia_location, notification_settings=notification_settings, File "/home/chia/Swar-Chia-Plot-Manager/plotmanager/library/utilities/configuration.py", line 7, in test_configuration if not os.path.exists(chia_location): File "/usr/lib/python3.8/genericpath.py", line 19, in exists os.stat(path) TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
Looks like Swar incorrectly parses linux paths. temporary_directory:
Traceback (most recent call last): File "./manager.py", line 30, in start_manager() File "/home/chia/Swar-Chia-Plot-Manager/plotmanager/library/utilities/commands.py", line 39, in start_manager test_configuration(chia_location=chia_location, notification_settings=notification_settings, File "/home/chia/Swar-Chia-Plot-Manager/plotmanager/library/utilities/configuration.py", line 7, in test_configuration if not os.path.exists(chia_location): File "/usr/lib/python3.8/genericpath.py", line 19, in exists os.stat(path) TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType