mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
Web Search use Google PSE causes core dump #1464
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 @luochen1990 on GitHub (Jul 8, 2024).
Bug Report
Description
Bug Summary:
I'm using Open WebUI via NixOS, I configured Google PSE and tries to search something, but It core dumped after some seconds, from the journalctl output it seems the search result is received, but something went wrong when processing the search result. (Not sure I provided the correct Google PSE Engine ID, but I can not find a more possible correct one)
Steps to Reproduce:
AIzaSyDT7xxxxxxxxxxxxxxxxxxxxxXwuLj-oawand engine ID which looks likeb73dxxxxxxxx943b4journalctl -u open-webuiExpected Behavior:
No error happen and the search results is returned successfully.
Actual Behavior:
Web page error alert:
Environment
Open WebUI Version: [e.g., 0.1.120]
v0.3.7
Ollama (if applicable): [e.g., 0.1.30, 0.1.32-rc1]
Not used
Operating System:
Microsoft Edge
Version 126.0.2592.68 (Official build) (64-bit)
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
Browser console error:
Docker Container Logs:
journalctl -u open-webui:
Screenshots (if applicable):
https://discord.com/channels/1170866489302188073/1258256860453277830
Installation Method
Installed via NixOS:
The packaging nix expression is: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/op/open-webui/package.nix
The systemd unit is defined via: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/services/misc/open-webui.nix#L84