And an attempt to fetch a ticket also failed for related reasons :
charpent@zen-book-flip:/usr/local/sage-9$ git trac checkout 34457
Loading ticket #34457...
Traceback (most recent call last):
File "/home/charpent/Dev/git-trac-command/git_trac/digest_transport.py", line 106, in single_request
return self.parse_response(response)
File "/usr/lib/python3.10/xmlrpc/client.py", line 1354, in parse_response
return u.close()
File "/usr/lib/python3.10/xmlrpc/client.py", line 668, in close
raise Fault(**self._stack[0])
xmlrpc.client.Fault: <Fault 1: "'Error updating the gitolite-admin repository: Host key verification failed.\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.\n; you may have to manually clean up or re-clone the repository' while executing 'ticket.changeLog()'">
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/git-trac", line 17, in <module>
cmdline.launch()
File "/home/charpent/Dev/git-trac-command/git_trac/cmdline.py", line 239, in launch
app.checkout(args.ticket_or_branch, args.branch_name)
File "/home/charpent/Dev/git-trac-command/git_trac/app.py", line 118, in checkout
self._checkout_ticket(int(ticket_or_branch), branch_name)
File "/home/charpent/Dev/git-trac-command/git_trac/app.py", line 125, in _checkout_ticket
ticket = self.trac.load(ticket_number)
File "/home/charpent/Dev/git-trac-command/git_trac/trac_server.py", line 133, in load
ticket = TracTicket(ticket_number, self.anonymous_proxy)
File "/home/charpent/Dev/git-trac-command/git_trac/trac_ticket.py", line 155, in TracTicket
change_log = server_proxy.ticket.changeLog(ticket_number)
File "/usr/lib/python3.10/xmlrpc/client.py", line 1122, in __call__
return self.__send(self.__name, args)
File "/usr/lib/python3.10/xmlrpc/client.py", line 1464, in __request
response = self.__transport.request(
File "/usr/lib/python3.10/xmlrpc/client.py", line 1166, in request
return self.single_request(host, handler, request_body, verbose)
File "/home/charpent/Dev/git-trac-command/git_trac/digest_transport.py", line 108, in single_request
raise TracInternalError(e)
git_trac.trac_error.TracInternalError: <Fault 1: "'Error updating the gitolite-admin repository: Host key verification failed.\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.\n; you may have to manually clean up or re-clone the repository' while executing 'ticket.changeLog()'">
Of note : I could create a new ticket (the one I was trying to fetch) yesterday afternoon. This might be a problem distinct from the one due to the key change (this week-end, IIUIC).