[Bug] Tool returns "Cannot read properties of undefined (reading 'prepare')" on web_search/fetch #1763
Replies: 1 comment
|
This is the same family as #1697 (verified root cause + staged fix there): Why it's intermittent on your setup: the lookup only crashes when the tool that triggered the turn went through the scheduler slot of the other instance. Retrying can land on a path that resolves the host copy, so it "sometimes works". Quick checks:
Staged upstream fix (when PRs open): |
Uh oh!
There was an error while loading. Please reload this page.
When web_search_pro / web_fetch_pro tools execute and return results,
the parent process crashes with:
Cannot read properties of undefined (reading 'prepare')
DSH version: 0.1.0-rc.6
Platform: Windows 10/11
Affected tools: web_search_pro, web_fetch_pro, ask_user_question
Error is intermittent - sometimes retrying works.
All reactions