Not an issue with the script itself, but this no longer works with Uyuni - the forked Spacewalk replacement.
Uyuni changed api version to 25 last year, and --ignore-api-version allowed the script to continue working.
However, as of the latest 2021 04 version of Uyuni, they have removed some API calls which now breaks the script.
Running the script returns this at the end and no errata is imported
Fault returned from XML RPC Server, fault code 2609: redstone.xmlrpc.XmlRpcFault: A required patch attribute (advisory_status) was missing.
Uyuni reference: https://www.uyuni-project.org/doc/2021.04/release-notes-uyuni-server.html#_removal_of_deprecated_xmlrpc_api_methods
Not an issue with the script itself, but this no longer works with Uyuni - the forked Spacewalk replacement.
Uyuni changed api version to 25 last year, and --ignore-api-version allowed the script to continue working.
However, as of the latest 2021 04 version of Uyuni, they have removed some API calls which now breaks the script.
Running the script returns this at the end and no errata is imported
Fault returned from XML RPC Server, fault code 2609: redstone.xmlrpc.XmlRpcFault: A required patch attribute (advisory_status) was missing.Uyuni reference: https://www.uyuni-project.org/doc/2021.04/release-notes-uyuni-server.html#_removal_of_deprecated_xmlrpc_api_methods