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

_get_chia_flags() got an unexpected keyword argument 'threadX_p2' #1254

Closed bilalwaheedch closed 3 years ago

bilalwaheedch commented 3 years ago

Getting the following error (debug.log) with latest commit:

Traceback (most recent call last): File "/home/bilal/Swar-Chia-Plot-Manager/stateless-manager.py", line 109, in jobs, running_work, next_job_work, next_log_check = monitor_jobs_to_start( File "/home/bilal/Swar-Chia-Plot-Manager/plotmanager/library/utilities/jobs.py", line 276, in monitor_jobs_to_start job, work = start_work( File "/home/bilal/Swar-Chia-Plot-Manager/plotmanager/library/utilities/jobs.py", line 325, in start_work plot_command = plots.create( File "/home/bilal/Swar-Chia-Plot-Manager/plotmanager/library/commands/plots.py", line 6, in create backend_flags = _get_backend_flags(backend, *args, *kwargs) File "/home/bilal/Swar-Chia-Plot-Manager/plotmanager/library/commands/plots.py", line 38, in _get_backend_flags return backend_parser(args, **kwargs) TypeError: _get_chia_flags() got an unexpected keyword argument 'threadX_p2'

swar commented 3 years ago

@bilalwaheedch got ahead of myself with the merge. I pushed out a fix, let me know if that works for you now.

bilalwaheedch commented 3 years ago

Successfully able to start the manager now. Thanks!