Replies: 2 comments
-
Maybe the CPU is overloaded and then Chia is not able to respond to the close commands? Make sure plotting is not taking all of the CPU time. |
Beta Was this translation helpful? Give feedback.
-
If you are still experiencing the issues it is recommended to upgrade to the latest version of chia. Please download it from here: https://www.chia.net/downloads/ Since this issue has been open for a number of years without additional comments, we will be closing this ticket but if we have closed this ticket in error do not hesitate to reach out to us again with any followup questions, comments, or if the issue persists after an update.
The best place to reach our support team is on Discord (https://discord.gg/chia) or by reopening this ticket. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
After Windows forced updated that killed and messed up the blockchain GUI, and possible some other things. it has been syncing extremely slow somehow for a couple of days now. I am still able to plot. However, when I tried to stop all in command mode, while the GUI still plotting, it gives the following error,
C:\Users\USER\AppData\Local\chia-blockchain\app-1.1.5\resources\app.asar.unpacked\daemon>chia stop all
chia_harvester: Error, timeout.
Stop failed
chia_timelord_launcher: Error, timeout.
Traceback (most recent call last):
File "chia\cmds\chia.py", line 81, in
File "chia\cmds\chia.py", line 77, in main
File "click\core.py", line 829, in call
File "click\core.py", line 782, in main
File "click\core.py", line 1259, in invoke
File "click\core.py", line 1066, in invoke
File "click\core.py", line 610, in invoke
File "click\decorators.py", line 21, in new_func
File "chia\cmds\stop.py", line 46, in stop_cmd
File "asyncio\base_events.py", line 587, in run_until_complete
File "chia\cmds\stop.py", line 27, in async_stop
File "chia\daemon\client.py", line 86, in is_running
TypeError: 'NoneType' object is not subscriptable
[3372] Failed to execute script chia
To Reproduce
[1] Force shutdown Windows while the GUI is syncing and plotting.
[2] Delete the .chia folder and start syncing from zero
[3] Start plotting while syncing
[4] run the "chia stop all" command
Expected behavior
The chia command should be able to handle this exception and give out proper steps to follow when this exception would happen. For example, a message like, "please wait for the plotting process to complete before stopping". If this error is due to whatever the windows update did to the system, not sure what would be the fix.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions