flofreud / posh-gvm

GVM for Powershell
Apache License 2.0
210 stars 60 forks source link

Exception while calling "GetResponse" in Utils.ps1 #1

Closed Zasch closed 10 years ago

Zasch commented 10 years ago

First of all I'd like to thank you for making gvm available on windows.

I installed posh-gvm via short script method on Windows 8.1. Then I set my execution policy to unsigned and added the "Import-Module posh-gvm" to my Powershell profile. Now, when I run "gvm install groovy" I get the following error:

"Ausnahme beim Aufrufen von "GetResponse" mit 0 Argument(en): "Die Anfrage wurde abgebrochen: Timeout für Vorgang überschritten." In C:\Users\Sascha\Documents\WindowsPowerShell\Modules\posh-gvm\Utils.ps1:338 Zeichen:5

which translates roughly to:

"Exception while calling "GeResponse" with 0 arguments: "The request was canceled: Timeout reached." ....."

Am I doing something wrong?

flofreud commented 10 years ago

Sorry about that. To polish everything for release today I added a parameter to the download url to identify the platform as posh for statistics like done in the offical client and forgot to escape the ? character. The test didn't checked the download url and I tested only with cached archives afterwards...

flofreud commented 10 years ago

@Zasch You should be able to execute the script again to redownload the last version if I did it correctly ;)

Zasch commented 10 years ago

Works perfectly now, thank you!

rjkmurray commented 7 years ago

20