Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.11.0: Still doesn’t show the Dictionary view #28

Closed
Moonbase59 opened this issue Jul 24, 2021 · 3 comments
Closed

2.11.0: Still doesn’t show the Dictionary view #28

Moonbase59 opened this issue Jul 24, 2021 · 3 comments

Comments

@Moonbase59
Copy link

Moonbase59 commented Jul 24, 2021

title says it, just testing the new release

Knowledgebase - Obsidian v0 12 10_062

Did close the pane and reopened it using cmd palette. Also restarted Obsidian after update.

Are there any changes in data.json? When upgrading from 2.10.0 to 2.11.0, this still contains my old cached definitions, so I assume it is merged somehow or left undisturbed? cache.json was created, though. Think I should uninstall/reinstall?

@Moonbase59
Copy link
Author

Dev console output:

app.js:1 Obsidian Developer Console
main.ts:27 loading markdown-table-editor plugin
main.ts:38 Dataview: Version 0.4.x Loaded
main.ts:60 DiceRoller plugin loaded
main.ts:49 loading Find unlinked files and unresolved links plugin
main.ts:40 loading Hotkeys for templates plugin v1.4.1
main.ts:10 Loading Hotkeys++ plugin
main.ts:125 loading plugin
VM135:2 Loading Obsidian Leaflet v3.20.2
main.ts:45 loading plugin
main.ts:40 loading sortable plugin
main.ts:17 Loading snippets plugin
main.ts:27 Loading Pandoc plugin
VM148:4165 loading dictionary
main.ts:26 Loading status bar pomo timer...
app.js:1 Failed to open view TypeError: _a.getElementById is not a function
    at append_styles (eval at <anonymous> (app.js:1), <anonymous>:540:75)
    at add_css$1 (eval at <anonymous> (app.js:1), <anonymous>:2305:2)
    at init (eval at <anonymous> (app.js:1), <anonymous>:1015:22)
    at new DictionaryView$1 (eval at <anonymous> (app.js:1), <anonymous>:2944:3)
    at DictionaryView.onOpen (eval at <anonymous> (app.js:1), <anonymous>:3073:22)
    at DictionaryView.<anonymous> (app.js:1)
    at app.js:1
    at Object.next (app.js:1)
    at app.js:1
    at new Promise (<anonymous>)
(anonymous) @ app.js:1
index.ts:355 Dataview: Parsed all file prefixes (0.001s)
main.ts:148 Hotkeys for templates -> active plugins: templater-obsidian,core
index.ts:246 Dataview: Task & metadata parsing queued in 0s.
VM148:3069 Uncaught (in promise) TypeError: Cannot read property '$destroy' of undefined
    at DictionaryView.onClose (eval at <anonymous> (app.js:1), <anonymous>:3069:20)
    at DictionaryView.<anonymous> (app.js:1)
    at app.js:1
    at Object.next (app.js:1)
    at app.js:1
    at new Promise (<anonymous>)
    at o (app.js:1)
    at DictionaryView.t.close (app.js:1)
    at t.detach (app.js:1)
    at app.js:1
app.js:1 Failed to open view TypeError: _a.getElementById is not a function
    at append_styles (eval at <anonymous> (app.js:1), <anonymous>:540:75)
    at add_css$1 (eval at <anonymous> (app.js:1), <anonymous>:2305:2)
    at init (eval at <anonymous> (app.js:1), <anonymous>:1015:22)
    at new DictionaryView$1 (eval at <anonymous> (app.js:1), <anonymous>:2944:3)
    at DictionaryView.onOpen (eval at <anonymous> (app.js:1), <anonymous>:3073:22)
    at DictionaryView.<anonymous> (app.js:1)
    at app.js:1
    at Object.next (app.js:1)
    at app.js:1
    at new Promise (<anonymous>)
(anonymous) @ app.js:1
DevTools failed to load SourceMap: Could not parse content for app://obsidian.md/main.js.map: Unexpected end of JSON input

@phibr0
Copy link
Owner

phibr0 commented Jul 24, 2021

Yeah the old cache still persists, I would do a clean reinstall, but I will probably also clear it in a future release.

@phibr0
Copy link
Owner

phibr0 commented Jul 24, 2021

Lets further track this in #24

@phibr0 phibr0 closed this as completed Jul 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants