Open AurelieAlbert opened 4 years ago
Thanks for the report. I'll take a look later today.
OK, for the pangeo binder the issue is that the image from https://github.com/pangeo-gallery/default-binder/blob/master/binder/Dockerfile is using dask-gateway==0.6.1, but the binder has been updated to dask-gateway==0.7.1. We'll need to discuss how we want to handle updates there, and then sync them up. Hopefully today or tomorrow.
I'm not sure what's going on with jupyterhub yet. Seeing strange things with
Exception in callback _HTTPConnection.finish.<locals>.<lambda>(<Future finis...ssl.c:1056)')>) at /srv/conda/envs/notebook/lib/python3.7/site-packages/tornado/simple_httpclient.py:657
handle: <Handle _HTTPConnection.finish.<locals>.<lambda>(<Future finis...ssl.c:1056)')>) at /srv/conda/envs/notebook/lib/python3.7/site-packages/tornado/simple_httpclient.py:657>
Traceback (most recent call last):
File "/srv/conda/envs/notebook/lib/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/srv/conda/envs/notebook/lib/python3.7/site-packages/tornado/simple_httpclient.py", line 657, in <lambda>
fut.add_done_callback(lambda f: final_callback(f.result()))
File "/srv/conda/envs/notebook/lib/python3.7/site-packages/tornado/simple_httpclient.py", line 336, in run
source_ip=source_ip,
File "/srv/conda/envs/notebook/lib/python3.7/site-packages/tornado/tcpclient.py", line 294, in connect
False, ssl_options=ssl_options, server_hostname=host
File "/srv/conda/envs/notebook/lib/python3.7/site-packages/tornado/iostream.py", line 1391, in _do_ssl_handshake
self.socket.do_handshake()
File "/srv/conda/envs/notebook/lib/python3.7/ssl.py", line 1117, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:1056)
openssl recently had a release that caused some issues for projects like distributed. I'm not sure if that's relevant.
I just hit the same basic issue in https://github.com/pangeo-gallery/physical-oceanography/issues/1.
If there is any hope of a quick fix for this, I would sincerely appreciate it. The easiest thing I guess would be to update the binder environment?
Looking into this now.
On Tue, Apr 21, 2020 at 8:42 PM Ryan Abernathey notifications@github.com wrote:
If there is any hope of a quick fix for this, I would sincerely appreciate it. The easiest thing I guess would be to update the binder environment?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/TomAugspurger/pangeo-dask-gateway/issues/2#issuecomment-617493073, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKAOIS2GO4O2GPTXP6HQILRNZDQPANCNFSM4MNJACZA .
Cool, thanks! I'm online / on gitter trying to figure out how it all fits together. Happy to chat there if need be.
Here's what I am now trying:
https://github.com/rabernat/default-binder/blob/update-tag/binder/Dockerfile
Hi Tom, thank you for this example use of dask gateway. I tried to make it run on https://hub.binder.pangeo.io/ and on ocean.pangeo.io, I get the error below when executing the line gateway.list_clusters() in both places. Same thing is happening for cluster = gateway.new_cluster() Is there some environment or configuration issue ?