-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error building "SQL Executor" component #4127
Comments
The To resolve this issue, you can:
These steps should help you address the error until a more permanent fix is available. |
👋 Same issue here! I've tried updating the component code, following the guidelines. No errors are returned, but I still get the message: "Please build the component first" when I "play" the node. |
Hi @SavvySupport, @tonnyESP, @Gluepower, Thank you all for your support. This issue will be resolved in the upcoming v1.19.1 release. It is a duplicate of Issue #4223 and has been addressed in PR #4230. |
Resolved in v1.19.1, or v1.19.post1? https://github.com/langflow-ai/langflow/releases |
I have the same problem on v.1.1.1 |
Bug Description
We were using V1.0.16. The SQL Executor component was working fine.
We upgraded to version V1.0.19. Since then, we've had issues with the "SQL Executor" component.
When we click on the "play" button on the SQL Executor component, it says:
The component output shows the following:
Traceback (most recent call last):
File "/langflow/venv/lib/python3.10/site-packages/langflow/api/v1/chat.py", line 219, in _build_vertex
vertex_build_result = await graph.build_vertex(
File "/langflow/venv/lib/python3.10/site-packages/langflow/graph/graph/base.py", line 1384, in build_vertex
await vertex.build(
File "/langflow/venv/lib/python3.10/site-packages/langflow/graph/vertex/base.py", line 832, in build
await step(user_id=user_id, event_manager=event_manager, **kwargs)
File "/langflow/venv/lib/python3.10/site-packages/langflow/graph/vertex/base.py", line 498, in _build
self._custom_component.set_event_manager(event_manager)
AttributeError: 'SQLExecutorComponent' object has no attribute 'set_event_manager'
Reproduction
Expected behavior
It would run the query with no error messages previously on V1.0.16. The standard "tick" would show on the component to show it running properly.
Who can help?
No response
Operating System
macOS Ventura 13.5.1
Langflow Version
V1.0.19
Python Version
3.10
Screenshot
https://prnt.sc/eInlqX0wlqqF, https://prnt.sc/wKBejoiFS4-h
Flow File
No response
The text was updated successfully, but these errors were encountered: