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
It looks like a recent change with the way that "next" urls are returned has broken installs.
Ansiblefile:
site 'https://galaxy.ansible.com/api/v1' role 'sensu.sensu'
librarian-ansible install
First request:
https://galaxy.ansible.com/api/v1/roles/?name=sensu&format=json
returns 200
Next request:
https://galaxy.ansible.com/api/v1//roles/?format=json&name=sensu&page=2
returns 404
Could not read package from galaxy API.
The extra slash breaks it.
It would be helpful if the "Could not read package error" included the url and status.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It looks like a recent change with the way that "next" urls are returned has broken installs.
Ansiblefile:
librarian-ansible install
First request:
https://galaxy.ansible.com/api/v1/roles/?name=sensu&format=json
returns 200
Next request:
https://galaxy.ansible.com/api/v1//roles/?format=json&name=sensu&page=2
returns 404
Could not read package from galaxy API.
The extra slash breaks it.
It would be helpful if the "Could not read package error" included the url and status.
The text was updated successfully, but these errors were encountered: