We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Flowise crashes about 30% of time when the agent runs E2B code interpreter tool.
To Reproduce Steps to reproduce the behavior:
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Flowise crashes about 30% of time when the agent runs E2B code interpreter tool.
To Reproduce
Steps to reproduce the behavior:
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'
The text was updated successfully, but these errors were encountered: