-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to view GatewayCluster dashboard with dask-labextension, lots of network errors #786
Comments
Hmm, so checking the console log in the browser shows errors like
That URL is incorrect. It's roughly |
Also, @TomAugspurger just to clarify, same error seems to occur on GCP, but not your pangeo gallery example, so perhaps this is an issue coming up with more recent dask or jupyter library versions. Previously the links looked like this: In the javascript console I see a few other errors when starting up, not sure if it is relevant...
And this error just keeps repeating:
|
I'm also noticing the jupyterlab interface has a lot of lag, and even without connecting to a dask cluster, i'm seeing lots of repeated 404 errors in the javascript console (namely trying to get dask-logo.svg). Pinging @jcrist in case he has any insight ;)
Also, for what it's worth it seems that |
Ok, I think a lot of these network errors happening behind the scenes are maybe red herrings and fairly normal. I realized the main problem was I had some old dask config in Once I figured that out I can successfully launch a gateway cluster and then connect to it via the extension... but! I have to put in the entire url (https://aws-uswest2.pangeo.io/services/dask-gateway/clusters/icesat2-prod.3efefa2916d041728ffae1591d540734/status) and hit 'Enter', the search button doesn't work. |
I haven't used the dask labextension for a bit, and seem to have forgotten which URL to paste into the labextension URL box to get the widgets to work. @TomAugspurger can you advise here?
Note that the Dashboard link does take me to the standard web UI, but pasting these in the labextension window everything remains greyed out (
/services/dask-gateway/clusters/icesat2-staging.3cc976d1113848f0ac2c8845b1da152b/status --> https://aws-uswest2.pangeo.io/services/dask-gateway/clusters/icesat2-prod.a3413571b0054e2592d0ef35f2684b3d/status
).In the gallery example, there is no need to manually past the URL, just clicking the search glass in labextension seems to automatically find the active cluster, so I'm guessing we're missing some important path configuration on the AWS hub...
https://gallery.pangeo.io/repos/TomAugspurger/pangeo-dask-gateway/using-dask-gateway.html
The text was updated successfully, but these errors were encountered: