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
This error appears fairly frequently. It seems that some entities do not get a crowdin article directory associated with them. There are many scenarios that can cause this situation. e.g.:
articles are created when the plugin is disabled (e.g. locally)
there's an error when creating an article that prevents afterChange from running?
article directory is deleted as part of the plugin logic.
TDD this bug out!
[2023-10-12T14:45:38] | (payload): Error: Invalid directory id given. Directory doesn't exists
-- | --
[2023-10-12T14:45:38] | at handleHttpClientError (/workspace/node_modules/@crowdin/crowdin-api-client/out/core/index.js:67:15)
[2023-10-12T14:45:38] | at /workspace/node_modules/@crowdin/crowdin-api-client/out/core/index.js:235:29
[2023-10-12T14:45:38] | at runMicrotasks (<anonymous>)
[2023-10-12T14:45:38] | at processTicksAndRejections (node:internal/process/task_queues:96:5)
The text was updated successfully, but these errors were encountered:
This error appears fairly frequently. It seems that some entities do not get a crowdin article directory associated with them. There are many scenarios that can cause this situation. e.g.:
afterChange
from running?TDD this bug out!
The text was updated successfully, but these errors were encountered: