generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Please see below
Steps to Reproduce
In Excalidraw file:
- create a new excalidraw file:
test.excalidraw.md - paste an image into excalidraw canvas
- image name is not renamed as per my requirement in plugin setting
- move
test.excalidraw.mdto another folder - image file stay at the original folder, not move to this new folder
In Obsidian canvas:
- create a new canvs file:
test.md - paste an image into canvas
- image name DOES renamed as per my requirement in plugin setting
- move
test.mdto another folder - image file stay at the original folder, not move to this new folder
In console, there is error below:
CustomStackTraceError: An unhandled error occurred executing async operation
at t.handle (plugin:obsidian-custom-attachment-location:437:11191)
at async invokeAsyncAndLog (plugin:obsidian-custom-attachment-location:437:710)
at async f (plugin:obsidian-custom-attachment-location:400:1582)
at async runWithTimeout (plugin:obsidian-custom-attachment-location:400:1458)
at async addErrorHandler (plugin:obsidian-custom-attachment-location:398:562)
at async processNextQueueItem (plugin:obsidian-custom-attachment-location:437:1701)
at async addToQueueAndWait (plugin:obsidian-custom-attachment-location:437:1513)
at async addErrorHandler (plugin:obsidian-custom-attachment-location:398:562)
at --- Caused by: --- (0)
at --- CustomStackTraceError: Run with timeout failed --- (0)
at eval (plugin:obsidian-custom-attachment-location:437:1714)
at addErrorHandler (plugin:obsidian-custom-attachment-location:398:568)
at processNextQueueItem (plugin:obsidian-custom-attachment-location:437:1707)
at eval (plugin:obsidian-custom-attachment-location:437:1506)
at async addToQueueAndWait (plugin:obsidian-custom-attachment-location:437:1513)
at async addErrorHandler (plugin:obsidian-custom-attachment-location:398:562)
at --- Caused by: --- (0)
at --- CustomStackTraceError: Run with timeout failed --- (0)
at getBacklinksForFileSafe (plugin:obsidian-custom-attachment-location:436:10178)
at t.handle (plugin:obsidian-custom-attachment-location:437:9872)
at async invokeAsyncAndLog (plugin:obsidian-custom-attachment-location:437:710)
at async f (plugin:obsidian-custom-attachment-location:400:1582)
at async runWithTimeout (plugin:obsidian-custom-attachment-location:400:1458)
at async addErrorHandler (plugin:obsidian-custom-attachment-location:398:562)
at async processNextQueueItem (plugin:obsidian-custom-attachment-location:437:1701)
at async addToQueueAndWait (plugin:obsidian-custom-attachment-location:437:1513)
at --- Caused by: --- (0)
at --- Error: Timed out after 5001.399999976158 milliseconds --- (0)
at k (plugin:obsidian-custom-attachment-location:400:1995)
at async runWithTimeout (plugin:obsidian-custom-attachment-location:400:1458)
at async retryWithTimeout (plugin:obsidian-custom-attachment-location:400:747)
at async getBacklinksForFileSafe (plugin:obsidian-custom-attachment-location:436:10172)
at async t.handle (plugin:obsidian-custom-attachment-location:437:9866)
at async invokeAsyncAndLog (plugin:obsidian-custom-attachment-location:437:710)
at async f (plugin:obsidian-custom-attachment-location:400:1582)
at async runWithTimeout (plugin:obsidian-custom-attachment-location:400:1458)
at async addErrorHandler (plugin:obsidian-custom-attachment-location:398:562)
at async processNextQueueItem (plugin:obsidian-custom-attachment-location:437:1701)
Expected Behavior
no error
works as expected
Actual Behavior
...
Environment Information
- Plugin Version: 9.17.11
- Obsidian Version: 1.9.14
- Operating System: macOS 26
Attachments
- Please attach a video showing the bug. It is not mandatory, but might be very helpful to speed up the bug fix
- Please attach a sample vault where the bug can be reproduced. It is not mandatory, but might be very helpful to speed up the bug fix
Confirmations
- I attached a video showing the bug, or it is not necessary
- I attached a sample vault where the bug can be reproduced, or it is not necessary
- I have tested the bug with the latest version of the plugin
- I have checked GitHub for existing bugs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working