Spaces:
Sleeping
Sleeping
Troubleshooting
UI/Queue errors (fn_index KeyError)
- After code changes, do a hard refresh (Ctrl+F5) or restart the server. Stale frontends can reference removed event handlers.
Tool output parsing
web_searchreturns plain text. Do notjson.loadsor index it.hf_*tools return JSON as strings. Alwaysjson.loadsbefore indexing.
Rate limits
- DuckDuckGo/site search can rate limit. Reduce
limit, vary queries, retry later.
Windows Unicode
- If console prints error on Unicode, ensure UTF‑8 code page or encode output explicitly.
Access errors
- 401/403 is expected for gated/private. Tools should mark
access=no_access.