D 2024-02-08 01:15:45.008440+00:00 Params: [('source_key', 'agdicmlk...'), ('last_polled', '2024-02-06-22-05-17')]
I 2024-02-08 01:15:45.034445+00:00 Source: miklb (GitHub) miklb, https://brid.gy/github/miklb
I 2024-02-08 01:15:45.035043+00:00 Last poll: https://brid.gy/log?start_time=1707257117&key=agdicmlkLWd5chELEgZHaXRIdWIiBW1pa2xiDA
I 2024-02-08 01:15:45.062924+00:00 Updating miklb (GitHub) /github/miklb : {'poll_status': 'polling', 'last_poll_attempt': datetime.datetime(2024, 2, 8, 1, 15, 45, 35280, tzinfo=datetime.timezone.utc), 'rate_limited': False}
D 2024-02-08 01:15:45.193682+00:00 Using ETag Tue, 06 Feb 2024 18:51:48 GMT, last activity id wprig:wprig:92
I 2024-02-08 01:15:45.219395+00:00 no refresh_token
I 2024-02-08 01:15:45.219803+00:00 requests.get https://api.github.com/notifications?all=true&participating=true&per_page=10 {'headers': {'If-Modified-Since': '...', 'Authorization': '...'}}
I 2024-02-08 01:15:45.807373+00:00 Received 200
I 2024-02-08 01:15:45.807775+00:00 requests.get https://api.github.com/repos/snarfed/bridgy/issues/1661 {'headers': {'Authorization': '...'}}
I 2024-02-08 01:15:46.073903+00:00 Received 200
I 2024-02-08 01:15:46.076601+00:00 requests.get https://api.github.com/repos/snarfed/bridgy/issues/1661/comments?since=2024-02-06T18:51:48Z {'headers': {'Authorization': '...'}}
I 2024-02-08 01:15:46.432193+00:00 Received 200
I 2024-02-08 01:15:46.440282+00:00 requests.get https://api.github.com/repos/snarfed/bridgy/issues/1661/reactions {'headers': {'Authorization': '...'}}
I 2024-02-08 01:15:47.015099+00:00 Received 200
I 2024-02-08 01:15:47.021788+00:00 Found 1 public activities: dict_keys(['tag:github.com,2013:snarfed:bridgy:1661'])
I 2024-02-08 01:15:47.021985+00:00 Found 0 private activities: dict_keys([])
D 2024-02-08 01:15:47.023016+00:00 discovering original posts for: https://github.com/snarfed/bridgy/issues/1661
I 2024-02-08 01:15:47.023314+00:00 requests.head https://github.com/snarfed/granary/issues/675 {'headers': {}}
I 2024-02-08 01:15:47.963239+00:00 Received 200
I 2024-02-08 01:15:47.963765+00:00 Original post discovery found original posts set(), mentions {'https://github.com/snarfed/granary/issues/675'}
I 2024-02-08 01:15:47.964425+00:00 requests.head https://github.com/snarfed/bridgy/issues/1661 {'headers': None}
I 2024-02-08 01:15:49.270807+00:00 Received 200
I 2024-02-08 01:15:49.271148+00:00 starting posse post discovery with syndicated https://github.com/snarfed/bridgy/issues/1661
I 2024-02-08 01:15:49.382999+00:00 requests.head https://miklb.com/ {'headers': {}}
W 2024-02-08 01:15:49.440251+00:00 Couldn't resolve URL https://miklb.com/ : HTTPSConnectionPool(host='miklb.com', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x3ecc5bff3990>: Failed to establish a new connection: [Errno 111] Connection refused'))
W 2024-02-08 01:15:49.440598+00:00 Couldn't resolve URL https://miklb.com/: https://miklb.com/
D 2024-02-08 01:15:49.441775+00:00 fetching author url https://miklb.com/
I 2024-02-08 01:15:49.441938+00:00 requests.get https://miklb.com/ {'gateway': False, 'headers': {}}
I 2024-02-08 01:15:49.469004+00:00 Could not fetch author url https://miklb.com/
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 85, in create_connection
raise err
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
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 213, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x3ecc604fda50>: Failed to establish a new connection: [Errno 111] Connection refused
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='miklb.com', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x3ecc604fda50>: Failed to establish a new connection: [Errno 111] Connection refused'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/workspace/original_post_discovery.py", line 300, in _process_author
author_mf2 = util.fetch_mf2(author_url)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/workspace/util.py", line 273, in fetch_mf2
return util.fetch_mf2(url, get_fn=requests_get, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/layers/google.python.pip/pip/lib/python3.11/site-packages/oauth_dropins/webutil/util.py", line 2228, in fetch_mf2
resp = get_fn(fragmentless(url), gateway=gateway, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/workspace/util.py", line 268, in requests_get
return util.requests_get(url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 73, in get
return request("get", url, params=params, **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='miklb.com', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x3ecc604fda50>: Failed to establish a new connection: [Errno 111] Connection refused'))
D 2024-02-08 01:15:49.477488+00:00 posse post discovery found no relationship for https://github.com/snarfed/bridgy/issues/1661
I 2024-02-08 01:15:51.790727+00:00 skipping refetch h-feed. last-syndication-url 2018-09-25 12:53:49.677890+00:00, last-refetch 2024-02-06 22:05:21.700216+00:00
I 2024-02-08 01:15:51.918506+00:00 Updating miklb (GitHub) /github/miklb : {'recent_private_posts': 0, 'last_polled': datetime.datetime(2024, 2, 8, 1, 15, 45, 35280, tzinfo=datetime.timezone.utc), 'poll_status': 'ok', 'last_activities_etag': 'Wed, 07 Feb 2024 16:31:46 GMT'}
I 2024-02-08 01:15:52.030401+00:00 Added poll task projects/brid-gy/locations/us-central1/queues/poll/tasks/9338851128006547002 with ETA 1707446523: {'app_engine_http_request': {'http_method': 'POST', 'relative_uri': '/_ah/queue/poll', 'body': b'source_key=agdicmlkLWd5chELEgZHaXRIdWIiBW1pa2xiDA&last_polled=2024-02-08-01-15-45', 'headers': {'Content-Type': 'application/x-www-form-urlencoded'}}, 'schedule_time': seconds: 1707446523
}