Skip to content
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

"Could not read package from galaxy API" when installing #27

Open
mmb opened this issue Jul 7, 2018 · 0 comments
Open

"Could not read package from galaxy API" when installing #27

mmb opened this issue Jul 7, 2018 · 0 comments

Comments

@mmb
Copy link

mmb commented Jul 7, 2018

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.

@MatrixCrawler MatrixCrawler mentioned this issue Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant