Issue: v8.0.0 results in empty dashboard
See original GitHub issueAfter update to 8.0.0 the following happens:
- starting vscode
- dashboard (set to autostart) loads posts and fills previews
- clicking on media results in long loading, after a while media loads
- clicking snippets and data loads the tabs
- clicking taxonomy flashes something (could be my imagination) and then ends up being an empty editor. tab still says FrontMatter Dashboard but within everything is empty
Closing opening VSCode results in the same. Reboot the same. No error message.
The output console shows this:
["INFO" - 22:07:22] Triggering draft status update: triggerShowDraftStatus
["INFO" - 22:07:24] Receiving message from webview: getViewType
["INFO" - 22:07:24] Receiving message from webview: getTheme
["INFO" - 22:07:24] Receiving message from webview: getData
["INFO" - 22:07:24] Receiving message from webview: getMode
["INFO" - 22:07:24] Sending message to webview: pages
["INFO" - 22:07:26] Sending message to panel: settings
["INFO" - 22:07:29] Sending message to webview: settings
["INFO" - 22:07:29] Sending message to webview: settings
["INFO" - 22:07:29] Receiving message from webview: sendTelemetry
["INFO" - 22:07:30] Sending message to webview: pages
["INFO" - 22:07:30] Sending message to webview: searchReady
["INFO" - 22:07:30] Sending message to panel: folderInfo
["INFO" - 22:07:20] Receiving message from webview: sendTelemetry
["INFO" - 22:07:21] Receiving message from webview: getMedia
["INFO" - 22:07:30] Sending message to webview: media
["INFO" - 22:07:59] Receiving message from webview: sendTelemetry
["INFO" - 22:07:00] Receiving message from webview: sendTelemetry
["INFO" - 22:07:01] Receiving message from webview: sendTelemetry
["INFO" - 22:07:23] Sending message to panel: mediaSelectionData
["INFO" - 22:07:24] Receiving message from webview to panel: get-data
["INFO" - 22:07:24] Receiving message from webview to panel: get-mode
["INFO" - 22:07:24] Sending message to panel: settings
["INFO" - 22:07:25] Sending message to panel: folderInfo
["INFO" - 22:07:26] Receiving message from webview to panel: open-dashboard
["INFO" - 22:07:26] Receiving message from webview: getViewType
["INFO" - 22:07:26] Sending message to webview: viewData
["INFO" - 22:07:26] Receiving message from webview: getTheme
["INFO" - 22:07:26] Receiving message from webview: getData
["INFO" - 22:07:26] Receiving message from webview: getMode
["INFO" - 22:07:26] Sending message to webview: pages
["INFO" - 22:07:27] Sending message to webview: settings
["INFO" - 22:07:27] Receiving message from webview: sendTelemetry
["INFO" - 22:07:27] Sending message to webview: pages
["INFO" - 22:07:27] Sending message to webview: searchReady
["INFO" - 22:07:46] Receiving message from webview: sendTelemetry
["INFO" - 22:07:07] Receiving message from webview to panel: open-dashboard
["INFO" - 22:07:08] Sending message to panel: mediaSelectionData
["INFO" - 22:07:09] Receiving message from webview to panel: open-dashboard
["INFO" - 22:07:09] Receiving message from webview: getViewType
["INFO" - 22:07:09] Sending message to webview: viewData
["INFO" - 22:07:09] Receiving message from webview: getTheme
["INFO" - 22:07:09] Receiving message from webview: getData
["INFO" - 22:07:09] Receiving message from webview: getMode
["INFO" - 22:07:09] Sending message to webview: pages
["INFO" - 22:07:10] Sending message to webview: settings
["INFO" - 22:07:10] Receiving message from webview: sendTelemetry
["INFO" - 22:07:11] Sending message to webview: pages
["INFO" - 22:07:11] Sending message to webview: searchReady
["INFO" - 22:07:16] Receiving message from webview: sendTelemetry
["INFO" - 22:07:22] Receiving message from webview to panel: open-dashboard
["INFO" - 22:07:23] Sending message to panel: mediaSelectionData
["INFO" - 22:07:24] Receiving message from webview to panel: open-dashboard
["INFO" - 22:07:25] Receiving message from webview: getViewType
["INFO" - 22:07:25] Sending message to webview: viewData
["INFO" - 22:07:25] Receiving message from webview: getTheme
["INFO" - 22:07:25] Receiving message from webview: getData
["INFO" - 22:07:25] Receiving message from webview: getMode
["INFO" - 22:07:25] Sending message to webview: pages
["INFO" - 22:07:26] Sending message to webview: settings
["INFO" - 22:07:26] Receiving message from webview: sendTelemetry
["INFO" - 22:07:26] Sending message to webview: pages
["INFO" - 22:07:26] Sending message to webview: searchReady
["INFO" - 22:07:28] Triggering draft status update: onDidChangeActiveTextEditor
["INFO" - 22:07:29] Sending message to panel: metadata
["INFO" - 22:07:34] Triggering draft status update: onDidChangeActiveTextEditor
["INFO" - 22:07:35] Sending message to panel: metadata
["INFO" - 22:07:37] Receiving message from webview: sendTelemetry
["INFO" - 22:07:40] Triggering draft status update: onDidChangeActiveTextEditor
["INFO" - 22:07:40] Sending message to panel: metadata
["INFO" - 22:07:41] Triggering draft status update: onDidChangeTextEditorSelection
["INFO" - 22:07:42] Sending message to panel: metadata
["INFO" - 22:07:43] Triggering draft status update: onDidChangeTextEditorSelection
["INFO" - 22:07:44] Sending message to panel: metadata
["INFO" - 22:07:52] Triggering draft status update: onDidChangeTextEditorSelection
["INFO" - 22:07:53] Sending message to panel: metadata
The last four pairs of messages pop up AFTER the window goes empty. “sendTelemetry” is the last message after I clicked the taxonomy tab.
My repo, if you want to test it out: github.com/davidsneighbour/kollitsch.dev
Clone, run npm install
and then npm run build:frontmatter
to build the config file.
Version: 1.69.0
Commit: 92d25e35d9bf1a6b16f7d0758f25d48ace11e5b9
Date: 2022-07-07T08:29:47.439Z
Electron: 18.3.5
Chromium: 100.0.4896.160
Node.js: 16.13.2
V8: 10.0.139.17-electron.0
OS: Linux x64 5.15.0-41-generic
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Why the dashboards in jira are empty - Atlassian Community
Solved: Issue: Jira Dashboard not loaded while using Chrome web browser Description of the issue: All of the dashboards from favourites tab ...
Read more >Dashboard Menu - Checkmarx Knowledge Center - Confluence
Getting to Know the System Dashboard (v8.9.0) ... explanation such as "failed to start scanning due to one of the following reasons: source...
Read more >Version v8.0.0 - Turn-key research data management repository
We're happy to announce the release of InvenioRDM v8.0. ... A view of the new dashboard. ... A view of an empty search...
Read more >redash/CHANGELOG.md at master - GitHub
Empty query results are clearly displayed. User is now prompted to edit or execute the query. Mobile Experience Improvements: UI element spacing has...
Read more >8. User Guide - CIS-CAT Pro Dashboard Document Library
When assessment results are imported, CIS-CAT Pro Dashboard creates a new ... The fields need to have a valid IPv4 value (0.0.0.1 to...
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
Going to put it on my list of tools to check out. Can use it to replace
npm-run-all
it seems.https://github.com/google/wireit - it looks chaotic because I just added it and duplicated the tasks, but in general you can end up using one single build command and it creates/runs the tasks based on dependencies. It’s in its infancy, but already quite useful 😃