question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to view the status dashboard

See original GitHub issue

In today’s experiments with Dask + dask-jobqueue, I found that I could not load the Bokeh dashboard that @mrocklin keeps showing me 😄, which has kept me wondering what exactly is the progress on my simple, embarrassingly parallel task of “loading ~900+ matlab .mat matrices into memory”.

The URL provided by the client is: http://172.16.23.102:8787/status.

I’m able to ping the IP address in there:

$ ping 172.16.23.102

However, I’m unable to access the page in my browser; I get a timeout error.

In terms of network settings, I’m on my work VPN.

Is there something that’s blocking access that I’m missing?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

4reactions
lestevecommented, Jun 20, 2018

The way I have got a similar setup to work in the past is to do ssh tunneling:

ssh -fN your-login@scheduler-machine -L 33023:localhost:33023

Then I can just open http://localhost:33023 on my local machine and see the status page. Slightly cumbersome but I am afraid I don’t know of a more convenient way of doing it. This approach (which is not dask-specific at all) is mentioned in the distributed doc.

1reaction
ericmjlcommented, Jun 20, 2018

@jhamman happy to do so. Give me a few hours (busy till later) and I’ll be happy to PR in.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to view HTTP Status Dashboard - Boomi Community
For the HTTP Status dashboard to be available, the Web Services/SOA feature needs to be enabled for corresponding account.
Read more >
unable to view Site status in Tableau server
Hi,. I'm getting an error in loading Tableau Administrative views with the below error, We are on Tableau server 2020.4.1 Linux.
Read more >
Google Workspace Status Dashboard
This page provides status information on the services that are part of Google Workspace. Check back here to view the current status of...
Read more >
How do you show services in a Dashboard - N-able
Under Devices > Devcies View > Dashboard if you only enable dashboards you will be presented with a warning for that user that...
Read more >
AWS Health Dashboard - Dec 23, 2022
View the overall status and health of AWS services using the AWS Health Dashboard.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found