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
2016-02-02 17:24:30,218 [DEBUG] - Running 'Get-FileName' to determine name with url:'http://www.7-zip.org/a/7z1514-x64.exe', defaultName:'7zip.commandlineInstall.zip'
2016-02-02 17:24:30,294 [DEBUG] - Url request/response failed - file name will be '7zip.commandlineInstall.zip'
It causes things to fail.
The text was updated successfully, but these errors were encountered:
When running Get-FileName, if HttpWebResponse is not fully qualified,
PowerShell 5 will not know how to find it. It's better to fully qualify
classes, so fix that to be correct.
Also pass along the actual error when it occurs.
* stable:
(GH-604) Source Operations Should Respect Quiet
(GH-603) Fix - Get-FileName errors sometimes
ferventcoder
changed the title
Running Get-FileName sometimes fails and causes errors
Running Get-FileName in PowerShell 5 failes and sometimes causes package errors
Feb 5, 2016
ferventcoder
changed the title
Running Get-FileName in PowerShell 5 failes and sometimes causes package errors
Running Get-FileName in PowerShell 5 fails and sometimes causes package errors
Mar 29, 2016
When the following happens:
It causes things to fail.
The text was updated successfully, but these errors were encountered: