D 2024-02-14 18:49:54.579439+00:00 Params: [('response_key', 'agdicmlk...')]
I 2024-02-14 18:49:54.646621+00:00 Source: @evert@indieweb.social (Mastodon) @evert@indieweb.social, https://brid.gy/mastodon/@evert@indieweb.social
I 2024-02-14 18:49:54.704426+00:00 Created by this poll: https://brid.gy/log?start_time=1707849598&key=agdicmlkLWd5ciQLEghNYXN0b2RvbiIWQGV2ZXJ0QGluZGlld2ViLnNvY2lhbAw
I 2024-02-14 18:49:54.705189+00:00 Starting Response comment tag:indieweb.social,2013:111920758060931203 https://floss.social/@be/111920758011104175
I 2024-02-14 18:49:54.705575+00:00 requests.head https://astrid.tech/2022/04/05/1/dead-tlds/ {'headers': {}}
I 2024-02-14 18:49:55.209093+00:00 Received 200
I 2024-02-14 18:49:55.210797+00:00 Webmention from https://brid.gy/comment/mastodon/@evert@indieweb.social/111920316361256978/111920758060931203 to https://astrid.tech/2022/04/05/1/dead-tlds/
D 2024-02-14 18:49:55.210979+00:00 Webmention discovery: attempting for https://astrid.tech/2022/04/05/1/dead-tlds/
I 2024-02-14 18:49:55.211082+00:00 requests.get https://astrid.tech/2022/04/05/1/dead-tlds/ {'headers': {}}
I 2024-02-14 18:49:55.736414+00:00 Received 200
D 2024-02-14 18:49:55.750070+00:00 Webmention discovery: got endpoint in tag: https://api.astrid.tech/api/webmention
I 2024-02-14 18:49:55.750300+00:00 Sending...
D 2024-02-14 18:49:55.750424+00:00 webmention send: https://brid.gy/comment/mastodon/@evert@indieweb.social/111920316361256978/111920758060931203 -> https://astrid.tech/2022/04/05/1/dead-tlds/
I 2024-02-14 18:49:55.750538+00:00 requests.post https://api.astrid.tech/api/webmention {'data': {'source': 'https://brid.gy/comment/mastodon/@evert@indieweb.social/111920316361256978/111920758060931203', 'target': 'https://astrid.tech/2022/04/05/1/dead-tlds/'}, 'headers': {'User-Agent': '...', 'Accept': '...'}}
D 2024-02-14 18:49:56.147549+00:00 webmention send: got ConnectionError
I 2024-02-14 18:49:56.147948+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 0x3e92feb00410>: 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 0x3e92feb00410>: 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 0x3e92feb00410>: Failed to resolve 'api.astrid.tech' ([Errno -2] Name or service not known)"))
I 2024-02-14 18:49:56.153493+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 0x3e92feb00410>: Failed to resolve 'api.astrid.tech' ([Errno -2] Name or service not known)"))
I 2024-02-14 18:49:56.153670+00:00 Converting code ... to 504
W 2024-02-14 18:49:56.153773+00:00 Error sending to endpoint: <Response [200]>
I 2024-02-14 18:49:56.153899+00:00 Some targets failed