There seem to be a problem during collections install from galaxy.ansible.com.
ERROR! Error when getting collection version metadata for community.library_inventory_filtering_v1:1.1.5 from release_galaxy (https://galaxy.ansible.com/api/) (HTTP Code: 500, Message: Internal Server Error Code: Unknown)
Also, the UI Search (galaxy.ansible.com) is failing with HTTP Error 500.
The UI also has the same 500 errors, but apparently doesn’t handle these errors well, and instead claims that things don’t exist, or seems to be loading forever. (I’ll create a separate thread for this to report it.)
Can confirm, ansible-galaxy collection install in GitHub Actions fails with 500s as well.
Fingers crossed, someone can fix this without too much effort. But I would understand, if they only started to work on it Monday morning.
If you are working in an environment without internet access, you can still use Ansible collections by downloading and packaging them in advance, then installing them locally.
First, create two directories: one for cloning collection repositories and one for storing offline packages.
What if we have some collection installed online and some offline, how we deal with that situation? Do you have any setup like that? BTW I think the collections_paths can be absolute path right and in that path we can have multiple collections installed.
Can you fix the banner? It says ansible.galaxy.com when it is galaxy.ansible.com, it made me think the website was down as well as the link didn’t work.
I don’t know if it helps the investigation. But I will say that yesterday I couldn’t even login to Ansible galaxy from the UI (I would get 500 error).
Today it is working, but as you know getting collection metadata for example is down for me.(and CI fails)