-
Notifications
You must be signed in to change notification settings - Fork 278
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
Plotman died #267
Comments
That is likely what is causing the issue. Try installing the |
Thanks,
plotman status does show the new process it can t find logs of(it also lists all the temp files but I omitted that part):
plotman interactive however is still caput: Traceback (most recent call last):
File "/usr/local/bin/plotman", line 8, in <module>
sys.exit(main())
File "/home/utiger/.local/lib/python3.8/site-packages/plotman/plotman.py", line 171, in main
interactive.run_interactive()
File "/home/utiger/.local/lib/python3.8/site-packages/plotman/interactive.py", line 332, in run_interactive
curses.wrapper(curses_main)
File "/usr/lib/python3.8/curses/__init__.py", line 105, in wrapper
return func(stdscr, *args, **kwds)
File "/home/utiger/.local/lib/python3.8/site-packages/plotman/interactive.py", line 178, in curses_main
dst_report = reporting.dst_dir_report(
File "/home/utiger/.local/lib/python3.8/site-packages/plotman/reporting.py", line 149, in dst_dir_report
dir2oldphase = manager.dstdirs_to_furthest_phase(jobs)
File "/home/utiger/.local/lib/python3.8/site-packages/plotman/manager.py", line 31, in dstdirs_to_furthest_phase
if not j.dstdir in result.keys() or result[j.dstdir] < j.progress():
TypeError: '<' not supported between instances of 'int' and 'NoneType' It gives the same warnings as plotman status does, regarding the list of the logs and temp files. |
It looks like you installed plotman as root at some point. Don't use your system pip, especially not as root such as with sudo or otherwise. A similar issue is being addressed in #258. But you have uncovered another situation. I think I need to do a more comprehensive change to address this robustly. |
Greetings, This probably isn't the place but is there a command that allows you "reload" the plotman config.yaml (so you can change something in the config without having to stop the whole process) thanks for the help |
When you change the config, just stop plotman and restart it. It will redetect existing plots etc. To be clear, installing Python stuff with pip as root is mostly bad since it is hazardous to the operating system. It also can keep pip from doing a good job of getting compatible dependency versions. This is unrelated though to your reported issue. I would probably tend to uninstall plotman (yes, you would need sudo with this again). How did you install Chia? |
Thanks for the reply, that's what I've been doing but It seemed not to be taking the update config, I'm probably mistaken. |
There are multiple options for installation. |
How can we stop plotman? Which code line? Because when i write: |
@furqanarda is this question related to this existing issue? If not, perhaps open a discussion or join #plotman on the chia keybase team to ask about usage. |
@altendky I can open a discussion. Thank you. |
I started an extra job throught the GUI for a new SSD was this what messed things?
I had a couple of plots over 80% gone and I see the process running should I wait or killall ?
The text was updated successfully, but these errors were encountered: