question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug]: DB Folder view crashes when using Icons as values

See original GitHub issue

Contact Details

GitHub User namtrah

What happened?

I have in my frontmatter a field : campaign-status: ":fas_heartbeat:" which uses the Icons Plugin to show a 💓 symbol. When trying to use this field in DBFolder, it crashes and doesn’t show the DB. The error shown is in the error log:

What platform were you using?

Desktop

Version of the plugin

2.8.4

Relevant log output

plugin:dbfolder:10 Uncaught (in promise) Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=%5Bobject%20Error%5D for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
    at Ga (plugin:dbfolder:10:55553)
    at e (plugin:dbfolder:10:60518)
    at bs (plugin:dbfolder:10:71780)
    at Cl (plugin:dbfolder:10:120549)
    at Du (plugin:dbfolder:10:107743)
    at gu (plugin:dbfolder:10:107671)
    at mu (plugin:dbfolder:10:107534)
    at su (plugin:dbfolder:10:104675)
    at Ho (plugin:dbfolder:10:46097)
    at uu (plugin:dbfolder:10:105179)

Are you using the latest version of the plugin in your Obsidian vault?

  • I have verified that I am on the latest version

Are you check if there is a similar issue?

  • I have verified that there are not similar issues

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
namtrahcommented, Nov 22, 2022

I just tried by opening the sandbox and copying my party directory (only plugin installed was this one.)

OS: Ubuntu 22.04 LTS

I have reduced it to two files and to just the bare minimum of text. I can upload t Party DB.md Player.md hem here.

0reactions
RafaelGBcommented, Nov 23, 2022

In your sandbox the filters where not readable.

If you open the db as markdown you can see a value filter condition as value: :fas_heartbeat: .It can not be read by Obsidian yaml because it requires quotes. (some versions ago the plugin adds them automatically)

KO

filters:
  enabled: true
  conditions:
      - field: type
        operator: EQUAL
        value: pc
      - field: campaign-status
        operator: EQUAL
        value: :fas_heartbeat:

OK

filters:
  enabled: true
  conditions:
      - field: type
        operator: EQUAL
        value: pc
      - field: campaign-status
        operator: EQUAL
        value: "👻"
Read more comments on GitHub >

github_iconTop Results From Across the Web

Windows Explorer crash when select "Extra Large Icons" and
So i want to share some problem. But i really need help to fix this now, everytime i select "Extra Large Icons" and...
Read more >
Insync slows down and crashes Windows Explorer + other Bugs
On v1.5.1 Insync still crashes Windows Explorer and slows it down significantly. It crashes when trying to create a new folder, rename files ......
Read more >
Windows Explorer Keeps Crashing: How to Fix - groovyPost
To do this, right-click the Start menu and press Run. In the Run box, type eventvwr and press OK.
Read more >
Bug listing with status RESOLVED with resolution FIXED as at ...
Bug :2 - "How do I attach an ebuild. ... Bug:986 - "htdig ebuild doesn't create directory for database" status:RESOLVED resolution:FIXED severity:normal ...
Read more >
How to make sense of Android crash logs | Bugsnag Blog
If an app hasn't got a crash reporting SDK installed, then the next best method for retrieving crash logs is to use adb...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found