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

Uncaught TypeError #2440

Open
firefly010101 opened this issue Sep 11, 2024 · 0 comments
Open

Uncaught TypeError #2440

firefly010101 opened this issue Sep 11, 2024 · 0 comments
Labels
bug Something isn't working.

Comments

@firefly010101
Copy link

What happened?

Tables don't render at random intervals. Only a restart of Obsidian will allow them to refresh (force refresh does nothing). This affects all tables when it occurs.

The console provides the following information:

plugin:dataview:15050 Uncaught TypeError: Cannot use 'in' operator to search for 'message' in 1
at l (app.js:1:92957)
at gS (app.js:1:845082)
at t.render (app.js:1:1298239)
at t.renderMarkdown (app.js:1:1297838)
at Object.eval [as __] (plugin:dataview:15105:35)
at w$1 (plugin:dataview:15052:3239)
at Array.forEach ()
at b (plugin:dataview:15052:1988)

DQL


TABLE WITHOUT ID
file.link as "Project File", category as Type, status as Status, last-reviewed as "Last Opened"
FROM #projects
WHERE project = this.project AND category != "project header" AND status != "completed"

JS

No response

Dataview Version

0.5.67

Obsidian Version

1.6.7

OS

Windows

@firefly010101 firefly010101 added the bug Something isn't working. label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

1 participant