"No data available yet" after a second
See original GitHub issueHello everyone, first of all thanks for such a useful extension. It’s working nicely on a simple JavaScript project I made. In a more complex project, however, it stops working after a second and it displays “No data available yet”. See this image.
After this happens, I try to run the “Debug: Toggle Visible Performance Charts” but none of the metrics (CPU, Heap, …) are shown any longer. Again, see the image.
How can I known what the problem is? This extension doesn’t seem to have its own output channel. The Log (Extension host) panel is not showing anything meaningful either.
I’m using VSCode 1.50.0 (user install) on Windows 10 and this is my launch.json file.
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Debug Chrome",
"url": "http://localhost:3000",
"port": 9222,
"webRoot": "${workspaceRoot}/v2/src",
"sourceMaps": true,
"disableNetworkCache": true,
"breakOnLoad": false,
"skipFiles": [
"${workspaceFolder}/node_modules/**/*.js",
"<node_internals>/**/*.js"
],
"preLaunchTask": "serve",
"smartStep": true
}
]
}
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
About missing information after you restore your iPhone, iPad ...
Sometimes the restore process may look complete, but your device is still downloading information in the background. To check this, tap Settings ...
Read more >Data table is showing no data available in table using Angular
I think the data is lost so you need to initialize it. Maybe datatable needs to know there is an Array and after...
Read more >Specify what appears for data containers that contain no data
When no data is available, you can show one of the following options: An empty data container, such as a blank list. Alternate...
Read more >No Data Available when Running a Report in Another Language
No Data available running the report in a different language The report works properly in the language it was created You have shared...
Read more >No Data Available - Message - PWRview Support
“No Data Available” indicates your PWRview is not connected to the internet. Follow the steps below to diagnose the problem.
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
Hello @rzhao271 and @connor4312, yes the issue is resolved for me, thanks.
To verify this: