So, I have a plugin that in short creates renditions and is doing some read and writes using xd-helper-storage
.
The problem i’m facing is that with the 100% untouched exact same code and exact XD document but just with someone shared I start getting this error:
[Error: HRESULT: -2147024864, The process cannot access the file because it is being used by another process.
The second issue I’m facing is that I have some local config stored for my plugin using xd-helper-storage
. To confirm this bug i opened the storage.json
file myself to see wether the data was being deleted or not. The locally stored data was indeed deleted as inteneded on a button onClick
event but i have to refresh the plugin in-order see those changes. XD keeps acting like the data is still there. More like it’s using cached? files.
If i can programatically refresh the plugin that would be fine too.