[Bug] Can't open dashboard/jobs, always loading
See original GitHub issueSearch before asking
- I searched the issues and found no similar issues.
Ray Component
Dashboard
What happened + What you expected to happen
- install :
pip install ray[default]
- start:
ray start --head --dashboard-host 0.0.0.0 --include-dashboard true
- [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:
- Created 2 years ago
- Reactions:1
- Comments:11 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Update on this, the jobs tab is fixed in ray 2.0
There are 2 issues right now: