Current koji client doesn't work with rpmfusion koji instance. Reproducible: Always Steps to Reproduce: 1. koji -p koji-rpmfusion cancel $TASKID or manually: koji -s https://koji.rpmfusion.org/kojihub --cert=~/.rpmfusion.cert --authtype=ssl cancel $TASKID Actual Results: 2023-07-25 19:21:27,435 [ERROR] koji: GenericError: Invalid method: getKojiVersion Expected Results: No error, task canceled. It works OK with: koji-1.21.0-2.fc30.noarch
Reproduced with: koji-1.33.0-1.fc37.noarch
I'm not sure what version rpmfusion is running (it's old enough that it doesn't report that on the api page). I don't think koji claims interoperability between clients that are very far apart. Adding kwizart here for comment on the rpmfusion instance, perhaps it could be upgraded? If not, we probibly should move this upstream and see if there's anything to do to make it more compatible to older versions.
Right, I think that's a recent change that made any recent client start to fail with older el7 based koji. We might backport the getKojiVersion method in the el7 branch or to fix the client to assume older koji if the getKojiversion cannot be found. For now the workaround is to use el7 koji client for cancel tasks.