mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #8503] Failed Web Search with DuckDuckGo in OpenWebui v0.5.4 Due to "ValueError: subsection not found" #15149
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JasmondL on GitHub (Jan 13, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8503
Bug Report
Installation Method
Instance is create via docker compose. The Docker container version is :main branch with open-webui v0.5.4
Environment
Confirmation:
Expected Behavior:
OpenWebui should complete the query from DuckDuckGo and provide an optimal result.
Actual Behavior:
See Logs and Screenshots
Description
Bug Summary:
During web search functionality within OpenWebui version 0.5.4 using DuckDuckGo as the search engine, a critical error arises when attempting to extract relevant data from the search results. The error persists at the
_text_extract_json()stage and is attributed to aValueError: subsection not found exception.Reproduction Details
Steps to Reproduce:
Web Searchand search.Logs and Screenshots
Docker Container Logs:
Snippet of the error below. The full logs is here. log.txt
Screenshots/Screen Recordings (if applicable):
