-
Notifications
You must be signed in to change notification settings - Fork 932
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
Cli fails to list repo plugins #2616
Comments
Still having these issues on cf version 8.7.7+583a09a.2023-12-26, using WSL / Ubuntu 22.04.3. Any updates as to what is causing this? We're effectively blocked. |
Appreciate the links - any idea when these would be released? |
Bumping again...any updates on a release for this fix? |
@mjyeaney I am not sure do you know but "cf install-plugin " works and plugins available in community repo will be downloaded and installed without issues. So only listing functionality is broken. |
@theghost5800 Confirmed - appreciate the insights. Our build script stopped at a list check and we assumed all other repo operations were disrupted as well. Thank you! |
Please fill out the issue checklist below and provide ALL the requested information.
CF_TRACE=1
to help debug the issue.Describe the bug and the command you saw an issue with
I am trying to execute
cf repo-plugins -r CF-Community
but fails withGetting plugins from repository 'CF-Community' ... Logged errors: Invalid json data from 'CF-Community' - invalid character '<' looking for beginning of value
list of configured plugins repo urls:
https://plugins.cloudfoundry.org is accessible through web browser
With set env CF_TRACE=1 doesn't show any additional details
Expected behavior
It supposed to return list of available plugins for installation.
Exact Steps To Reproduce
Steps to reproduce the behavior; include the exact CLI commands and verbose output:
Provide more context
The text was updated successfully, but these errors were encountered: