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.

[Bug] Can't open dashboard/jobs, always loading

See original GitHub issue

Search before asking

  • I searched the issues and found no similar issues.

Ray Component

Dashboard

What happened + What you expected to happen

  1. install : pip install ray[default]
  2. start: ray start --head --dashboard-host 0.0.0.0 --include-dashboard true
  3. [ERROR] open dasboard, change to jobs page [new dashboard] dashboard log
1132021-12-28 10:15:08,478  INFO web_log.py:206 -- 10.112.60.15 [28/Dec/2021:02:15:08 +0000] "GET /nodes?view=summary HTTP/1.1" 200 5073 "http://10.3.163.101:8265/" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36"
1142021-12-28 10:15:12,586 INFO web_log.py:206 -- 10.112.60.15 [28/Dec/2021:02:15:12 +0000] "GET /nodes?view=summary HTTP/1.1" 200 5071 "http://10.3.163.101:8265/" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36"
1152021-12-28 10:15:13,020 INFO node_head.py:270 -- Received a log for 10.3.163.101 and autoscaler
1162021-12-28 10:15:15,285   INFO web_log.py:206 -- 10.112.60.15 [28/Dec/2021:02:15:15 +0000] "GET /jobs?view=summary HTTP/1.1" 404 172 "http://10.3.163.101:8265/" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36"
1172021-12-28 10:15:18,041   INFO node_head.py:270 -- Received a log for 10.3.163.101 and autoscaler1182021-12-28 10:15:22,959   INFO node_head.py:270 -- Received a log for 10.3.163.101 and autoscaler
1192021-12-28 10:15:25,062   INFO web_log.py:206 -- 10.112.60.15 [28/Dec/2021:02:15:25 +0000] "GET /static/js/2.3f5a3866.chunk.js.map HTTP/1.1" 404 172 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36"
1202021-12-28 10:15:25,137   INFO web_log.py:206 -- 10.112.60.15 [28/Dec/2021:02:15:25 +0000] "GET /static/js/11.855db36f.chunk.js.map HTTP/1.1" 200 252 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36"

Versions / Dependencies

Ray==1.9.1 Python==3.8.5,3.7.6 OS==CentOS 7.8 Server NO GPU

Reproduction script

conda create -n python==3.8.5 pip install ray[default] pip install ray[tune] pip install ray[rllib]

ray start --head --dashboard-host 0.0.0.0 --include-dashboard true

[Open] http://<host>:8265 [Click] JOBS

Anything else

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
alanwguocommented, Aug 17, 2022

Update on this, the jobs tab is fixed in ray 2.0

1reaction
alanwguocommented, Jun 7, 2022

There are 2 issues right now:

  1. The jobs endpoint is 404ing. This is a bug
  2. Job submissions are not shown in the jobs tab. This is because the jobs tab has not been updated to understand the concept of job submissions. We are looking into the right way to support this and plan on doing some work on this in June. At minimum, we are looking into renaming the jobs tab to make it clear that it’s not related to the jobs submission concept.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Solved: Dashboard stuck on loading screen - Esri Community
Hi everyone. One of my dashboards is now stuck on a loading screen whenever I try to access it. I've tried changing it's...
Read more >
My Dashboard won't load - Seller Community
I received a new PC recently. I have not been able to have the Square Dashboard load. It just keeps the circular loading...
Read more >
XAMPP keeps showing Dashboard/Welcome Page instead of ...
Open the htdocs folder there will be index.php file. In that file script is written to go in dashboard folder and show dashboard....
Read more >
Can't Access WP-Admin? 9 Solutions That Always Work
Having a problem where you can't access wp-admin? In this post, we'll share 9 common issues and how you can fix them to...
Read more >
How to Fix a Broken Grafana Dashboard with the API
Recently, we ran into a problem where a customer's dashboard broke to such an extent that it hung on loading. This is a...
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