MrPig91 / PSChiaPlotter

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

Error when starting job #162

Open Hbitvof opened 3 years ago

Hbitvof commented 3 years ago

When I start a job I get this error:

A parameter cannot be found that matches parameter name 'LogType'

Can this be solved?

MrPig91 commented 3 years ago

How was PSChiaPlotter Installed on your computer?

Hbitvof commented 3 years ago

Just the normal way, opening a powershell window as admin and then Install-Module -Repository PSGallery -Name PSChiaPlotter.

I skipped this part because I use the Madmax plotter:

$addToProfile = ' $chiapath = (get-item "$env:LOCALAPPDATA\Chia-Blockchain\app-*\resources\app.asar.unpacked\daemon\").fullname

$env:Path = $env:Path + "; $chiapath" '

Add-Content -Path $profile.CurrentUserAllHosts -Value $addToProfile

I tested this on different systems and all the same result.

weezy420X commented 3 years ago

I have the same issue since I updated to version .53 when I used .51 everything worked just fine and now it’s not working on any of my machines.

MrPig91 commented 3 years ago

I have found the line that was causing this, although there still is an error grabbing you volumes since the line I fixed was in a catch block. But now we can see why it errors out when grabbing the volumes.