Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: AttributeError: 'NoneType' object has no attribute 'rsyncd_user' #175

Closed
petrzmax opened this issue Apr 27, 2021 · 2 comments
Closed

Comments

@petrzmax
Copy link

petrzmax commented Apr 27, 2021

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 main
    print(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?

@altendky
Copy link
Collaborator

I think this was fixed in #138. I just merged it so it is available on the development branch if you want to try it out.

@petrzmax
Copy link
Author

Thank You! I can confirm - it's fixed on dev branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants