Cron <ubuntu-archive at ubuntu-archive-toolbox> ~/oem-meta-packageset-sync/oem-meta-packageset-sync
Cron Daemon
root at ubuntu-archive-toolbox.internal
Thu Jun 1 06:30:22 UTC 2023
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1528, in _conn_request
conn.connect()
File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1290, in connect
address_info = socket.getaddrinfo(host, port, 0, socket.SOCK_STREAM)
File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Temporary failure in name resolution
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ubuntu-archive/oem-meta-packageset-sync/oem-meta-packageset-sync", line 177, in <module>
main()
File "/home/ubuntu-archive/oem-meta-packageset-sync/oem-meta-packageset-sync", line 168, in main
sync = OEMMetaPackagesetSync()
File "/home/ubuntu-archive/oem-meta-packageset-sync/oem-meta-packageset-sync", line 62, in __init__
self.lp = Launchpad.login_with("oem-generate", "production", "devel")
File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 564, in login_with
return cls._authorize_token_and_login(
File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 387, in _authorize_token_and_login
return cls(credentials, authorization_engine, credential_store,
File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 209, in __init__
super(Launchpad, self).__init__(
File "/usr/lib/python3/dist-packages/lazr/restfulclient/resource.py", line 485, in __init__
self._wadl = self._browser.get_wadl_application(self._root_uri)
File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 456, in get_wadl_application
response, content = self._request(url, media_type=wadl_type)
File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 398, in _request
response, content = self._request_and_retry(
File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 368, in _request_and_retry
response, content = self._connection.request(
File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1906, in request
(response, new_content) = self._request(
File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 137, in _request
response, content = super(
File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 193, in _request
return super(RestfulHttp, self)._request(
File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1621, in _request
(response, content) = self._conn_request(
File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1535, in _conn_request
raise ServerNotFoundError("Unable to find the server at %s" % conn.host)
httplib2.ServerNotFoundError: Unable to find the server at api.launchpad.net
More information about the Devel-permissions
mailing list