Most commands can not work:
$koji --debug moshimoshi
2023-06-12 20:22:32,259 [DEBUG] koji: Opening new requests session 2023-06-12 20:22:32,259 [DEBUG] koji: Opening new requests session Traceback (most recent call last): File "/usr/bin/koji", line 331, in rv = locals()[command].call(options, session, args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/koji_cli/commands.py", line 7436, in handle_moshimoshi activate_session(session, options) File "/usr/lib/python3.11/site-packages/koji_cli/lib.py", line 784, in activate_session ensure_connection(session) File "/usr/lib/python3.11/site-packages/koji_cli/lib.py", line 145, in ensure_connection ret = session.getAPIVersion() ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/koji/init.py", line 2528, in call return self.func(self.__name, args, opts) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/koji/__init.py", line 3085, in _renew_expired_session return func(self, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/koji/init.py", line 3164, in _callMethod raise err File "/usr/lib/python3.11/site-packages/koji/init.py", line 3111, in _callMethod return self._sendCall(handler, headers, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/koji/init.py", line 3007, in _sendCall raise e File "/usr/lib/python3.11/site-packages/koji/init.py", line 3003, in _sendCall return self._sendOneCall(handler, headers, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/koji/init.py", line 3053, in _sendOneCall ret = self._read_xmlrpc_response(r) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/koji/init.py", line 3065, in _read_xmlrpc_response result = u.close() ^^^^^^^^^ File "/usr/lib64/python3.11/xmlrpc/client.py", line 668, in close raise Fault(*self._stack[0]) xmlrpc.client.Fault: : column "renew_time" does not exist\nLINE 2: ...CT authtype, callnum, exclusive, expired, master, renew_time...\n ^\n'>
Am I missing something?
You've upgraded the hub and not run sql schema update? See e.g. https://docs.pagure.org/koji/migrations/migrating_to_1.33/
Metadata Update from @tkopecek: - Custom field Size adjusted to None
Metadata Update from @tkopecek: - Issue close_status updated to: Insufficient data - Issue status updated to: Closed (was: Open)
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/3844
Please continue any further discussion there.