[GH-ISSUE #2610] [BUG]: Web-search using bing search can not be complete. #1690

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

Originally created by @fiyen on GitHub (Nov 8, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2610

How are you running AnythingLLM?

Local development

What happened?

When I was using bing to complete web searching, the response is always "have troubles when getting the answer", I check the codes, the code data.length in line 309 of web-browsing.js in server folder should be replaced by searchResponse.length because data is a local variable that can not reach to this line.

Are there known steps to reproduce?

just ask question to @agent with enabling bing search web-searching.

Originally created by @fiyen on GitHub (Nov 8, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2610 ### How are you running AnythingLLM? Local development ### What happened? When I was using bing to complete web searching, the response is always "have troubles when getting the answer", I check the codes, the code `data.length` in line 309 of web-browsing.js in server folder should be replaced by `searchResponse.length` because data is a local variable that can not reach to this line. ### Are there known steps to reproduce? just ask question to @agent with enabling bing search web-searching.
yindo added the possible bug label 2026-02-22 18:26:05 -05:00
yindo closed this issue 2026-02-22 18:26:05 -05:00
yindo changed title from [BUG]: Web-search using bing search can not be complete. to [GH-ISSUE #2610] [BUG]: Web-search using bing search can not be complete. 2026-06-05 14:42:10 -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#1690