You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading...
invoke-webrequest : AccessDeniedAccess denied.Anonymous caller does not have storage.objects.list access to the Google
Cloud Storage bucket. Permission 'storage.objects.list' denied on resource (or it may not exist).
At C:\ProgramData\ParsecLoader\GPUUpdaterTool.ps1:264 char:38
+ ... ver =([xml](invoke-webrequest -uri https://storage.googleapis.com/nvi ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
eption
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
You cannot call a method on a null-valued expression.
At C:\ProgramData\ParsecLoader\GPUUpdaterTool.ps1:265 char:9
+ $googlestoragedriver.split('/')[2].split('_')[0]
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
This GPU (NVIDIA Tesla T4) requires a private driver downloaded from the Google Support Site
invoke-webrequest : AccessDeniedAccess denied.Anonymous caller does not have storage.objects.list access to the Google
Cloud Storage bucket. Permission 'storage.objects.list' denied on resource (or it may not exist).
At C:\ProgramData\ParsecLoader\GPUUpdaterTool.ps1:264 char:38
+ ... ver =([xml](invoke-webrequest -uri https://storage.googleapis.com/nvi ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
eption
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
You cannot call a method on a null-valued expression.
At C:\ProgramData\ParsecLoader\GPUUpdaterTool.ps1:265 char:9
+ $googlestoragedriver.split('/')[2].split('_')[0]
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
The text was updated successfully, but these errors were encountered:
So we could just hardcode to that url? It would be the result of -like "*GRID1*server2016*.exe" | select -Last 1 anyways, am I right?
But at the same time it seems sad to hardcode like that. If the user is on a more recent version like server2019 they could benefit from more recent drivers?
The text was updated successfully, but these errors were encountered: