Need help #1267
Unanswered
caoyang728
asked this question in
Q&A
Need help
#1267
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I got the following error message in the process of using, but I don't know where the problem is, I need your help, thanks.
Traceback (most recent call last):
File "D:\python\Swar-Chia-Plot-Manager-main\stateless-manager.py", line 120, in
backend=backend,
File "D:\python\Swar-Chia-Plot-Manager-main\plotmanager\library\utilities\jobs.py", line 212, in monitor_jobs_to_start
drives_free_space = get_drives_free_space(jobs, system_drives, running_work)
File "D:\python\Swar-Chia-Plot-Manager-main\plotmanager\library\utilities\jobs.py", line 189, in get_drives_free_space
if drive[-1] == '/' or drive[-1] == '\':
TypeError: 'NoneType' object is not subscriptable
The config section is configured as:
backend: chia
name: SSD1
max_plots: 999
farmer_public_key: a1aac2f238c3230dd8671****************************************************
pool_public_key:
pool_contract_address: https://pool.xchpool.org
temporary_directory: E:/SSD1
temporary2_directory:
destination_directory: Z:/chia_plot
I used E:/SSD1/ and Z:/chia_plot/ , the error message is the same as above
Beta Was this translation helpful? Give feedback.
All reactions