Skip to content
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

[BUG] Flowise crashes with E2B code interpreter tool #4254

Open
vizetocha opened this issue Apr 4, 2025 · 0 comments
Open

[BUG] Flowise crashes with E2B code interpreter tool #4254

vizetocha opened this issue Apr 4, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@vizetocha
Copy link

Describe the bug
Flowise crashes about 30% of time when the agent runs E2B code interpreter tool.

To Reproduce
Steps to reproduce the behavior:

  1. Create an agent with access to E2B code interpreter tool
  2. Ask the agent to show a graph of some data
  3. About one third of the time the Flowise crashes
  4. The error is [ERROR]: uncaughtException: getaddrinfo ENOTFOUND 8888-iko7yeboybsrr05m53ikb-0df36e7a.e2b.dev

2025-04-03 21:16:17 [ERROR]: uncaughtException: getaddrinfo ENOTFOUND 8888-iko7yeboybsrr05m53ikb-0df36e7a.e2b.dev
Error: getaddrinfo ENOTFOUND 8888-iko7yeboybsrr05m53ikb-0df36e7a.e2b.dev
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26)
at GetAddrInfoReqWrap.callbackTrampoline (node:internal/async_hooks:130:17)
 ELIFECYCLE  Command failed with exit code 1.

Expected behavior
No crash expected.

Screenshots

Flow

Setup

==> Running 'pnpm run start'

[email protected] start /opt/render/project/src
run-script-os
[email protected] start:default
cd packages/server/bin && ./run start
2025-04-04 06:54:26 [INFO]: Starting Flowise...
2025-04-04 06:54:26 [INFO]: 📦 [server]: Data Source is initializing...
2025-04-04 06:54:30 [INFO]: 📦 [server]: Data Source has been initialized!
2025-04-04 06:54:30 [INFO]: ⚡️ [server]: Flowise Server is listening at :10000

@HenryHengZJ HenryHengZJ added the bug Something isn't working label Apr 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants