obsidian-db-folder icon indicating copy to clipboard operation
obsidian-db-folder copied to clipboard

[Bug]: Auto Folder Deletion

Open BagOfTips opened this issue 1 year ago • 1 comments

Contact Details

Discord: ProStashio

What happened?

It seems DB Folders is having issues deleting empty folders

image

What platform were you using?

Desktop

Version of the plugin

3.5.0

Relevant log output

node:internal/errors:490 Uncaught (in promise) SystemError: Path is a directory: rm returned EISDIR (is a directory) \\?\C:\Obsidian Vaults\TTRPG Vault\2. My Campaign\12. NPCs\Aranor\Odinys\Fulcrum Ridge
    at __node_internal_captureLargerStackTrace (node:internal/errors:490:5)
    at new SystemError (node:internal/errors:250:5)
    at new NodeError (node:internal/errors:361:7)
    at node:internal/fs/utils:803:17
    at FSReqCallback.oncomplete (node:fs:209:5)
node:internal/errors:490 Uncaught (in promise) SystemError: Path is a directory: rm returned EISDIR (is a directory) \\?\C:\Obsidian Vaults\TTRPG Vault\2. My Campaign\12. NPCs\Aranor\Odinys\Fulcrum Ridge
    at __node_internal_captureLargerStackTrace (node:internal/errors:490:5)
    at new SystemError (node:internal/errors:250:5)
    at new NodeError (node:internal/errors:361:7)
    at node:internal/fs/utils:803:17
    at FSReqCallback.oncomplete (node:fs:209:5)

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

  • [X] I have verified that I am on the latest version

Are you check if there is a similar issue?

  • [X] I have verified that there are not similar issues

BagOfTips avatar Sep 30 '23 18:09 BagOfTips

this seems to be an electron issue https://github.com/electron-userland/electron-builder/issues/5917

stefandanzl avatar Jan 22 '24 06:01 stefandanzl