swar / Swar-Chia-Plot-Manager

This is a Cross-Platform Plot Manager for Chia Plotting that is simple, easy-to-use, and reliable.
GNU General Public License v3.0
1.25k stars 388 forks source link

manager.py view gives an error #1238

Closed madislammergas closed 3 years ago

madislammergas commented 3 years ago

I plotting for pool. manager.py start working correctly but if I type "view" then I get an error:

Traceback (most recent call last): File "manager.py", line 37, in view() File "C:\Users\madis\Documents\Swar-Chia-Plot-Manager-main\plotmanager\library\utilities\commands.py", line 163, in view instrumentation_settings=instrumentation_settings, backend=backend) File "C:\Users\madis\Documents\Swar-Chia-Plot-Manager-main\plotmanager\library\utilities\processes.py", line 290, in get_running_plots k_size = get_plot_k_size(commands=commands, backend=backend) File "C:\Users\madis\Documents\Swar-Chia-Plot-Manager-main\plotmanager\library\utilities\processes.py", line 69, in get_plot_k_size return k_size_parsers.get(backend)(commands) TypeError: _get_chia_backend_plot_k_size() missing 1 required positional argument: 'backend'

Any ideas?

grizzlybears commented 3 years ago

Yes, I encountered same issue.

OS: ubuntu 20.04 plotmanager version: d832568 chia 1.2.0 not using pool.

chooikw commented 3 years ago

See my comment at https://github.com/swar/Swar-Chia-Plot-Manager/pull/1198#issuecomment-878103964 for hotfix

swar commented 3 years ago

Should be fixed