Replies: 1 comment 8 replies
-
|
This error happens because the agent's code component tries to send code execution requests to a backend host, but the host is set to 'none' due to a missing or incorrect configuration. The host should be set via the SANDBOX_HOST environment variable, and the code execution backend (RAGFlow Sandbox) must be running and reachable. To fix this:
If you’re using a remote MinerU service, also set the MINERU_APISERVER environment variable to the correct URL; if it’s unset or set to 'none', you’ll see similar errors. References:
To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I use the agent's code component, regardless what content of my code, it always returns the following exception:
Exception executing code: HTTPConnectionPool(host='none', port=9385): Max retries exceeded with url: /run (Caused by NameResolutionError("<urllib3.connection.HTTPConnection object at 0x703942be7130>: Failed to resolve 'none' ([Errno -5] No address associated with hostname)"))
Why is that and how can i fix it? @dosu @Magicbook1108
Beta Was this translation helpful? Give feedback.
All reactions