ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Bug]: EXESQL Execution Error: "The host is accessible."

Open xuhande opened this issue 10 months ago • 1 comments

Is there an existing issue for the same bug?

  • [x] I have checked the existing issues.

RAGFlow workspace code commit ID

no

RAGFlow image version

v0.16.0

Other environment information

Aliyun ECS
Ubuntu
8C 
16RAM

Actual behavior

The host is accessible. 2025-02-23 16:23:34,946 INFO 316132 127.0.0.1 - - [23/Feb/2025 16:23:34] "POST /v1/canvas/set HTTP/1.1" 200 - 2025-02-23 16:23:35,085 ERROR 316132 The host is not accessible. Traceback (most recent call last): File "/root/ragflow/api/apps/canvas_app.py", line 222, in input_elements canvas = Canvas(json.dumps(user_canvas.dsl), current_user.id) File "<@beartype(agent.canvas.Canvas.init) at 0x7fbbaad2fd90>", line 31, in init File "/root/ragflow/agent/canvas.py", line 101, in init self.load() File "/root/ragflow/agent/canvas.py", line 116, in load param.check() File "/root/ragflow/agent/component/exesql.py", line 57, in check raise ValueError("The host is not accessible.") ValueError: The host is not accessible.

Image Image

Expected behavior

No response

Steps to reproduce

1. New Agent
2. add start
3. add interface
4. add rag index
5. add ExeSQL
6. connect to interface

Additional information

No response

xuhande avatar Feb 23 '25 08:02 xuhande

For the security reason, it dose not support database named rag_flow.

KevinHuSh avatar Feb 24 '25 03:02 KevinHuSh