You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCS.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -811,6 +811,18 @@ Go to **Settings → Add-ons → OpenClaw Assistant → Log** tab. Logs show sta
811
811
3. Is the port correct? `openclaw config get gateway.port`
812
812
4. Is the firewall blocking the port? Check your HA host firewall rules
813
813
814
+
### Gateway restart loop: `web_search provider is not available: brave`
815
+
816
+
**Symptom**: Logs repeat `Invalid config at /config/.openclaw/openclaw.json` and `tools.web.search.provider: web_search provider is not available: brave`.
817
+
818
+
**Cause**: The persisted OpenClaw config selects the Brave web search provider, but that provider plugin is not currently installed or enabled in the add-on runtime.
819
+
820
+
**Fix**: In v0.5.72+ the add-on clears that unavailable provider automatically during startup. On older versions, run this in the add-on terminal, then restart:
Copy file name to clipboardExpand all lines: openclaw_assistant/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
All notable changes to the OpenClaw Assistant Home Assistant Add-on will be documented in this file.
4
4
5
+
## [0.5.72] - 2026-05-04
6
+
7
+
### Fixed
8
+
- Repair startup when a persisted OpenClaw config still selects the unavailable `tools.web.search.provider=brave` provider. The add-on now clears that provider before launching the gateway so OpenClaw can start; users can reinstall/enable the Brave provider later if they want web search through Brave.
if python3 "$HELPER_PATH" apply-gateway-settings "$GATEWAY_MODE""$GATEWAY_REMOTE_URL""$GATEWAY_BIND_MODE""$EFFECTIVE_GW_PORT""$ENABLE_OPENAI_API""$GATEWAY_AUTH_MODE""$GATEWAY_TRUSTED_PROXIES";then
577
+
:
578
+
else
568
579
rc=$?
569
580
echo"ERROR: Failed to apply gateway settings via oc_config_helper.py (exit code ${rc})."
570
581
echo"ERROR: Gateway configuration may be incorrect; aborting startup."
0 commit comments