unitysetup.powershell icon indicating copy to clipboard operation
unitysetup.powershell copied to clipboard

Attempting to assign NaN to SecondsRemaining

Open jwittner opened this issue 5 years ago • 0 comments

Infrequently I receive an error from UnitySetup when installing:

"Cannot bind parameter \u0027SecondsRemaining\u0027. Cannot convert value "NaN" to type "System.Int32". Error: "Value was either too large or too small for an Int32."",

Looking at the code, I'm starting to wonder if the $global download data array is to blame as the operation itself looks well guarded against any synchronous behavior.

@Ziugy - any thoughts?

jwittner avatar Oct 28 '19 20:10 jwittner