We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Chocolatey build is failing validation for some reason, so Chocolately is currently stuck on version 0.17.6
Comment thread with Chocolatey maintainers:
Daniel15 (maintainer) on 27 Nov 2016 08:42:10 +00:00: I don't understand why the package test is failing - I don't see any error messages in the output, it just says that it failed. Any ideas? flcdrg (reviewer) on 28 Nov 2016 01:38:30 +00:00: The error is here - https://gist.github.com/choco-bot/7372ee43bdba9cb54a795157969f9491#file-install-txt-L533 Something to do with your Start-ChocolateyProcessAsAdmin call David Daniel15 (maintainer) on 28 Nov 2016 01:40:09 +00:00: Is there a way to get the actual error message it's encountering? It just says "See log for possible error messages." flcdrg (reviewer) on 28 Nov 2016 01:51:50 +00:00: I think the error is hidden deep inside that XML blob here - https://gist.github.com/choco-bot/7372ee43bdba9cb54a795157969f9491#file-install-txt-L531 eg. <S S="Error">ConvertFrom-Json : Invalid object passed in, ':' or '}' expected. (1):
Daniel15 (maintainer) on 27 Nov 2016 08:42:10 +00:00:
I don't understand why the package test is failing - I don't see any error messages in the output, it just says that it failed. Any ideas?
flcdrg (reviewer) on 28 Nov 2016 01:38:30 +00:00:
The error is here - https://gist.github.com/choco-bot/7372ee43bdba9cb54a795157969f9491#file-install-txt-L533
Something to do with your Start-ChocolateyProcessAsAdmin call
David
Daniel15 (maintainer) on 28 Nov 2016 01:40:09 +00:00:
Is there a way to get the actual error message it's encountering? It just says "See log for possible error messages."
flcdrg (reviewer) on 28 Nov 2016 01:51:50 +00:00:
I think the error is hidden deep inside that XML blob here - https://gist.github.com/choco-bot/7372ee43bdba9cb54a795157969f9491#file-install-txt-L531
eg.
<S S="Error">ConvertFrom-Json : Invalid object passed in, ':' or '}' expected. (1):
The text was updated successfully, but these errors were encountered:
9ad14d6 may fix it... Trying it out.
Sorry, something went wrong.
Use regex rather than Convert[To|From]-Json to update installation me…
0cd3421
…thod Closes yarnpkg#2065
f49c577
…thod Closes #2065
No branches or pull requests
The Chocolatey build is failing validation for some reason, so Chocolately is currently stuck on version 0.17.6
Comment thread with Chocolatey maintainers:
The text was updated successfully, but these errors were encountered: