FileNotFoundError: [ #270
Answered
by
altendky
paappraiser
asked this question in
Q&A
-
created folder chialogfile/ started plotman no problems, realized I had a ssd full of garbage from a failed plot. cleared ssd.. activated and ran plotman plot will not run now. Cant figure this this out. ...starting plot loop Traceback (most recent call last):
File "/home/mattchia/chia-blockchain/venv/bin/plotman", line 8, in <module>
sys.exit(main())
File "/home/mattchia/chia-blockchain/venv/lib/python3.9/site-packages/plotman/plotman.py", line 143, in main
wait_reason = manager.maybe_start_new_plot(cfg.directories, cfg.scheduling, cfg.plotting)
File "/home/mattchia/chia-blockchain/venv/lib/python3.9/site-packages/plotman/manager.py", line 131, in maybe_start_new_plot
stdout=open(logfile, 'w'),
FileNotFoundError: [Errno 2] No such file or directory: 'chialogfile/2021-05-07-21:16:00.log' |
Beta Was this translation helpful? Give feedback.
Answered by
altendky
May 8, 2021
Replies: 1 comment 5 replies
-
My guess is that you did not specify an absolute path in the config for the log directory and you are now running plotman from a directory other than where |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
paappraiser
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My guess is that you did not specify an absolute path in the config for the log directory and you are now running plotman from a directory other than where
chialogfile/
is. Use absolute directories. (perhaps we should check for and warn about or ban relative paths)