|
|
@@ -0,0 +1,82 @@ |
|
|
|
Traceback (most recent call last): |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpcore/_exceptions.py", line 10, in map_exceptions |
|
|
|
yield |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpcore/_backends/sync.py", line 126, in read |
|
|
|
return self._sock.recv(max_bytes) |
|
|
|
File "/usr/lib/python3.10/ssl.py", line 1288, in recv |
|
|
|
return self.read(buflen) |
|
|
|
File "/usr/lib/python3.10/ssl.py", line 1161, in read |
|
|
|
return self._sslobj.read(len) |
|
|
|
TimeoutError: The read operation timed out |
|
|
|
|
|
|
|
The above exception was the direct cause of the following exception: |
|
|
|
|
|
|
|
Traceback (most recent call last): |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpx/_transports/default.py", line 66, in map_httpcore_exceptions |
|
|
|
yield |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpx/_transports/default.py", line 228, in handle_request |
|
|
|
resp = self._pool.handle_request(req) |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpcore/_sync/connection_pool.py", line 268, in handle_request |
|
|
|
raise exc |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpcore/_sync/connection_pool.py", line 251, in handle_request |
|
|
|
response = connection.handle_request(request) |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpcore/_sync/connection.py", line 103, in handle_request |
|
|
|
return self._connection.handle_request(request) |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpcore/_sync/http2.py", line 185, in handle_request |
|
|
|
raise exc |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpcore/_sync/http2.py", line 148, in handle_request |
|
|
|
status, headers = self._receive_response( |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpcore/_sync/http2.py", line 292, in _receive_response |
|
|
|
event = self._receive_stream_event(request, stream_id) |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpcore/_sync/http2.py", line 333, in _receive_stream_event |
|
|
|
self._receive_events(request, stream_id) |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpcore/_sync/http2.py", line 361, in _receive_events |
|
|
|
events = self._read_incoming_data(request) |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpcore/_sync/http2.py", line 452, in _read_incoming_data |
|
|
|
raise exc |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpcore/_sync/http2.py", line 438, in _read_incoming_data |
|
|
|
data = self._network_stream.read(self.READ_NUM_BYTES, timeout) |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpcore/_backends/sync.py", line 124, in read |
|
|
|
with map_exceptions(exc_map): |
|
|
|
File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ |
|
|
|
self.gen.throw(typ, value, traceback) |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions |
|
|
|
raise to_exc(exc) from exc |
|
|
|
httpcore.ReadTimeout: The read operation timed out |
|
|
|
|
|
|
|
The above exception was the direct cause of the following exception: |
|
|
|
|
|
|
|
Traceback (most recent call last): |
|
|
|
File "/home/miteruzo/Downloads/nizika_broadcast/main.py", line 117, in <module> |
|
|
|
Main.main () |
|
|
|
File "/home/miteruzo/Downloads/nizika_broadcast/main.py", line 106, in main |
|
|
|
live_chat = pytchat.create (video_id = YOUTUBE_ID) |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/pytchat/core/__init__.py", line 7, in create |
|
|
|
return PytchatCore(_vid, **kwargs) |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/pytchat/core/pytchat.py", line 96, in __init__ |
|
|
|
self._setup() |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/pytchat/core/pytchat.py", line 106, in _setup |
|
|
|
channel_id=util.get_channelid(self._client, self._video_id), |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/pytchat/util/__init__.py", line 103, in get_channelid |
|
|
|
resp = client.get("https://www.youtube.com/embed/{}".format(quote(video_id)), headers=config.headers) |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpx/_client.py", line 1041, in get |
|
|
|
return self.request( |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpx/_client.py", line 814, in request |
|
|
|
return self.send(request, auth=auth, follow_redirects=follow_redirects) |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpx/_client.py", line 901, in send |
|
|
|
response = self._send_handling_auth( |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpx/_client.py", line 929, in _send_handling_auth |
|
|
|
response = self._send_handling_redirects( |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpx/_client.py", line 966, in _send_handling_redirects |
|
|
|
response = self._send_single_request(request) |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpx/_client.py", line 1002, in _send_single_request |
|
|
|
response = transport.handle_request(request) |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpx/_transports/default.py", line 227, in handle_request |
|
|
|
with map_httpcore_exceptions(): |
|
|
|
File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ |
|
|
|
self.gen.throw(typ, value, traceback) |
|
|
|
File "/home/miteruzo/.local/lib/python3.10/site-packages/httpx/_transports/default.py", line 83, in map_httpcore_exceptions |
|
|
|
raise mapped_exc(message) from exc |
|
|
|
httpx.ReadTimeout: The read operation timed out |
|
|
|
|
|
|
|
|