Closed LOVECHEN closed 3 months ago
@LOVECHEN need more details what exactly did you do before the issue occurred
@LOVECHEN Can you please provide a sample vault and video reproducing the issue?
When I delete the markdown file, the error message mentioned in this issue also appears. The error stack is as follows:
No active editor.
plugin:obsidian-attachment-name-formatting:3552 Formatting attachments...
plugin:obsidian-attachment-name-formatting:3554 Getting attachments list...
plugin:obsidian-attachment-name-formatting:3685 No attachments found...
plugin:consistent-attachments-and-links:579 RangeError: Maximum call stack size exceeded
at new t (app.js:1:724942)
at createTFolderInstance (plugin:consistent-attachments-and-links:464:16)
at createTFolderInstance (plugin:consistent-attachments-and-links:465:23)
at createTFolderInstance (plugin:consistent-attachments-and-links:465:23)
at createTFolderInstance (plugin:consistent-attachments-and-links:465:23)
at createTFolderInstance (plugin:consistent-attachments-and-links:465:23)
at createTFolderInstance (plugin:consistent-attachments-and-links:465:23)
at createTFolderInstance (plugin:consistent-attachments-and-links:465:23)
at createTFolderInstance (plugin:consistent-attachments-and-links:465:23)
at createTFolderInstance (plugin:consistent-attachments-and-links:465:23)
My obsidian version is 1.6.7 (Installer 1.6.5).
When I delete the markdown file, the error message mentioned in this issue also appears. The error stack is as follows:
No active editor. plugin:obsidian-attachment-name-formatting:3552 Formatting attachments... plugin:obsidian-attachment-name-formatting:3554 Getting attachments list... plugin:obsidian-attachment-name-formatting:3685 No attachments found... plugin:consistent-attachments-and-links:579 RangeError: Maximum call stack size exceeded at new t (app.js:1:724942) at createTFolderInstance (plugin:consistent-attachments-and-links:464:16) at createTFolderInstance (plugin:consistent-attachments-and-links:465:23) at createTFolderInstance (plugin:consistent-attachments-and-links:465:23) at createTFolderInstance (plugin:consistent-attachments-and-links:465:23) at createTFolderInstance (plugin:consistent-attachments-and-links:465:23) at createTFolderInstance (plugin:consistent-attachments-and-links:465:23) at createTFolderInstance (plugin:consistent-attachments-and-links:465:23) at createTFolderInstance (plugin:consistent-attachments-and-links:465:23) at createTFolderInstance (plugin:consistent-attachments-and-links:465:23)
My obsidian version is 1.6.7 (Installer 1.6.5).
I found that renaming file can also trigger this problem.
The above sample vault can reproduce this problem. You can trigger by renaming the Hello
folder.
error code
error console