Have a space in the path for path causes script to not run #1116
Unanswered
btcminingparts
asked this question in
Q&A
Replies: 2 comments 4 replies
-
yes. swar is not properly escape the command. also, meanwhile you can probably workaround by doing (not tested... i am not a windows guy =p) chia_location: C:\Users\"Chai Miner #1"\AppData\Local\chia-blockchain\app-1.1.6\resources\app.asar.unpacked\daemon\chia.exe |
Beta Was this translation helpful? Give feedback.
4 replies
-
Work around, use cmd and CD to the folder that contains the folder name with the space or odd character and use
and windows will show a short path. It changed mine too: C:\Users\CHAIMI~1\AppData\Local\chia-blockchain\app-1.1.6\resources\app.asar.unpacked\daemon\chia.exe and works like a champ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Yep bad me on my part, seems it cannot find the location to the chia.exe due to the space but the path is absolutely correct and there is a space in the ymal file before the "C"
C:\Users\Chai Miner #1\AppData\Local\chia-blockchain\app-1.1.6\resources\app.asar.unpacked\daemon\chia.exe
get error
C:\Users\Chai Miner #1\Desktop\Swar-Chia-Plot-Manager-main>python manager.py start Traceback (most recent call last): File "C:\Users\Chai Miner #1\Desktop\Swar-Chia-Plot-Manager-main\manager.py", line 30, in <module> start_manager() File "C:\Users\Chai Miner #1\Desktop\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\Chai Miner #1\Desktop\Swar-Chia-Plot-Manager-main\plotmanager\library\utilities\configuration.py", line 8, in test_configuration raise InvalidChiaLocationException('The chia_location in your config.yaml does not exist. Please confirm if ' plotmanager.library.utilities.exceptions.InvalidChiaLocationException: The chia_location in your config.yaml does not exist. Please confirm if you have the right version. Also confirm if you have a space after the colon. "chia_location: <DRIVE>" not "chia_location:<DRIVE>"
any ideas on this one? have this running fine on 2 other pc but those do not have the space :/
Beta Was this translation helpful? Give feedback.
All reactions