<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi Amit,</p>
    <p>    I tried running the scripts.  In the second cell I got this
      error. And couldn't get any further.<br>
    </p>
    <pre style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="font-weight: normal !important; color: var(--ansi-red);">ConnectionResetError</span><span style="font-weight: normal !important;">                      Traceback (most recent call last)</span>
</pre>
    <pre class="extraneous" style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a href="https://localhost:8080/#" data-href="/usr/lib/python3.7/urllib/request.py" style="color: var(--colab-anchor-color);">/usr/lib/python3.7/urllib/request.py</a><span style="font-weight: normal !important;"> in </span><span style="font-weight: normal !important; color: var(--ansi-cyan);">do_open</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(self, http_class, req, **http_conn_args)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">   1349</span><span style="font-weight: normal !important;">                 h.request(req.get_method(), req.selector, req.data, headers,
</span><span style="font-weight: normal !important; color: var(--ansi-green);">-> 1350</span><span style="font-weight: normal !important; color: var(--ansi-red);">                           encode_chunked=req.has_header('Transfer-encoding'))
</span><span style="font-weight: bold; color: var(--ansi-green);">   1351</span><span style="font-weight: normal !important;">             </span><span style="font-weight: normal !important; color: var(--ansi-green);">except</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">OSError</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-green);">as</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">err</span><span style="font-weight: normal !important; color: var(--ansi-blue);">:</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-red);"># timeout error</span>
<a href="https://localhost:8080/#" data-href="/usr/lib/python3.7/http/client.py" style="color: var(--colab-anchor-color);">/usr/lib/python3.7/http/client.py</a><span style="font-weight: normal !important;"> in </span><span style="font-weight: normal !important; color: var(--ansi-cyan);">request</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(self, method, url, body, headers, encode_chunked)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">   1276</span><span style="font-weight: normal !important;">         </span><span style="font-weight: normal !important; color: var(--ansi-blue);">"""Send a complete request to the server."""</span><span style="font-weight: normal !important;">
</span><span style="font-weight: normal !important; color: var(--ansi-green);">-> 1277</span><span style="font-weight: normal !important; color: var(--ansi-red);">         </span><span style="font-weight: normal !important;">self</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">_send_request</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">method</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">url</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">body</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">headers</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">encode_chunked</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">   1278</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">
</span>
</pre>
    <pre class="extraneous" style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a href="https://localhost:8080/#" data-href="/usr/lib/python3.7/http/client.py" style="color: var(--colab-anchor-color);">/usr/lib/python3.7/http/client.py</a><span style="font-weight: normal !important;"> in </span><span style="font-weight: normal !important; color: var(--ansi-cyan);">_send_request</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(self, method, url, body, headers, encode_chunked)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">   1322</span><span style="font-weight: normal !important;">             </span><span style="font-weight: normal !important;">body</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">_encode</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">body</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-blue);">'body'</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: normal !important; color: var(--ansi-green);">-> 1323</span><span style="font-weight: normal !important; color: var(--ansi-red);">         </span><span style="font-weight: normal !important;">self</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">endheaders</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">body</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">encode_chunked</span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;">encode_chunked</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">   1324</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">
</span>
</pre>
    <pre class="extraneous" style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a href="https://localhost:8080/#" data-href="/usr/lib/python3.7/http/client.py" style="color: var(--colab-anchor-color);">/usr/lib/python3.7/http/client.py</a><span style="font-weight: normal !important;"> in </span><span style="font-weight: normal !important; color: var(--ansi-cyan);">endheaders</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(self, message_body, encode_chunked)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">   1271</span><span style="font-weight: normal !important;">             </span><span style="font-weight: normal !important; color: var(--ansi-green);">raise</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">CannotSendHeader</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: normal !important; color: var(--ansi-green);">-> 1272</span><span style="font-weight: normal !important; color: var(--ansi-red);">         </span><span style="font-weight: normal !important;">self</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">_send_output</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">message_body</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">encode_chunked</span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;">encode_chunked</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">   1273</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">
</span>
</pre>
    <pre class="extraneous" style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a href="https://localhost:8080/#" data-href="/usr/lib/python3.7/http/client.py" style="color: var(--colab-anchor-color);">/usr/lib/python3.7/http/client.py</a><span style="font-weight: normal !important;"> in </span><span style="font-weight: normal !important; color: var(--ansi-cyan);">_send_output</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(self, message_body, encode_chunked)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">   1031</span><span style="font-weight: normal !important;">         </span><span style="font-weight: normal !important; color: var(--ansi-green);">del</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">self</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">_buffer</span><span style="font-weight: normal !important; color: var(--ansi-blue);">[</span><span style="font-weight: normal !important; color: var(--ansi-blue);">:</span><span style="font-weight: normal !important; color: var(--ansi-blue);">]</span><span style="font-weight: normal !important;">
</span><span style="font-weight: normal !important; color: var(--ansi-green);">-> 1032</span><span style="font-weight: normal !important; color: var(--ansi-red);">         </span><span style="font-weight: normal !important;">self</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">send</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">msg</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">   1033</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">
</span>
</pre>
    <pre class="extraneous" style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a href="https://localhost:8080/#" data-href="/usr/lib/python3.7/http/client.py" style="color: var(--colab-anchor-color);">/usr/lib/python3.7/http/client.py</a><span style="font-weight: normal !important;"> in </span><span style="font-weight: normal !important; color: var(--ansi-cyan);">send</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(self, data)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    971</span><span style="font-weight: normal !important;">             </span><span style="font-weight: normal !important; color: var(--ansi-green);">if</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">self</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">auto_open</span><span style="font-weight: normal !important; color: var(--ansi-blue);">:</span><span style="font-weight: normal !important;">
</span><span style="font-weight: normal !important; color: var(--ansi-green);">--> 972</span><span style="font-weight: normal !important; color: var(--ansi-red);">                 </span><span style="font-weight: normal !important;">self</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">connect</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    973</span><span style="font-weight: normal !important;">             </span><span style="font-weight: normal !important; color: var(--ansi-green);">else</span><span style="font-weight: normal !important; color: var(--ansi-blue);">:</span><span style="font-weight: normal !important;">
</span>
</pre>
    <pre class="extraneous" style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a href="https://localhost:8080/#" data-href="/usr/lib/python3.7/http/client.py" style="color: var(--colab-anchor-color);">/usr/lib/python3.7/http/client.py</a><span style="font-weight: normal !important;"> in </span><span style="font-weight: normal !important; color: var(--ansi-cyan);">connect</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(self)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">   1446</span><span style="font-weight: normal !important;">             self.sock = self._context.wrap_socket(self.sock,
</span><span style="font-weight: normal !important; color: var(--ansi-green);">-> 1447</span><span style="font-weight: normal !important; color: var(--ansi-red);">                                                   server_hostname=server_hostname)
</span><span style="font-weight: bold; color: var(--ansi-green);">   1448</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">
</span>
</pre>
    <pre class="extraneous" style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a href="https://localhost:8080/#" data-href="/usr/lib/python3.7/ssl.py" style="color: var(--colab-anchor-color);">/usr/lib/python3.7/ssl.py</a><span style="font-weight: normal !important;"> in </span><span style="font-weight: normal !important; color: var(--ansi-cyan);">wrap_socket</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(self, sock, server_side, do_handshake_on_connect, suppress_ragged_eofs, server_hostname, session)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    422</span><span style="font-weight: normal !important;">             </span><span style="font-weight: normal !important;">context</span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;">self</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;">
</span><span style="font-weight: normal !important; color: var(--ansi-green);">--> 423</span><span style="font-weight: normal !important; color: var(--ansi-red);">             </span><span style="font-weight: normal !important;">session</span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;">session</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    424</span><span style="font-weight: normal !important;">         )
</span>
</pre>
    <pre class="extraneous" style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a href="https://localhost:8080/#" data-href="/usr/lib/python3.7/ssl.py" style="color: var(--colab-anchor-color);">/usr/lib/python3.7/ssl.py</a><span style="font-weight: normal !important;"> in </span><span style="font-weight: normal !important; color: var(--ansi-cyan);">_create</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(cls, sock, server_side, do_handshake_on_connect, suppress_ragged_eofs, server_hostname, context, session)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    869</span><span style="font-weight: normal !important;">                         </span><span style="font-weight: normal !important; color: var(--ansi-green);">raise</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">ValueError</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important; color: var(--ansi-blue);">"do_handshake_on_connect should not be specified for non-blocking sockets"</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: normal !important; color: var(--ansi-green);">--> 870</span><span style="font-weight: normal !important; color: var(--ansi-red);">                     </span><span style="font-weight: normal !important;">self</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">do_handshake</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    871</span><span style="font-weight: normal !important;">             </span><span style="font-weight: normal !important; color: var(--ansi-green);">except</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">OSError</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">ValueError</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important; color: var(--ansi-blue);">:</span><span style="font-weight: normal !important;">
</span>
</pre>
    <pre class="extraneous" style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a href="https://localhost:8080/#" data-href="/usr/lib/python3.7/ssl.py" style="color: var(--colab-anchor-color);">/usr/lib/python3.7/ssl.py</a><span style="font-weight: normal !important;"> in </span><span style="font-weight: normal !important; color: var(--ansi-cyan);">do_handshake</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(self, block)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">   1138</span><span style="font-weight: normal !important;">                 </span><span style="font-weight: normal !important;">self</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">settimeout</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important; color: var(--ansi-green);">None</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: normal !important; color: var(--ansi-green);">-> 1139</span><span style="font-weight: normal !important; color: var(--ansi-red);">             </span><span style="font-weight: normal !important;">self</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">_sslobj</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">do_handshake</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">   1140</span><span style="font-weight: normal !important;">         </span><span style="font-weight: normal !important; color: var(--ansi-green);">finally</span><span style="font-weight: normal !important; color: var(--ansi-blue);">:</span><span style="font-weight: normal !important;">
</span>
</pre>
    <pre style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="font-weight: normal !important; color: var(--ansi-red);">ConnectionResetError</span><span style="font-weight: normal !important;">: [Errno 104] Connection reset by peer</span>
</pre>
    <pre style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">During handling of the above exception, another exception occurred:

</pre>
    <pre style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="font-weight: normal !important; color: var(--ansi-red);">URLError</span><span style="font-weight: normal !important;">                                  Traceback (most recent call last)</span>
</pre>
    <pre class="extraneous" style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a href="https://localhost:8080/#" data-href="<ipython-input-5-080d1d0b8ab2>" style="color: var(--colab-anchor-color);"><ipython-input-5-080d1d0b8ab2></a><span style="font-weight: normal !important;"> in </span><span style="font-weight: normal !important; color: var(--ansi-cyan);"><module></span><span style="font-weight: normal !important; color: var(--ansi-blue);">()</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">     22</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-green);">from</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">global_directions</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">manipulate</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-green);">import</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">Manipulator</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">     23</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">device</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-blue);">"cuda"</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-green);">if</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">torch</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">cuda</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">is_available</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-green);">else</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-blue);">"cpu"</span><span style="font-weight: normal !important;">
</span><span style="font-weight: normal !important; color: var(--ansi-green);">---> 24</span><span style="font-weight: normal !important; color: var(--ansi-red);"> </span><span style="font-weight: normal !important;">model</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">preprocess</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">clip</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">load</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important; color: var(--ansi-blue);">"ViT-B/32"</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">device</span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;">device</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">     25</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">     26</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">M</span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;">Manipulator</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">dataset_name</span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important; color: var(--ansi-blue);">'ffhq'</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span>
</pre>
    <pre class="extraneous" style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a href="https://localhost:8080/#" data-href="/usr/local/lib/python3.7/dist-packages/clip/clip.py" style="color: var(--colab-anchor-color);">/usr/local/lib/python3.7/dist-packages/clip/clip.py</a><span style="font-weight: normal !important;"> in </span><span style="font-weight: normal !important; color: var(--ansi-cyan);">load</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(name, device, jit)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">     94</span><span style="font-weight: normal !important;">     """
</span><span style="font-weight: bold; color: var(--ansi-green);">     95</span><span style="font-weight: normal !important;">     </span><span style="font-weight: normal !important; color: var(--ansi-green);">if</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">name</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-green);">in</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">_MODELS</span><span style="font-weight: normal !important; color: var(--ansi-blue);">:</span><span style="font-weight: normal !important;">
</span><span style="font-weight: normal !important; color: var(--ansi-green);">---> 96</span><span style="font-weight: normal !important; color: var(--ansi-red);">         </span><span style="font-weight: normal !important;">model_path</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">_download</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">_MODELS</span><span style="font-weight: normal !important; color: var(--ansi-blue);">[</span><span style="font-weight: normal !important;">name</span><span style="font-weight: normal !important; color: var(--ansi-blue);">]</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">     97</span><span style="font-weight: normal !important;">     </span><span style="font-weight: normal !important; color: var(--ansi-green);">elif</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">os</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">path</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">isfile</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">name</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important; color: var(--ansi-blue);">:</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">     98</span><span style="font-weight: normal !important;">         </span><span style="font-weight: normal !important;">model_path</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">name</span><span style="font-weight: normal !important;">
</span>
</pre>
    <pre class="extraneous" style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a href="https://localhost:8080/#" data-href="/usr/local/lib/python3.7/dist-packages/clip/clip.py" style="color: var(--colab-anchor-color);">/usr/local/lib/python3.7/dist-packages/clip/clip.py</a><span style="font-weight: normal !important;"> in </span><span style="font-weight: normal !important; color: var(--ansi-cyan);">_download</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(url, root)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">     40</span><span style="font-weight: normal !important;">             </span><span style="font-weight: normal !important;">warnings</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">warn</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important; color: var(--ansi-blue);">f"{download_target} exists, but the SHA256 checksum does not match; re-downloading the file"</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">     41</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">
</span><span style="font-weight: normal !important; color: var(--ansi-green);">---> 42</span><span style="font-weight: normal !important; color: var(--ansi-red);">     </span><span style="font-weight: normal !important; color: var(--ansi-green);">with</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">urllib</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">request</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">urlopen</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">url</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-green);">as</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">source</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">open</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">download_target</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-blue);">"wb"</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-green);">as</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">output</span><span style="font-weight: normal !important; color: var(--ansi-blue);">:</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">     43</span><span style="font-weight: normal !important;">         </span><span style="font-weight: normal !important; color: var(--ansi-green);">with</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">tqdm</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">total</span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;">int</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">source</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">info</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">get</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important; color: var(--ansi-blue);">"Content-Length"</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">ncols</span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important; color: var(--ansi-cyan);">80</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">unit</span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important; color: var(--ansi-blue);">'iB'</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">unit_scale</span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important; color: var(--ansi-green);">True</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-green);">as</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">loop</span><span style="font-weight: normal !important; color: var(--ansi-blue);">:</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">     44</span><span style="font-weight: normal !important;">             </span><span style="font-weight: normal !important; color: var(--ansi-green);">while</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-green);">True</span><span style="font-weight: normal !important; color: var(--ansi-blue);">:</span><span style="font-weight: normal !important;">
</span>
</pre>
    <pre class="extraneous" style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a href="https://localhost:8080/#" data-href="/usr/lib/python3.7/urllib/request.py" style="color: var(--colab-anchor-color);">/usr/lib/python3.7/urllib/request.py</a><span style="font-weight: normal !important;"> in </span><span style="font-weight: normal !important; color: var(--ansi-cyan);">urlopen</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(url, data, timeout, cafile, capath, cadefault, context)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    220</span><span style="font-weight: normal !important;">     </span><span style="font-weight: normal !important; color: var(--ansi-green);">else</span><span style="font-weight: normal !important; color: var(--ansi-blue);">:</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    221</span><span style="font-weight: normal !important;">         </span><span style="font-weight: normal !important;">opener</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">_opener</span><span style="font-weight: normal !important;">
</span><span style="font-weight: normal !important; color: var(--ansi-green);">--> 222</span><span style="font-weight: normal !important; color: var(--ansi-red);">     </span><span style="font-weight: normal !important; color: var(--ansi-green);">return</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">opener</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">open</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">url</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">data</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">timeout</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    223</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    224</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-green);">def</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">install_opener</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">opener</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important; color: var(--ansi-blue);">:</span><span style="font-weight: normal !important;">
</span>
</pre>
    <pre class="extraneous" style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a href="https://localhost:8080/#" data-href="/usr/lib/python3.7/urllib/request.py" style="color: var(--colab-anchor-color);">/usr/lib/python3.7/urllib/request.py</a><span style="font-weight: normal !important;"> in </span><span style="font-weight: normal !important; color: var(--ansi-cyan);">open</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(self, fullurl, data, timeout)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    523</span><span style="font-weight: normal !important;">             </span><span style="font-weight: normal !important;">req</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">meth</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">req</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    524</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">
</span><span style="font-weight: normal !important; color: var(--ansi-green);">--> 525</span><span style="font-weight: normal !important; color: var(--ansi-red);">         </span><span style="font-weight: normal !important;">response</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">self</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">_open</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">req</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">data</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    526</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    527</span><span style="font-weight: normal !important;">         </span><span style="font-weight: normal !important; color: var(--ansi-red);"># post-process response</span><span style="font-weight: normal !important;">
</span>
</pre>
    <pre class="extraneous" style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a href="https://localhost:8080/#" data-href="/usr/lib/python3.7/urllib/request.py" style="color: var(--colab-anchor-color);">/usr/lib/python3.7/urllib/request.py</a><span style="font-weight: normal !important;"> in </span><span style="font-weight: normal !important; color: var(--ansi-cyan);">_open</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(self, req, data)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    541</span><span style="font-weight: normal !important;">         </span><span style="font-weight: normal !important;">protocol</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">req</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">type</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    542</span><span style="font-weight: normal !important;">         result = self._call_chain(self.handle_open, protocol, protocol +
</span><span style="font-weight: normal !important; color: var(--ansi-green);">--> 543</span><span style="font-weight: normal !important; color: var(--ansi-red);">                                   '_open', req)
</span><span style="font-weight: bold; color: var(--ansi-green);">    544</span><span style="font-weight: normal !important;">         </span><span style="font-weight: normal !important; color: var(--ansi-green);">if</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">result</span><span style="font-weight: normal !important; color: var(--ansi-blue);">:</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    545</span><span style="font-weight: normal !important;">             </span><span style="font-weight: normal !important; color: var(--ansi-green);">return</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">result</span><span style="font-weight: normal !important;">
</span>
</pre>
    <pre class="extraneous" style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a href="https://localhost:8080/#" data-href="/usr/lib/python3.7/urllib/request.py" style="color: var(--colab-anchor-color);">/usr/lib/python3.7/urllib/request.py</a><span style="font-weight: normal !important;"> in </span><span style="font-weight: normal !important; color: var(--ansi-cyan);">_call_chain</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(self, chain, kind, meth_name, *args)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    501</span><span style="font-weight: normal !important;">         </span><span style="font-weight: normal !important; color: var(--ansi-green);">for</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">handler</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-green);">in</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">handlers</span><span style="font-weight: normal !important; color: var(--ansi-blue);">:</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    502</span><span style="font-weight: normal !important;">             </span><span style="font-weight: normal !important;">func</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">getattr</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">handler</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">meth_name</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: normal !important; color: var(--ansi-green);">--> 503</span><span style="font-weight: normal !important; color: var(--ansi-red);">             </span><span style="font-weight: normal !important;">result</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">func</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important; color: var(--ansi-blue);">*</span><span style="font-weight: normal !important;">args</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    504</span><span style="font-weight: normal !important;">             </span><span style="font-weight: normal !important; color: var(--ansi-green);">if</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">result</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-green);">is</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-green);">not</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-green);">None</span><span style="font-weight: normal !important; color: var(--ansi-blue);">:</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">    505</span><span style="font-weight: normal !important;">                 </span><span style="font-weight: normal !important; color: var(--ansi-green);">return</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">result</span><span style="font-weight: normal !important;">
</span>
</pre>
    <pre class="extraneous" style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a href="https://localhost:8080/#" data-href="/usr/lib/python3.7/urllib/request.py" style="color: var(--colab-anchor-color);">/usr/lib/python3.7/urllib/request.py</a><span style="font-weight: normal !important;"> in </span><span style="font-weight: normal !important; color: var(--ansi-cyan);">https_open</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(self, req)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">   1391</span><span style="font-weight: normal !important;">         </span><span style="font-weight: normal !important; color: var(--ansi-green);">def</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">https_open</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">self</span><span style="font-weight: normal !important; color: var(--ansi-blue);">,</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">req</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important; color: var(--ansi-blue);">:</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">   1392</span><span style="font-weight: normal !important;">             return self.do_open(http.client.HTTPSConnection, req,
</span><span style="font-weight: normal !important; color: var(--ansi-green);">-> 1393</span><span style="font-weight: normal !important; color: var(--ansi-red);">                 context=self._context, check_hostname=self._check_hostname)
</span><span style="font-weight: bold; color: var(--ansi-green);">   1394</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">   1395</span><span style="font-weight: normal !important;">         </span><span style="font-weight: normal !important;">https_request</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">AbstractHTTPHandler</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">do_request_</span><span style="font-weight: normal !important;">
</span>
</pre>
    <pre style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><a href="https://localhost:8080/#" data-href="/usr/lib/python3.7/urllib/request.py" style="color: var(--colab-anchor-color);">/usr/lib/python3.7/urllib/request.py</a><span style="font-weight: normal !important;"> in </span><span style="font-weight: normal !important; color: var(--ansi-cyan);">do_open</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(self, http_class, req, **http_conn_args)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">   1350</span><span style="font-weight: normal !important;">                           encode_chunked=req.has_header('Transfer-encoding'))
</span><span style="font-weight: bold; color: var(--ansi-green);">   1351</span><span style="font-weight: normal !important;">             </span><span style="font-weight: normal !important; color: var(--ansi-green);">except</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">OSError</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-green);">as</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">err</span><span style="font-weight: normal !important; color: var(--ansi-blue);">:</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-red);"># timeout error</span><span style="font-weight: normal !important;">
</span><span style="font-weight: normal !important; color: var(--ansi-green);">-> 1352</span><span style="font-weight: normal !important; color: var(--ansi-red);">                 </span><span style="font-weight: normal !important; color: var(--ansi-green);">raise</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">URLError</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important;">err</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">   1353</span><span style="font-weight: normal !important;">             </span><span style="font-weight: normal !important;">r</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important; color: var(--ansi-blue);">=</span><span style="font-weight: normal !important;"> </span><span style="font-weight: normal !important;">h</span><span style="font-weight: normal !important; color: var(--ansi-blue);">.</span><span style="font-weight: normal !important;">getresponse</span><span style="font-weight: normal !important; color: var(--ansi-blue);">(</span><span style="font-weight: normal !important; color: var(--ansi-blue);">)</span><span style="font-weight: normal !important;">
</span><span style="font-weight: bold; color: var(--ansi-green);">   1354</span><span style="font-weight: normal !important;">         </span><span style="font-weight: normal !important; color: var(--ansi-green);">except</span><span style="font-weight: normal !important; color: var(--ansi-blue);">:</span><span style="font-weight: normal !important;">
</span>
</pre>
    <pre style="margin-bottom: 0px; margin-top: 0px; white-space: pre-wrap; display: inline; color: rgb(33, 33, 33); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><span style="font-weight: normal !important; color: var(--ansi-red);">URLError</span><span style="font-weight: normal !important;">: <urlopen error [Errno 104] Connection reset by peer></span>On 6/6/2021 5:50 PM, Valerie Sutton wrote:
</pre>
    <blockquote type="cite"
      cite="mid:DC095D20-3B06-457B-A656-9B72080E15D4@signwriting.org">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      SignWriting List
      <div class="">June 6, 2021</div>
      <div class=""><br class="">
      </div>
      <div class="">Dear SW List members -</div>
      <div class=""><br class="">
      </div>
      <div class="">Amit Moryosseff is asking for your help on the
        Sutton SignWriting Discussion group on Facebook, regarding
        writing Facial Expressions -</div>
      <div class=""><br class="">
      </div>
      <div class="">I could use your help, since I cannot answer his
        questions…</div>
      <div class=""><br class="">
      </div>
      <div class="">Here is a screen capture of what Amit wrote on
        Facebook. It is attached, and here is the link he is referring
        to:</div>
      <div class=""><br class="">
      </div>
      <div class="">Amit wrote:</div>
      <div class=""><br class="">
      </div>
      <div class="">
        <div class="cxmmr5t8 oygrvhab c1et5uql ii04i59q kvgmc6g5 hcukyx3x" style="word-wrap: break-word; margin: 0px; white-space: pre-wrap; font-family: system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", sans-serif; caret-color: rgb(5, 5, 5); color: rgb(5, 5, 5); font-size: 15px;"><div dir="auto" style="font-family: inherit;" class="">I need your help!</div><div dir="auto" style="font-family: inherit;" class="">To create more synthetic facial data, if you can put in some time and follow the instructions, it could be really useful <span class="oygrvhab gl3lb2sf hhz5lgdu tbxw36s4 kvgmc6g5 sf5mxxl7 pq6dq46d knj5qynh ditlmg2l nvdbi5me" style="margin: 0px 1px; height: 16px; width: 16px; display: inline-flex; vertical-align: middle; font-family: inherit;"><img alt="🙂" referrerpolicy="origin-when-cross-origin" style="border: 0px;" apple-inline="yes" id="19717295-CD77-46F7-B25F-F99EA7DB9D60" src="cid:part20.AC2A681E.9F283A56@gmail.com" class=""></span> </div></div>
        <div class="cxmmr5t8 oygrvhab ii04i59q o9v6fnle c1et5uql hcukyx3x" style="word-wrap: break-word; margin: 0.5em 0px 0px; white-space: pre-wrap; font-family: system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", sans-serif; caret-color: rgb(5, 5, 5); color: rgb(5, 5, 5); font-size: 15px;"><div dir="auto" style="font-family: inherit;" class="">Google colab link:</div></div>
      </div>
      <div class=""><a
href="https://colab.research.google.com/drive/19UAHeeKRz2A1zKzLO2y6jjawsBW79-3U?usp=sharing&fbclid=IwAR0o57U5397JUqL8OAX9A2bg9mc8WaQFH_bTSs_TLdPPmpE52zXh5Xkhuas"
          class="" moz-do-not-send="true">https://colab.research.google.com/drive/19UAHeeKRz2A1zKzLO2y6jjawsBW79-3U?usp=sharing&fbclid=IwAR0o57U5397JUqL8OAX9A2bg9mc8WaQFH_bTSs_TLdPPmpE52zXh5Xkhuas</a></div>
      <div class=""><br class="">
      </div>
      <div class=""><br class="">
      </div>
      <div class=""><br class="">
      </div>
      <div class=""><img apple-inline="yes"
          id="B31125D4-5B7D-4657-B984-586D31B7C8F3"
          src="cid:part22.87538323.CF33F935@gmail.com" class=""></div>
      ________________________________________________
      <p>
      </p>
      <p>
        SIGNWRITING LIST INFORMATION
      </p>
      <p>
        Valerie Sutton
        SignWriting List moderator
        <a href="mailto:sutton@signwriting.org" moz-do-not-send="true">sutton@signwriting.org</a>
      </p>
      <p>
        Post Messages to the SignWriting List:
        <a href="mailto:sw-l@listserv.valenciacollege.edu"
          moz-do-not-send="true">sw-l@listserv.valenciacollege.edu</a>
      </p>
      <p>
        SignWriting List Archives & Home Page
        <a href="http://www.signwriting.org/forums/swlist"
          target="_blank" moz-do-not-send="true">http://www.signwriting.org/forums/swlist</a>
      </p>
      <p>
        Join, Leave or Change How You Receive SW List Messages
        <a
href="http://listserv.valenciacollege.edu/cgi-bin/wa?SUBED1=SW-L&A=1"
          target="_blank" moz-do-not-send="true">http://listserv.valenciacollege.edu/cgi-bin/wa?SUBED1=SW-L&A=1</a>
      </p>
    </blockquote>
  </body>
</html>
________________________________________________
<p>
</p><p>
SIGNWRITING LIST INFORMATION
</p><p>
Valerie Sutton
SignWriting List moderator
<a href="mailto:sutton@signwriting.org">sutton@signwriting.org</a>
</p><p>
Post Messages to the SignWriting List:
<a href="mailto:sw-l@listserv.valenciacollege.edu">sw-l@listserv.valenciacollege.edu</a>
</p><p>
SignWriting List Archives & Home Page
<a href="http://www.signwriting.org/forums/swlist" target="_blank">http://www.signwriting.org/forums/swlist</a>
</p><p>
Join, Leave or Change How You Receive SW List Messages
<a href="http://listserv.valenciacollege.edu/cgi-bin/wa?SUBED1=SW-L&A=1" target="_blank">http://listserv.valenciacollege.edu/cgi-bin/wa?SUBED1=SW-L&A=1</a>