ARCHIVED·2026-06-26 15:00 watching
Parallax fleet run 20260626T150001Z
Parallax fleet run 20260626T150001Z
agent-runparallax
replay⌁ 500 chunks
- 1[20260626T150001Z] fleet start: 66 firehose(s)
- 2[localllama] start (type=reddit, cap=10)
- 3[localllama] done in 0.4s polled=0 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 4[claude_ai] start (type=reddit, cap=10)
- 5[claude_ai] done in 0.4s polled=0 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 6[openclaw] start (type=reddit, cap=10)
- 7[openclaw] done in 0.4s polled=0 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 8[ai_agents] start (type=reddit, cap=10)
- 9[ai_agents] done in 1.4s polled=0 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 10[cursor_ai] start (type=reddit, cap=10)
- 11[cursor_ai] done in 0.4s polled=0 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 12[cursor] start (type=reddit, cap=10)
- 13[cursor] done in 0.4s polled=0 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 14[prompt_engineering] start (type=reddit, cap=10)
- 15[prompt_engineering] done in 0.4s polled=0 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 16[machine_learning] start (type=reddit, cap=10)
- 17[machine_learning] done in 0.4s polled=0 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 18[datascience] start (type=reddit, cap=10)
- 19[datascience] done in 0.4s polled=0 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 20[openai] start (type=reddit, cap=10)
- 21[openai] done in 0.4s polled=0 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 22[perplexity] start (type=reddit, cap=10)
- 23[perplexity] done in 0.4s polled=0 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 24[stable_diffusion] start (type=reddit, cap=10)
- 25[stable_diffusion] done in 0.4s polled=0 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 26[saas] start (type=reddit, cap=10)
- 27[saas] done in 0.4s polled=0 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 28[startups] start (type=reddit, cap=10)
- 29[startups] done in 0.4s polled=0 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 30[programming] start (type=reddit, cap=10)
- 31[programming] done in 0.4s polled=0 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 32[homelab] start (type=reddit, cap=10)
- 33[homelab] done in 0.4s polled=0 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 34[selfhosted] start (type=reddit, cap=10)
- 35[selfhosted] done in 0.4s polled=0 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 36[hackernews] start (type=hackernews, cap=10)
- 37[hackernews] done in 31.9s polled=30 new=9 scored=0 appended=0 errors=9 cost=$0.0000
- 38[anthropic] start (type=anthropic_news, cap=10)
- 39[anthropic] done in 8.4s polled=2 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 40 File "/usr/lib/python3.12/http/client.py", line 1356, in request
- 41 self._send_request(method, url, body, headers, encode_chunked)
- 42 File "/usr/lib/python3.12/http/client.py", line 1402, in _send_request
- 43 self.endheaders(body, encode_chunked=encode_chunked)
- 44 File "/usr/lib/python3.12/http/client.py", line 1351, in endheaders
- 45 self._send_output(message_body, encode_chunked=encode_chunked)
- 46 File "/usr/lib/python3.12/http/client.py", line 1111, in _send_output
- 47 self.send(msg)
- 48 File "/usr/lib/python3.12/http/client.py", line 1055, in send
- 49 self.connect()
- 50 File "/usr/lib/python3.12/http/client.py", line 1490, in connect
- 51 super().connect()
- 52 File "/usr/lib/python3.12/http/client.py", line 1021, in connect
- 53 self.sock = self._create_connection(
- 54 ^^^^^^^^^^^^^^^^^^^^^^^^
- 55 File "/usr/lib/python3.12/socket.py", line 828, in create_connection
- 56 for res in getaddrinfo(host, port, 0, SOCK_STREAM):
- 57 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 58 File "/usr/lib/python3.12/socket.py", line 963, in getaddrinfo
- 59 for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- 60 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 61socket.gaierror: [Errno -3] Temporary failure in name resolution
- 62During handling of the above exception, another exception occurred:
- 63Traceback (most recent call last):
- 64 File "/home/iddv/workspace/parallax/src/parallax/runner.py", line 300, in main
- 65 stats = intern.iterate_once()
- 66 ^^^^^^^^^^^^^^^^^^^^^
- 67 File "/home/iddv/workspace/parallax/src/parallax/intern.py", line 210, in iterate_once
- 68 posts = self.firehose.poll()
- 69 ^^^^^^^^^^^^^^^^^^^^
- 70 File "/home/iddv/workspace/parallax/src/parallax/firehose.py", line 989, in poll
- 71 raw_markets = self._fetch_raw()
- 72 ^^^^^^^^^^^^^^^^^
- 73 File "/home/iddv/workspace/parallax/src/parallax/firehose.py", line 851, in _fetch_raw
- 74 with urllib.request.urlopen(req, timeout=self.timeout_seconds) as resp:
- 75 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 76 File "/usr/lib/python3.12/urllib/request.py", line 215, in urlopen
- 77 return opener.open(url, data, timeout)
- 78 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 79 File "/usr/lib/python3.12/urllib/request.py", line 515, in open
- 80 response = self._open(req, data)
- 81 ^^^^^^^^^^^^^^^^^^^^^
- 82 File "/usr/lib/python3.12/urllib/request.py", line 532, in _open
- 83 result = self._call_chain(self.handle_open, protocol, protocol +
- 84 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 85 File "/usr/lib/python3.12/urllib/request.py", line 492, in _call_chain
- 86 result = func(*args)
- 87 ^^^^^^^^^^^
- 88 File "/usr/lib/python3.12/urllib/request.py", line 1392, in https_open
- 89 return self.do_open(http.client.HTTPSConnection, req,
- 90 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 91 File "/usr/lib/python3.12/urllib/request.py", line 1347, in do_open
- 92 raise URLError(err)
- 93urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
- 94[vercel] start (type=rss, cap=10)
- 95[vercel] FAILED in 10.3s
- 96[20260626T150001Z] FIREHOSE FAILED: vercel
- 97Traceback (most recent call last):
- 98 File "/usr/lib/python3.12/urllib/request.py", line 1344, in do_open
- 99 h.request(req.get_method(), req.selector, req.data, headers,
- 100 File "/usr/lib/python3.12/http/client.py", line 1356, in request
- 101 self._send_request(method, url, body, headers, encode_chunked)
- 102 File "/usr/lib/python3.12/http/client.py", line 1402, in _send_request
- 103 self.endheaders(body, encode_chunked=encode_chunked)
- 104 File "/usr/lib/python3.12/http/client.py", line 1351, in endheaders
- 105 self._send_output(message_body, encode_chunked=encode_chunked)
- 106 File "/usr/lib/python3.12/http/client.py", line 1111, in _send_output
- 107 self.send(msg)
- 108 File "/usr/lib/python3.12/http/client.py", line 1055, in send
- 109 self.connect()
- 110 File "/usr/lib/python3.12/http/client.py", line 1490, in connect
- 111 super().connect()
- 112 File "/usr/lib/python3.12/http/client.py", line 1021, in connect
- 113 self.sock = self._create_connection(
- 114 ^^^^^^^^^^^^^^^^^^^^^^^^
- 115 File "/usr/lib/python3.12/socket.py", line 828, in create_connection
- 116 for res in getaddrinfo(host, port, 0, SOCK_STREAM):
- 117 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 118 File "/usr/lib/python3.12/socket.py", line 963, in getaddrinfo
- 119 for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- 120 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 121socket.gaierror: [Errno -3] Temporary failure in name resolution
- 122During handling of the above exception, another exception occurred:
- 123Traceback (most recent call last):
- 124 File "/home/iddv/workspace/parallax/src/parallax/runner.py", line 300, in main
- 125 stats = intern.iterate_once()
- 126 ^^^^^^^^^^^^^^^^^^^^^
- 127 File "/home/iddv/workspace/parallax/src/parallax/intern.py", line 210, in iterate_once
- 128 posts = self.firehose.poll()
- 129 ^^^^^^^^^^^^^^^^^^^^
- 130 File "/home/iddv/workspace/parallax/src/parallax/firehose.py", line 743, in poll
- 131 xml_text = self._fetch_raw_xml()
- 132 ^^^^^^^^^^^^^^^^^^^^^
- 133 File "/home/iddv/workspace/parallax/src/parallax/firehose.py", line 585, in _fetch_raw_xml
- 134 with urllib.request.urlopen(req, timeout=self.timeout_seconds) as resp:
- 135 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 136 File "/usr/lib/python3.12/urllib/request.py", line 215, in urlopen
- 137 return opener.open(url, data, timeout)
- 138 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 139 File "/usr/lib/python3.12/urllib/request.py", line 515, in open
- 140 File "/usr/lib/python3.12/urllib/request.py", line 1344, in do_open
- 141 h.request(req.get_method(), req.selector, req.data, headers,
- 142 File "/usr/lib/python3.12/http/client.py", line 1356, in request
- 143 self._send_request(method, url, body, headers, encode_chunked)
- 144 File "/usr/lib/python3.12/http/client.py", line 1402, in _send_request
- 145 self.endheaders(body, encode_chunked=encode_chunked)
- 146 File "/usr/lib/python3.12/http/client.py", line 1351, in endheaders
- 147 self._send_output(message_body, encode_chunked=encode_chunked)
- 148 File "/usr/lib/python3.12/http/client.py", line 1111, in _send_output
- 149 self.send(msg)
- 150 File "/usr/lib/python3.12/http/client.py", line 1055, in send
- 151 self.connect()
- 152 File "/usr/lib/python3.12/http/client.py", line 1490, in connect
- 153 super().connect()
- 154 File "/usr/lib/python3.12/http/client.py", line 1021, in connect
- 155 self.sock = self._create_connection(
- 156 ^^^^^^^^^^^^^^^^^^^^^^^^
- 157 File "/usr/lib/python3.12/socket.py", line 852, in create_connection
- 158 raise exceptions[0]
- 159 File "/usr/lib/python3.12/socket.py", line 837, in create_connection
- 160 sock.connect(sa)
- 161TimeoutError: timed out
- 162During handling of the above exception, another exception occurred:
- 163Traceback (most recent call last):
- 164 File "/home/iddv/workspace/parallax/src/parallax/runner.py", line 300, in main
- 165 stats = intern.iterate_once()
- 166 ^^^^^^^^^^^^^^^^^^^^^
- 167 File "/home/iddv/workspace/parallax/src/parallax/intern.py", line 210, in iterate_once
- 168 posts = self.firehose.poll()
- 169 ^^^^^^^^^^^^^^^^^^^^
- 170 File "/home/iddv/workspace/parallax/src/parallax/firehose.py", line 743, in poll
- 171 xml_text = self._fetch_raw_xml()
- 172 ^^^^^^^^^^^^^^^^^^^^^
- 173 File "/home/iddv/workspace/parallax/src/parallax/firehose.py", line 585, in _fetch_raw_xml
- 174 with urllib.request.urlopen(req, timeout=self.timeout_seconds) as resp:
- 175 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 176 File "/usr/lib/python3.12/urllib/request.py", line 215, in urlopen
- 177 return opener.open(url, data, timeout)
- 178 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 179 File "/usr/lib/python3.12/urllib/request.py", line 515, in open
- 180 response = self._open(req, data)
- 181 ^^^^^^^^^^^^^^^^^^^^^
- 182 File "/usr/lib/python3.12/urllib/request.py", line 532, in _open
- 183 result = self._call_chain(self.handle_open, protocol, protocol +
- 184 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 185 File "/usr/lib/python3.12/urllib/request.py", line 492, in _call_chain
- 186 result = func(*args)
- 187 ^^^^^^^^^^^
- 188 File "/usr/lib/python3.12/urllib/request.py", line 1392, in https_open
- 189 return self.do_open(http.client.HTTPSConnection, req,
- 190 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 191 File "/usr/lib/python3.12/urllib/request.py", line 1347, in do_open
- 192 raise URLError(err)
- 193urllib.error.URLError: <urlopen error timed out>
- 194[google_cloud] start (type=rss, cap=10)
- 195[google_cloud] FAILED in 20.3s
- 196[20260626T150001Z] FIREHOSE FAILED: google_cloud
- 197Traceback (most recent call last):
- 198 File "/usr/lib/python3.12/urllib/request.py", line 1344, in do_open
- 199 h.request(req.get_method(), req.selector, req.data, headers,
- 200 File "/usr/lib/python3.12/http/client.py", line 1356, in request
- 201 self._send_request(method, url, body, headers, encode_chunked)
- 202 File "/usr/lib/python3.12/http/client.py", line 1402, in _send_request
- 203 self.endheaders(body, encode_chunked=encode_chunked)
- 204 File "/usr/lib/python3.12/http/client.py", line 1351, in endheaders
- 205 self._send_output(message_body, encode_chunked=encode_chunked)
- 206 File "/usr/lib/python3.12/http/client.py", line 1111, in _send_output
- 207 self.send(msg)
- 208 File "/usr/lib/python3.12/http/client.py", line 1055, in send
- 209 self.connect()
- 210 File "/usr/lib/python3.12/http/client.py", line 1490, in connect
- 211 super().connect()
- 212 File "/usr/lib/python3.12/http/client.py", line 1021, in connect
- 213 self.sock = self._create_connection(
- 214 ^^^^^^^^^^^^^^^^^^^^^^^^
- 215 File "/usr/lib/python3.12/socket.py", line 852, in create_connection
- 216 raise exceptions[0]
- 217 File "/usr/lib/python3.12/socket.py", line 837, in create_connection
- 218 sock.connect(sa)
- 219TimeoutError: timed out
- 220During handling of the above exception, another exception occurred:
- 221Traceback (most recent call last):
- 222 File "/home/iddv/workspace/parallax/src/parallax/runner.py", line 300, in main
- 223 stats = intern.iterate_once()
- 224 ^^^^^^^^^^^^^^^^^^^^^
- 225 File "/home/iddv/workspace/parallax/src/parallax/intern.py", line 210, in iterate_once
- 226 posts = self.firehose.poll()
- 227 ^^^^^^^^^^^^^^^^^^^^
- 228 File "/home/iddv/workspace/parallax/src/parallax/firehose.py", line 743, in poll
- 229 xml_text = self._fetch_raw_xml()
- 230 ^^^^^^^^^^^^^^^^^^^^^
- 231 File "/home/iddv/workspace/parallax/src/parallax/firehose.py", line 585, in _fetch_raw_xml
- 232 with urllib.request.urlopen(req, timeout=self.timeout_seconds) as resp:
- 233 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 234 File "/usr/lib/python3.12/urllib/request.py", line 215, in urlopen
- 235 return opener.open(url, data, timeout)
- 236 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 237 File "/usr/lib/python3.12/urllib/request.py", line 515, in open
- 238 response = self._open(req, data)
- 239 ^^^^^^^^^^^^^^^^^^^^^
- 240 return opener.open(url, data, timeout)
- 241 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 242 File "/usr/lib/python3.12/urllib/request.py", line 515, in open
- 243 response = self._open(req, data)
- 244 ^^^^^^^^^^^^^^^^^^^^^
- 245 File "/usr/lib/python3.12/urllib/request.py", line 532, in _open
- 246 result = self._call_chain(self.handle_open, protocol, protocol +
- 247 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 248 File "/usr/lib/python3.12/urllib/request.py", line 492, in _call_chain
- 249 result = func(*args)
- 250 ^^^^^^^^^^^
- 251 File "/usr/lib/python3.12/urllib/request.py", line 1392, in https_open
- 252 return self.do_open(http.client.HTTPSConnection, req,
- 253 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 254 File "/usr/lib/python3.12/urllib/request.py", line 1347, in do_open
- 255 raise URLError(err)
- 256urllib.error.URLError: <urlopen error timed out>
- 257[aws] start (type=rss, cap=10)
- 258[aws] done in 0.4s polled=20 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 259[techcrunch] start (type=rss, cap=10)
- 260[techcrunch] done in 4.3s polled=20 new=2 scored=0 appended=0 errors=2 cost=$0.0000
- 261[the_verge] start (type=rss, cap=10)
- 262[the_verge] done in 109.4s polled=10 new=5 scored=0 appended=0 errors=5 cost=$0.0000
- 263[ars_technica] start (type=rss, cap=10)
- 264[ars_technica] done in 2.5s polled=20 new=1 scored=0 appended=0 errors=1 cost=$0.0000
- 265[cloudflare] start (type=rss, cap=10)
- 266[cloudflare] done in 0.8s polled=20 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 267[stripe] start (type=rss, cap=10)
- 268[stripe] done in 0.3s polled=10 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 269[huggingface] start (type=rss, cap=10)
- 270[huggingface] done in 0.5s polled=30 new=0 scored=0 appended=0 errors=0 cost=$0.0000
- 271[lobsters] start (type=rss, cap=10)
- 272[lobsters] done in 6.1s polled=25 new=3 scored=0 appended=0 errors=3 cost=$0.0000
- 273[arxiv_cs_lg] start (type=rss, cap=10)
- 274[arxiv_cs_lg] done in 21.4s polled=30 new=10 scored=0 appended=0 errors=10 cost=$0.0000
- 275[hn_show] start (type=hackernews, cap=10)
- 276[hn_show] done in 19.7s polled=30 new=6 scored=0 appended=0 errors=6 cost=$0.0000
- 277[github_trending_daily] start (type=github_trending, cap=10)
- 278 h.request(req.get_method(), req.selector, req.data, headers,
- 279 File "/usr/lib/python3.12/http/client.py", line 1356, in request
- 280 self._send_request(method, url, body, headers, encode_chunked)
- 281 File "/usr/lib/python3.12/http/client.py", line 1402, in _send_request
- 282 self.endheaders(body, encode_chunked=encode_chunked)
- 283 File "/usr/lib/python3.12/http/client.py", line 1351, in endheaders
- 284 self._send_output(message_body, encode_chunked=encode_chunked)
- 285 File "/usr/lib/python3.12/http/client.py", line 1111, in _send_output
- 286 self.send(msg)
- 287 File "/usr/lib/python3.12/http/client.py", line 1055, in send
- 288 self.connect()
- 289 File "/usr/lib/python3.12/http/client.py", line 1497, in connect
- 290 self.sock = self._context.wrap_socket(self.sock,
- 291 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 292 File "/usr/lib/python3.12/ssl.py", line 455, in wrap_socket
- 293 return self.sslsocket_class._create(
- 294 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 295 File "/usr/lib/python3.12/ssl.py", line 1042, in _create
- 296 self.do_handshake()
- 297 File "/usr/lib/python3.12/ssl.py", line 1320, in do_handshake
- 298 self._sslobj.do_handshake()
- 299TimeoutError: _ssl.c:983: The handshake operation timed out
- 300During handling of the above exception, another exception occurred:
- 301Traceback (most recent call last):
- 302 File "/home/iddv/workspace/parallax/src/parallax/runner.py", line 300, in main
- 303 stats = intern.iterate_once()
- 304 ^^^^^^^^^^^^^^^^^^^^^
- 305 File "/home/iddv/workspace/parallax/src/parallax/intern.py", line 210, in iterate_once
- 306 posts = self.firehose.poll()
- 307 ^^^^^^^^^^^^^^^^^^^^
- 308 File "/home/iddv/workspace/parallax/src/parallax/firehose.py", line 743, in poll
- 309 xml_text = self._fetch_raw_xml()
- 310 ^^^^^^^^^^^^^^^^^^^^^
- 311 File "/home/iddv/workspace/parallax/src/parallax/firehose.py", line 585, in _fetch_raw_xml
- 312 with urllib.request.urlopen(req, timeout=self.timeout_seconds) as resp:
- 313 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 314 File "/usr/lib/python3.12/urllib/request.py", line 215, in urlopen
- 315 return opener.open(url, data, timeout)
- 316 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 317 File "/usr/lib/python3.12/urllib/request.py", line 521, in open
- 318 response = meth(req, response)
- 319 ^^^^^^^^^^^^^^^^^^^
- 320 File "/usr/lib/python3.12/urllib/request.py", line 630, in http_response
- 321 response = self.parent.error(
- 322 ^^^^^^^^^^^^^^^^^^
- 323 File "/usr/lib/python3.12/urllib/request.py", line 553, in error
- 324 result = self._call_chain(*args)
- 325 ^^^^^^^^^^^^^^^^^^^^^^^
- 326 File "/usr/lib/python3.12/urllib/request.py", line 492, in _call_chain
- 327 result = func(*args)
- 328 ^^^^^^^^^^^
- 329 File "/usr/lib/python3.12/urllib/request.py", line 745, in http_error_302
- 330 return self.parent.open(new, timeout=req.timeout)
- 331 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 332 File "/usr/lib/python3.12/urllib/request.py", line 515, in open
- 333 response = self._open(req, data)
- 334 ^^^^^^^^^^^^^^^^^^^^^
- 335 File "/usr/lib/python3.12/urllib/request.py", line 532, in _open
- 336 result = self._call_chain(self.handle_open, protocol, protocol +
- 337 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 338 File "/usr/lib/python3.12/urllib/request.py", line 492, in _call_chain
- 339 result = func(*args)
- 340 ^^^^^^^^^^^
- 341 File "/usr/lib/python3.12/urllib/request.py", line 1392, in https_open
- 342 return self.do_open(http.client.HTTPSConnection, req,
- 343 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 344 File "/usr/lib/python3.12/urllib/request.py", line 1347, in do_open
- 345 raise URLError(err)
- 346urllib.error.URLError: <urlopen error _ssl.c:983: The handshake operation timed out>
- 347[bluesky_swyx] start (type=rss, cap=5)
- 348[bluesky_swyx] FAILED in 10.3s
- 349[20260626T150001Z] FIREHOSE FAILED: bluesky_swyx
- 350Traceback (most recent call last):
- 351 File "/usr/lib/python3.12/urllib/request.py", line 1344, in do_open
- 352 h.request(req.get_method(), req.selector, req.data, headers,
- 353 File "/usr/lib/python3.12/http/client.py", line 1356, in request
- 354 self._send_request(method, url, body, headers, encode_chunked)
- 355 File "/usr/lib/python3.12/http/client.py", line 1402, in _send_request
- 356 self.endheaders(body, encode_chunked=encode_chunked)
- 357 File "/usr/lib/python3.12/http/client.py", line 1351, in endheaders
- 358 self._send_output(message_body, encode_chunked=encode_chunked)
- 359 File "/usr/lib/python3.12/http/client.py", line 1111, in _send_output
- 360 self.send(msg)
- 361 File "/usr/lib/python3.12/http/client.py", line 1055, in send
- 362 self.connect()
- 363 File "/usr/lib/python3.12/http/client.py", line 1490, in connect
- 364 super().connect()
- 365 File "/usr/lib/python3.12/http/client.py", line 1021, in connect
- 366 self.sock = self._create_connection(
- 367 ^^^^^^^^^^^^^^^^^^^^^^^^
- 368 File "/usr/lib/python3.12/socket.py", line 828, in create_connection
- 369 for res in getaddrinfo(host, port, 0, SOCK_STREAM):
- 370 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 371 File "/usr/lib/python3.12/socket.py", line 963, in getaddrinfo
- 372 for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- 373 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 374socket.gaierror: [Errno -3] Temporary failure in name resolution
- 375During handling of the above exception, another exception occurred:
- 376Traceback (most recent call last):
- 377 File "/home/iddv/workspace/parallax/src/parallax/runner.py", line 300, in main
- 378 File "/home/iddv/workspace/parallax/src/parallax/firehose.py", line 743, in poll
- 379 xml_text = self._fetch_raw_xml()
- 380 ^^^^^^^^^^^^^^^^^^^^^
- 381 File "/home/iddv/workspace/parallax/src/parallax/firehose.py", line 585, in _fetch_raw_xml
- 382 with urllib.request.urlopen(req, timeout=self.timeout_seconds) as resp:
- 383 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 384 File "/usr/lib/python3.12/urllib/request.py", line 215, in urlopen
- 385 return opener.open(url, data, timeout)
- 386 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 387 File "/usr/lib/python3.12/urllib/request.py", line 515, in open
- 388 response = self._open(req, data)
- 389 ^^^^^^^^^^^^^^^^^^^^^
- 390 File "/usr/lib/python3.12/urllib/request.py", line 532, in _open
- 391 result = self._call_chain(self.handle_open, protocol, protocol +
- 392 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 393 File "/usr/lib/python3.12/urllib/request.py", line 492, in _call_chain
- 394 result = func(*args)
- 395 ^^^^^^^^^^^
- 396 File "/usr/lib/python3.12/urllib/request.py", line 1392, in https_open
- 397 return self.do_open(http.client.HTTPSConnection, req,
- 398 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 399 File "/usr/lib/python3.12/urllib/request.py", line 1347, in do_open
- 400 raise URLError(err)
- 401urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
- 402[bluesky_geohot] start (type=rss, cap=5)
- 403[bluesky_geohot] FAILED in 20.3s
- 404[20260626T150001Z] FIREHOSE FAILED: bluesky_geohot
- 405Traceback (most recent call last):
- 406 File "/usr/lib/python3.12/urllib/request.py", line 1344, in do_open
- 407 h.request(req.get_method(), req.selector, req.data, headers,
- 408 File "/usr/lib/python3.12/http/client.py", line 1356, in request
- 409 self._send_request(method, url, body, headers, encode_chunked)
- 410 File "/usr/lib/python3.12/http/client.py", line 1402, in _send_request
- 411 self.endheaders(body, encode_chunked=encode_chunked)
- 412 File "/usr/lib/python3.12/http/client.py", line 1351, in endheaders
- 413 self._send_output(message_body, encode_chunked=encode_chunked)
- 414 File "/usr/lib/python3.12/http/client.py", line 1111, in _send_output
- 415 self.send(msg)
- 416 File "/usr/lib/python3.12/http/client.py", line 1055, in send
- 417 self.connect()
- 418 File "/usr/lib/python3.12/http/client.py", line 1490, in connect
- 419 super().connect()
- 420 File "/usr/lib/python3.12/http/client.py", line 1021, in connect
- 421 self.sock = self._create_connection(
- 422 ^^^^^^^^^^^^^^^^^^^^^^^^
- 423 File "/usr/lib/python3.12/socket.py", line 852, in create_connection
- 424 raise exceptions[0]
- 425 File "/usr/lib/python3.12/socket.py", line 837, in create_connection
- 426 sock.connect(sa)
- 427TimeoutError: timed out
- 428During handling of the above exception, another exception occurred:
- 429Traceback (most recent call last):
- 430 File "/home/iddv/workspace/parallax/src/parallax/runner.py", line 300, in main
- 431 stats = intern.iterate_once()
- 432 ^^^^^^^^^^^^^^^^^^^^^
- 433 File "/home/iddv/workspace/parallax/src/parallax/intern.py", line 210, in iterate_once
- 434 posts = self.firehose.poll()
- 435 ^^^^^^^^^^^^^^^^^^^^
- 436 File "/home/iddv/workspace/parallax/src/parallax/firehose.py", line 743, in poll
- 437 xml_text = self._fetch_raw_xml()
- 438 ^^^^^^^^^^^^^^^^^^^^^
- 439 File "/home/iddv/workspace/parallax/src/parallax/firehose.py", line 585, in _fetch_raw_xml
- 440 with urllib.request.urlopen(req, timeout=self.timeout_seconds) as resp:
- 441 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 442 File "/usr/lib/python3.12/urllib/request.py", line 215, in urlopen
- 443 return opener.open(url, data, timeout)
- 444 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 445 File "/usr/lib/python3.12/urllib/request.py", line 515, in open
- 446 response = self._open(req, data)
- 447 ^^^^^^^^^^^^^^^^^^^^^
- 448 File "/usr/lib/python3.12/urllib/request.py", line 532, in _open
- 449 result = self._call_chain(self.handle_open, protocol, protocol +
- 450 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 451 File "/usr/lib/python3.12/urllib/request.py", line 492, in _call_chain
- 452 result = func(*args)
- 453 ^^^^^^^^^^^
- 454 File "/usr/lib/python3.12/urllib/request.py", line 1392, in https_open
- 455 return self.do_open(http.client.HTTPSConnection, req,
- 456 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 457 File "/usr/lib/python3.12/urllib/request.py", line 1347, in do_open
- 458 raise URLError(err)
- 459urllib.error.URLError: <urlopen error timed out>
- 460[bluesky_yacinemtb] start (type=rss, cap=5)
- 461[bluesky_yacinemtb] FAILED in 20.3s
- 462[20260626T150001Z] FIREHOSE FAILED: bluesky_yacinemtb
- 463Traceback (most recent call last):
- 464 File "/usr/lib/python3.12/urllib/request.py", line 1344, in do_open
- 465 h.request(req.get_method(), req.selector, req.data, headers,
- 466 File "/usr/lib/python3.12/http/client.py", line 1356, in request
- 467 self._send_request(method, url, body, headers, encode_chunked)
- 468 File "/usr/lib/python3.12/http/client.py", line 1402, in _send_request
- 469 self.endheaders(body, encode_chunked=encode_chunked)
- 470 File "/usr/lib/python3.12/http/client.py", line 1351, in endheaders
- 471 self._send_output(message_body, encode_chunked=encode_chunked)
- 472 File "/usr/lib/python3.12/http/client.py", line 1111, in _send_output
- 473 self.send(msg)
- 474 File "/usr/lib/python3.12/http/client.py", line 1055, in send
- 475 self.connect()
- 476 File "/usr/lib/python3.12/http/client.py", line 1490, in connect
- 477 super().connect()
- 478[20260626T150001Z] FIREHOSE FAILED: bluesky_karpathy
- 479Traceback (most recent call last):
- 480 File "/usr/lib/python3.12/urllib/request.py", line 1344, in do_open
- 481 h.request(req.get_method(), req.selector, req.data, headers,
- 482 File "/usr/lib/python3.12/http/client.py", line 1356, in request
- 483 self._send_request(method, url, body, headers, encode_chunked)
- 484 File "/usr/lib/python3.12/http/client.py", line 1402, in _send_request
- 485 self.endheaders(body, encode_chunked=encode_chunked)
- 486 File "/usr/lib/python3.12/http/client.py", line 1351, in endheaders
- 487 self._send_output(message_body, encode_chunked=encode_chunked)
- 488 File "/usr/lib/python3.12/http/client.py", line 1111, in _send_output
- 489 self.send(msg)
- 490 File "/usr/lib/python3.12/http/client.py", line 1055, in send
- 491 self.connect()
- 492 File "/usr/lib/python3.12/http/client.py", line 1490, in connect
- 493 super().connect()
- 494 File "/usr/lib/python3.12/http/client.py", line 1021, in connect
- 495 self.sock = self._create_connection(
- 496 ^^^^^^^^^^^^^^^^^^^^^^^^
- 497 File "/usr/lib/python3.12/socket.py", line 852, in create_connection
- 498 raise exceptions[0]
- 499 File "/usr/lib/python3.12/socket.py", line 837, in create_connection
- 500 sock.connect(sa)