You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm struggling at managing plotman to work. Even with activated environment I'm getting this kind of error:
Traceback (most recent call last):
File "/home/petrzmax/chia-blockchain/venv/bin/plotman", line 8, in <module>
sys.exit(main())
File "/home/petrzmax/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 168, in mainprint(reporting.dirs_report(jobs, cfg.directories, cfg.scheduling, get_term_width()))
File "/home/petrzmax/chia-blockchain/venv/lib/python3.9/site-packages/plotman/reporting.py", line 193, in dirs_report
arch_dir_report(archive.get_archdir_freebytes(dir_cfg.archive), width) +'\n'
File "/home/petrzmax/chia-blockchain/venv/lib/python3.9/site-packages/plotman/archive.py", line 53, in get_archdir_freebytes
(arch_cfg.rsyncd_user, arch_cfg.rsyncd_host, arch_cfg.rsyncd_path) )
AttributeError: 'NoneType' object has no attribute 'rsyncd_user'
Do You have any ideas how to fix it?
The text was updated successfully, but these errors were encountered:
Hi!
I'm struggling at managing plotman to work. Even with activated environment I'm getting this kind of error:
Do You have any ideas how to fix it?
The text was updated successfully, but these errors were encountered: