-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
possible bugBug was reported but is not confirmed or is unable to be replicated.Bug was reported but is not confirmed or is unable to be replicated.
Description
How are you running AnythingLLM?
Local development
What happened?
We have a confluence doc named 2021-09-15 "Tested" Retrospective. When using confluence connector, I got an error like this.
Error: ENOENT: no such file or directory, open 'E:\github\my\anything-llm\server\storage\documents\XXXX\2021-09-15-"Tested"-Retrospective-bf2937a8-15bc-4da9-9b1b-efce42d892e4.json'
at Object.writeFileSync (node:fs:2348:20)
at writeToServerDocuments (E:\github\my\anything-llm\collector\utils\files\index.js:59:6)
at E:\github\my\anything-llm\collector\utils\extensions\Confluence\index.js:92:5
at Array.forEach (<anonymous>)
at loadConfluence (E:\github\my\anything-llm\collector\utils\extensions\Confluence\index.js:72:8)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async E:\github\my\anything-llm\collector\extensions\index.js:115:43 {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
}
Are there known steps to reproduce?
- Have a confluence document with title that has quotes
- Use connector to scrape it.
Metadata
Metadata
Assignees
Labels
possible bugBug was reported but is not confirmed or is unable to be replicated.Bug was reported but is not confirmed or is unable to be replicated.