[GH-ISSUE #1381] [BUG]: TypeError in Confluence loader #881

Closed
opened 2026-02-22 18:21:59 -05:00 by yindo · 0 comments
Owner

Originally created by @jazelly on GitHub (May 13, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1381

How are you running AnythingLLM?

Docker (local)

What happened?

When working with confluence connector, it's possible to have data returned from langchain like this.
Screenshot 2024-05-13 at 9 02 40 pm
The error is in

wordCount: doc.pageContent.split(" ").length,

The page is substantial, with only hyperlinks to other confluence docs, which is why I imagine langchain interpretated it as undefined page content.

Are there known steps to reproduce?

Possibly try

  1. Having a confluence page with only hyperlinks
  2. collect from that space when uploading files
  3. observe Response could not be completed in client side

No response

Originally created by @jazelly on GitHub (May 13, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1381 ### How are you running AnythingLLM? Docker (local) ### What happened? When working with confluence connector, it's possible to have data returned from `langchain` like this. <img width="498" alt="Screenshot 2024-05-13 at 9 02 40 pm" src="https://github.com/Mintplex-Labs/anything-llm/assets/28685065/db04f316-2771-4c66-b748-bbef9b116111"> The error is in ``` wordCount: doc.pageContent.split(" ").length, ``` The page is substantial, with only hyperlinks to other confluence docs, which is why I imagine `langchain` interpretated it as `undefined` page content. ### Are there known steps to reproduce? Possibly try 1. Having a confluence page with only hyperlinks 2. collect from that space when uploading files 3. observe `Response could not be completed` in client side _No response_
yindo added the possible bug label 2026-02-22 18:21:59 -05:00
yindo closed this issue 2026-02-22 18:21:59 -05:00
yindo changed title from [BUG]: TypeError in Confluence loader to [GH-ISSUE #1381] [BUG]: TypeError in Confluence loader 2026-06-05 14:37:43 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#881