MrPig91 / PSChiaPlotter

A repo for powershell module that helps Chia Plotting
MIT License
180 stars 47 forks source link

Job fail when copy to final destination (Replot) #185

Closed kien23 closed 3 years ago

kien23 commented 3 years ago

Version 1.0.55

I encounter the below issue when replot is done with madmax, and the file was trying to copy to destination folder but it failed. No error is recorded in the log. image

The consequences is that, the failed copy file continue to sit in TMP drive (plotting drive), piling up and TMP drive will run out of space, then job is stopped.

Is it possible to add "Final Drive" column in All Runs tab, so we can have a better idea whether this happen to single drive or random drive?

or if it possible to return the copy fail error in the log?

MrPig91 commented 3 years ago

Are you looking at the log file for the plot or the PSCP log file? If it did fail to copy it should have recorded the error that caused it to fail. I will add more info to the all runs tab including the "Final Drive" column you suggested.

kien23 commented 3 years ago

Please see the plot log below. image

As for PCSP log, not sure why there is no log recorded. image

MrPig91 commented 3 years ago

So strange. I think a lot people don't have the PSCP log file being created. I will have to look into this. In the next update I plan to have the copy process be logged to the plot log file as well. I think I will have it retry to copy if it fails as well.

kien23 commented 3 years ago

Thank you!