windows-plotman icon indicating copy to clipboard operation
windows-plotman copied to clipboard

FilenotFoundError

Open RobertFauland opened this issue 4 years ago • 1 comments

Dear Wolfrage,

thank you for your work. I have a problem with running the programm:

python C:\Users\rober\AppData\Local\chia-blockchain\app-1.1.4\resources\app.asar.unpacked\daemon\plotman.py interactive

Error Message:

Traceback (most recent call last): File "C:\Users\rober\AppData\Local\chia-blockchain\app-1.1.4\resources\app.asar.unpacked\daemon\plotman.py", line 83, in with open('config.yaml', 'r') as ymlfile: FileNotFoundError: [Errno 2] No such file or directory: 'config.yaml'

I have installed all packages, and adjusted the yaml and manager according your tutorial. on the manager i only adjusted the version and username.

Any Idea? Kind regards Robert

RobertFauland avatar May 09 '21 10:05 RobertFauland

@RobertFauland Try using the full path for config.yaml.

ZaidAfane3 avatar Oct 09 '21 14:10 ZaidAfane3