Skip to content

[Bug]: TypeError: Cannot convert undefined or null to object #1075

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

Open
2 tasks done
AsfixGroup opened this issue Sep 7, 2024 · 0 comments
Open
2 tasks done

[Bug]: TypeError: Cannot convert undefined or null to object #1075

AsfixGroup opened this issue Sep 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working triage Issue not tagged yet. talking to the user

Comments

@AsfixGroup
Copy link

AsfixGroup commented Sep 7, 2024

Contact Details

asfixgroup.spain@gmail.com

What happened?

I'm encountering an error while using the dbfolder plugin that throws the following message when I try to export the note as pdf:

TypeError: Cannot convert undefined or null to object
    at hasOwnProperty (<anonymous>)
    at e.eval (plugin:dbfolder:487:76428)
    at Generator.next (<anonymous>)
    at eval (plugin:dbfolder:6:1550)
    at new Promise (<anonymous>)
    at F (plugin:dbfolder:6:1370)
    at markdownPostProcessor (plugin:dbfolder:487:76256)
    at t.postProcess (app.js:1:1297472)

This error occurs when attempting to process markdown files using the plugin.

What platform were you using?

Desktop

Version of the plugin

3.5.1

Relevant log output

TypeError: Cannot convert undefined or null to object
    at hasOwnProperty (<anonymous>)
    at e.eval (plugin:dbfolder:487:76428)
    at Generator.next (<anonymous>)
    at eval (plugin:dbfolder:6:1550)
    at new Promise (<anonymous>)
    at F (plugin:dbfolder:6:1370)
    at markdownPostProcessor (plugin:dbfolder:487:76256)
    at t.postProcess (app.js:1:1297472)

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
@AsfixGroup AsfixGroup added bug Something isn't working triage Issue not tagged yet. talking to the user labels Sep 7, 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 triage Issue not tagged yet. talking to the user
Projects
None yet
Development

No branches or pull requests

2 participants