D 2024-02-14 18:49:55.137058+00:00 Params: [('response_key', 'agdicmlk...')]
I 2024-02-14 18:49:55.237570+00:00 Source: @evert@indieweb.social (Mastodon) @evert@indieweb.social, https://brid.gy/mastodon/@evert@indieweb.social
I 2024-02-14 18:49:55.337894+00:00 Created by this poll: https://brid.gy/log?start_time=1707849599&key=agdicmlkLWd5ciQLEghNYXN0b2RvbiIWQGV2ZXJ0QGluZGlld2ViLnNvY2lhbAw
I 2024-02-14 18:49:55.338381+00:00 Starting Response comment tag:indieweb.social,2013:111921037789113033 https://hachyderm.io/@leftpaddotpy/111921037760983498
I 2024-02-14 18:49:55.339863+00:00 Webmention from https://brid.gy/comment/mastodon/@evert@indieweb.social/111920316361256978/111921037789113033 to https://astrid.tech/2022/04/05/1/dead-tlds/
D 2024-02-14 18:49:55.340109+00:00 Webmention discovery: attempting for https://astrid.tech/2022/04/05/1/dead-tlds/
I 2024-02-14 18:49:55.340244+00:00 requests.get https://astrid.tech/2022/04/05/1/dead-tlds/ {'headers': {}}
I 2024-02-14 18:49:55.844067+00:00 Received 200
D 2024-02-14 18:49:55.963307+00:00 Webmention discovery: got endpoint in tag: https://api.astrid.tech/api/webmention
I 2024-02-14 18:49:55.963609+00:00 Sending...
D 2024-02-14 18:49:55.964035+00:00 webmention send: https://brid.gy/comment/mastodon/@evert@indieweb.social/111920316361256978/111921037789113033 -> https://astrid.tech/2022/04/05/1/dead-tlds/
I 2024-02-14 18:49:55.964550+00:00 requests.post https://api.astrid.tech/api/webmention {'data': {'source': 'https://brid.gy/comment/mastodon/@evert@indieweb.social/111920316361256978/111921037789113033', 'target': 'https://astrid.tech/2022/04/05/1/dead-tlds/'}, 'headers': {'User-Agent': '...', 'Accept': '...'}}
D 2024-02-14 18:49:56.655409+00:00 webmention send: got ConnectionError
I 2024-02-14 18:49:56.655782+00:00
Traceback (most recent call last):
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/urllib3/connection.py", line 198, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/urllib3/util/connection.py", line 60, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/layers/google.python.runtime/python/lib/python3.11/socket.py", line 962, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socket.gaierror: [Errno -2] Name or service not known
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/urllib3/connectionpool.py", line 793, in urlopen
response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/urllib3/connectionpool.py", line 491, in _make_request
raise new_e
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/urllib3/connectionpool.py", line 467, in _make_request
self._validate_conn(conn)
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/urllib3/connectionpool.py", line 1099, in _validate_conn
conn.connect()
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/urllib3/connection.py", line 616, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/urllib3/connection.py", line 205, in _new_conn
raise NameResolutionError(self.host, self, e) from e
urllib3.exceptions.NameResolutionError: <urllib3.connection.HTTPSConnection object at 0x3e92ebe29e10>: Failed to resolve 'api.astrid.tech' ([Errno -2] Name or service not known)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/requests/adapters.py", line 486, in send
resp = conn.urlopen(
^^^^^^^^^^^^^
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/urllib3/connectionpool.py", line 847, in urlopen
retries = retries.increment(
^^^^^^^^^^^^^^^^^^
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/urllib3/util/retry.py", line 515, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.astrid.tech', port=443): Max retries exceeded with url: /api/webmention (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x3e92ebe29e10>: Failed to resolve 'api.astrid.tech' ([Errno -2] Name or service not known)"))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/workspace/tasks.py", line 603, in do_send_webmentions
resp = webmention.send(endpoint, source_url, target, headers=headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/oauth_dropins/webutil/webmention.py", line 116, in send
resp = util.requests_post(endpoint, data={'source': source, 'target': target},
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/oauth_dropins/webutil/util.py", line 1667, in call
resp = getattr((session or requests), fn)(url, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/requests/api.py", line 115, in post
return request("post", url, data=data, json=json, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/requests/adapters.py", line 519, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api.astrid.tech', port=443): Max retries exceeded with url: /api/webmention (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x3e92ebe29e10>: Failed to resolve 'api.astrid.tech' ([Errno -2] Name or service not known)"))
I 2024-02-14 18:49:56.664091+00:00 Connection failure: HTTPSConnectionPool(host='api.astrid.tech', port=443): Max retries exceeded with url: /api/webmention (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x3e92ebe29e10>: Failed to resolve 'api.astrid.tech' ([Errno -2] Name or service not known)"))
I 2024-02-14 18:49:56.664291+00:00 Converting code ... to 504
W 2024-02-14 18:49:56.664387+00:00 Error sending to endpoint: <Response [200]>
I 2024-02-14 18:49:56.734223+00:00 Some targets failed