rye command not found
Confirm the install directory is on PATH.
Default user installs use:
Not logged in
Check auth state:rye up starts login automatically, complete the browser flow and return to the terminal.
Daemon is not running
Check daemon state:No traffic is captured
Check these first:- Start the agent after setting proxy variables or use
rye wrap. - Confirm
rye statusshows the proxy is running. - Confirm the target domain matches your intercept patterns.
- Check whether
NO_PROXYexcludes the target host. - For GUI apps, use
--auto-configure-proxyor launch the app from a shell that has proxy variables. - Use
--intercept-alltemporarily to separate pattern issues from routing issues.
TLS or certificate errors
Verify the CA exists:NODE_EXTRA_CA_CERTS points to the Rye CA. rye wrap injects this when the CA exists.
For tools with product-specific trust variables, set the documented CA variable manually:
App shims are not taking effect
Run:PATH.
For zsh or bash:
System proxy did not restore
Stop Rye:Policy blocked a request
Blocked requests return403 with a JSON body that includes:
request_iddecisionrule_idrule_versionreason
request_id to correlate the block with local logs and control-plane events.
History is empty
Check whether:- The proxy is running.
- The request domain matches intercept patterns.
- The app is using the proxy.
- The request is model API traffic, not package manager, Git, browser, or unrelated network traffic.
- You are querying the right time window.
Need support
Email security@rye.ai with:rye versionrye status --jsonrye doctor --json- The command you ran.
- The exact error message.