While using vault = otools.Vault(obsidian_vault).connect().gather() to connect to my vault, it runs then gives a UnicodeDecodeError. I like how it provides errors about YAML header problems, but this one is hard to debug.
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 90: invalid start byte
There isn't enough information in the error to know where the file loading failed. Is there a DEBUG flag or way to include the filename in error?
While using
vault = otools.Vault(obsidian_vault).connect().gather()to connect to my vault, it runs then gives aUnicodeDecodeError. I like how it provides errors about YAML header problems, but this one is hard to debug.There isn't enough information in the error to know where the file loading failed. Is there a DEBUG flag or way to include the filename in error?