Anyone else see this issue? Looks like maybe the API call was getting an unexpected response. Switched back to 2.3 and its fine.
Transcript started, output file is .\Logs\miner.log
Loading BTC rate from 'api.coinbase.com'..
Loading pool stats..
Cannot convert null to type "System.DateTime".
At C:\Users\user\Desktop\NemosMiner-v2.4.1-master\Include.ps1:34 char:5
+ $Stat = [PSCustomObject]@{
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: ( [], RuntimeException
+ FullyQualifiedErrorId : nullToObjectInvalidCast
Cannot convert null to type "System.DateTime".
At C:\Users\user\Desktop\NemosMiner-v2.4.1-master\Include.ps1:34 char:5
+ $Stat = [PSCustomObject]@{
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: ( [], RuntimeException
+ FullyQualifiedErrorId : nullToObjectInvalidCast
Cannot find an overload for "op_Subtraction" and the argument count: "2".
At C:\Users\user\Desktop\NemosMiner-v2.4.1-master\Include.ps1:51 char:5
+ $Span_Minute = [Math]::Min(($Date - $Stat.Updated).TotalMinutes, ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ( [], MethodException
+ FullyQualifiedErrorId : MethodCountCouldNotFindBest
Cannot find an overload for "op_Subtraction" and the argument count: "2".
At C:\Users\user\Desktop\NemosMiner-v2.4.1-master\Include.ps1:51 char:5
+ $Span_Minute = [Math]::Min(($Date - $Stat.Updated).TotalMinutes, ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ( [], MethodException
+ FullyQualifiedErrorId : MethodCountCouldNotFindBest
Delete all the pool stats (keep the ccminerxxxxxxx files) in STATS folder will fix the problem.