Can someone please enlighten me on the root cause of this error?
PS>TerminatingError(Invoke-WebRequest): "The remote server returned an error: (404) Not Found."
Nicehash API NOT RESPONDING...ABORTING
Add-Member : Cannot add a member with the name "Name" because a member with that name already exists. To overwrite the
member anyway, add the Force parameter to your command.
At C:\Users\Ahmet\Downloads\Megaminer-master\Megaminer-master\Include.ps1:354 char:95
+ ... ent -ne $null) {$_.Content | Add-Member @{Name = $_.Name} -PassThru}}
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (@{Algorithm=Equ...ining_Pool_Hub}:PSObject) [Add-Member],
InvalidOperationException
+ FullyQualifiedErrorId : MemberAlreadyExists,Microsoft.PowerShell.Commands.AddMemberCommand
Add-Member : Cannot add a member with the name "Name" because a member with that name already exists. To overwrite
the member anyway, add the Force parameter to your command.
At C:\Users\Ahmet\Downloads\Megaminer-master\Megaminer-master\Include.ps1:354 char:95
+ ... ent -ne $null) {$_.Content | Add-Member @{Name = $_.Name} -PassThru}}
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (@{Algorithm=Equ...ining_Pool_Hub}:PSObject) [Add-Member], InvalidO
perationException
+ FullyQualifiedErrorId : MemberAlreadyExists,Microsoft.PowerShell.Commands.AddMemberCommand