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
A syntax error when using Get-ChocolateyWebFile and the server responds with an error code (e.g. 550 in my case):
'env:DownloadCacheAvailable' is not recognized as a cmdlet, function, operable program, or script file. Verify the term and try again.
What is Expected?
No syntax error :)
How Did You Get This To Happen? (Steps to Reproduce)
Call Get-ChocolateyWebFile with a missing file on the server
The text was updated successfully, but these errors were encountered:
ferventcoder
changed the title
Syntax error occurs when Get-ChocolateyWebFile throws an error
Get-FtpFile error when file is missing (called through Get-ChocolateyWebFile)
Aug 22, 2016
andmos
added a commit
to andmos/choco
that referenced
this issue
Aug 24, 2016
Some times the title of the package must be presented to the user in a
"pretty" matter. The Package Id helps, but is not "GUI-friendly".
To avoid the need to parse the Id ourselves, this adds the access to the
package title as an environment variable.
What You Are Seeing?
A syntax error when using
Get-ChocolateyWebFile
and the server responds with an error code (e.g. 550 in my case):What is Expected?
No syntax error :)
How Did You Get This To Happen? (Steps to Reproduce)
Get-ChocolateyWebFile
with a missing file on the serverThe text was updated successfully, but these errors were encountered: