swar / Swar-Chia-Plot-Manager

This is a Cross-Platform Plot Manager for Chia Plotting that is simple, easy-to-use, and reliable.
GNU General Public License v3.0
1.26k stars 388 forks source link

TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType #685

Open DonCamillo123 opened 3 years ago

DonCamillo123 commented 3 years ago

I got this ERROR Message, can anyone help me ?

PS C:\Users\Patrik\Swar-Chia-Plot-Manager-main> python manager.py start Traceback (most recent call last): File "C:\Users\Patrik\Swar-Chia-Plot-Manager-main\manager.py", line 30, in start_manager() File "C:\Users\Patrik\Swar-Chia-Plot-Manager-main\plotmanager\library\utilities\commands.py", line 39, in start_manager test_configuration(chia_location=chia_location, notification_settings=notification_settings, File "C:\Users\Patrik\Swar-Chia-Plot-Manager-main\plotmanager\library\utilities\configuration.py", line 7, in test_configuration if not os.path.exists(chia_location): File "C:\Users\Patrik\AppData\Local\Programs\Python\Python39\lib\genericpath.py", line 19, in exists os.stat(path) TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType PS C:\Users\Patrik\Swar-Chia-Plot-Manager-main>

JayPark777 commented 3 years ago

Didn't you update it to 1.1.6? Change the chia path in config.yaml.

chia_location: C:\Users\ [username] \AppData\Local\chia-blockchain\app-1.1.6\resources\app.asar.unpacked\daemon\chia.exe

DonCamillo123 commented 3 years ago

Ah ok my fault i updated and it was on 1.1.5 on the Config , changed it to 1.1.6 now it works ;) thanks a lot