-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turn off download progress #83
Comments
@ferventcoder Should this be Up for grabs or are you working on it? I have working code to patch this that I'm using internally, but its a little fragile because I just pasted the same check into the install/uninstall/ and update functions. The right way to fix this might be to refactor the install/uninstall/update functions to have more consistent code and naming across them, and actually break running |
@jrdnr up for grabs. |
Go for the simple changes first and we can look for the more invasive changes later. |
Just wanted to say thanks y'all for implementing this. HUGE reduction in Packer log sizes where I was using lots of choco operations! |
@ferventcoder Any chance of getting this PR merged? |
I would like to see this addressed as well. |
@TTimo The PR to fix was submitted almost a year ago, but I haven't been able to get a response from the maintainers. |
A possible workaround while waiting for this PR to be merged is to disable progress globally.
|
The PR is working it's way through. We have been very slow to pick this up. Changes have been requested and would hope to get this ready for the next release. |
In 0.10.4, Chocolatey started to show download progress for packages as well as any downloaded resources. When something else is using Chocolatey and capturing output for logging purposes, it can overwhelm the log.
This is the case in PowerShell DSC. You receive a cryptic error similar to
The WS-Management service cannot process the request. The computed response packet size (3388031) exceeds the maximum envelope size that is allowed (512000).
When 0.10.4+ is detected, add
--no-progress
(chocolatey/choco#917) automatically when managing packages with cChoco.The text was updated successfully, but these errors were encountered: