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

FileNotFoundError #29

Open
Abod1960 opened this issue Jan 6, 2024 · 2 comments
Open

FileNotFoundError #29

Abod1960 opened this issue Jan 6, 2024 · 2 comments

Comments

@Abod1960
Copy link

Abod1960 commented Jan 6, 2024

Please type any relevant information here

it just does not show anything, I have 3 vaults btw...

Trace Log

Traceback (most recent call last):
  File "C:\Users\omen\AppData\Roaming\FlowLauncher\Plugins\Obsidian Notes-1.1.4\lib\flox\launcher.py", line 44, in run
    results = request_method(*request_parameters) or self._results
  File "C:\Users\omen\AppData\Roaming\FlowLauncher\Plugins\Obsidian Notes-1.1.4\lib\flox\__init__.py", line 131, in _query
    self.query(query)
  File "C:\Users\omen\AppData\Roaming\FlowLauncher\Plugins\Obsidian Notes-1.1.4\plugin\main.py", line 26, in query
    for note in vault.notes():
  File "C:\Users\omen\AppData\Roaming\FlowLauncher\Plugins\Obsidian Notes-1.1.4\plugin\obsidian.py", line 62, in notes
    for note in Path(self.path).glob('**/*.md'):
  File "pathlib.py", line 1139, in glob
  File "pathlib.py", line 586, in _select_from
  File "pathlib.py", line 533, in _select_from
FileNotFoundError: [WinError 3] The system cannot find the path specified: "H:\\Abod1960 vault - obsidian\\PKM - 2nd Brain\\Notion\\library\\Shelves\\Buying list\\Buying list\\HONEY BEAR Initial Alphabet Letter Silver Cufflinks for Men's Shirt, Stainless Steel for Business Wedding Gift (B-Black)- Buy Online at Best Price in UAE - Amazon.ae"

@Garulf
Copy link
Owner

Garulf commented Jan 7, 2024

Looks like it's crashing when enumerating through this .ae file.

Is your vault part of a cloud storage sync folder?

Some applications like Dropbox have a streaming option that doesn't download a file to your system unless it's accessed. This may be what's going on here.

@Abod1960
Copy link
Author

Abod1960 commented Jan 8, 2024

Looks like it's crashing when enumerating through this .ae file.

Is your vault part of a cloud storage sync folder?

Some applications like Dropbox have a streaming option that doesn't download a file to your system unless it's accessed. This may be what's going on here.

i actually have more than one vault, some are on the cloud but it is not showing any, not the cloud ones and not the local ones...

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