You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (mostrecentcalllast):
File"D:\Programming\Obsidian\py-obsidianmd\pyomd\metadata.py", line356, in_parse_1fm=frontmatter.loads(note_content)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File"C:\Users\ganuo\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\frontmatter\__init__.py", line165, inloadsmetadata, content=parse(text, encoding, handler, **defaults)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File"C:\Users\ganuo\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\frontmatter\__init__.py", line82, inparsefm=handler.load(fm)
^^^^^^^^^^^^^^^^File"C:\Users\ganuo\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\frontmatter\default_handlers.py", line238, inloadreturnyaml.load(fm, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^File"C:\Users\ganuo\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\yaml\__init__.py", line81, inloadreturnloader.get_single_data()
^^^^^^^^^^^^^^^^^^^^^^^^File"C:\Users\ganuo\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\yaml\constructor.py", line49, inget_single_datanode=self.get_single_node()
^^^^^^^^^^^^^^^^^^^^^^File"yaml\_yaml.pyx", line673, inyaml._yaml.CParser.get_single_nodeFile"yaml\_yaml.pyx", line687, inyaml._yaml.CParser._compose_documentFile"yaml\_yaml.pyx", line731, inyaml._yaml.CParser._compose_nodeFile"yaml\_yaml.pyx", line845, inyaml._yaml.CParser._compose_mapping_nodeFile"yaml\_yaml.pyx", line694, inyaml._yaml.CParser._compose_nodeFile"yaml\_yaml.pyx", line860, inyaml._yaml.CParser._parse_next_eventyaml.scanner.ScannerError: whilescanningasimplekeyin"<unicode string>", line3, column1couldnotfindexpected':'in"<unicode string>", line4, column1Theaboveexceptionwasthedirectcauseofthefollowingexception:
Traceback (mostrecentcalllast):
File"D:\Programming\Obsidian\py-obsidianmd\pyomd\note.py", line39, in__init__self.metadata: NoteMetadata=NoteMetadata(self.content)
^^^^^^^^^^^^^^^^^^^^^^^^^^File"D:\Programming\Obsidian\py-obsidianmd\pyomd\metadata.py", line698, in__init__self.frontmatter=Frontmatter(note_content)
^^^^^^^^^^^^^^^^^^^^^^^^^File"D:\Programming\Obsidian\py-obsidianmd\pyomd\metadata.py", line67, in__init__self.metadata: MetaDict=self._parse(note_content)
^^^^^^^^^^^^^^^^^^^^^^^^^File"D:\Programming\Obsidian\py-obsidianmd\pyomd\metadata.py", line349, in_parsereturnparse_fn(note_content)
^^^^^^^^^^^^^^^^^^^^^^File"D:\Programming\Obsidian\py-obsidianmd\pyomd\metadata.py", line358, in_parse_1raiseInvalidFrontmatterError(exception=e) fromepyomd.exceptions.InvalidFrontmatterError: Errorwhileparsingfrontmatter!. Exception:
whilescanningasimplekeyin"<unicode string>", line3, column1couldnotfindexpected':'in"<unicode string>", line4, column1Theaboveexceptionwasthedirectcauseofthefollowingexception:
Traceback (mostrecentcalllast):
File"D:\QC supplements\Vaults\C Nhóm hỗ trợ người tự học\Obsidian, quản lý dự án và công cụ nghĩ\Thiết lập\test.py", line14, in<module>allnotes=Notes(path_dir)
^^^^^^^^^^^^^^^File"D:\Programming\Obsidian\py-obsidianmd\pyomd\note.py", line166, in__init__self.add(paths=paths, recursive=recursive)
File"D:\Programming\Obsidian\py-obsidianmd\pyomd\note.py", line193, inaddself.notes.append(Note(path=pth_f))
^^^^^^^^^^^^^^^^File"D:\Programming\Obsidian\py-obsidianmd\pyomd\note.py", line41, in__init__raiseParsingNoteMetadataError(path=path, exception=e) fromepyomd.exceptions.ParsingNoteMetadataError: Errorwhileparsingmetadatafornoteatpath: "D:\QC supplements\Vaults\C Nhóm hỗ trợ người tự học\Obsidian, quản lý dự án và công cụ nghĩ\🌟 BẮT ĐẦU Ở ĐÂY.md". Exception:
Errorwhileparsingfrontmatter!. Exception:
whilescanningasimplekeyin"<unicode string>", line3, column1couldnotfindexpected':'in"<unicode string>", line4, column1
Command:
frompathlibimportPathfrompyomdimportNotesfrompyomd.metadataimportMetadataTypepath_dir=Path('D:\QC supplements\Vaults\C Nhóm hỗ trợ người tự học\Obsidian, quản lý dự án và công cụ nghĩ')
allnotes=Notes(path_dir)
The text was updated successfully, but these errors were encountered:
For files having this YAML:
It will have this error:
Command:
The text was updated successfully, but these errors were encountered: