E2B icon indicating copy to clipboard operation
E2B copied to clipboard

Secure open source cloud runtime for AI apps & AI agents

Results 167 E2B issues
Sort by recently updated
recently updated
newest added

When closing sandbox during the `end` event of stream (edge) there are sometimes the following errors: ``` TypeError: Cannot read properties of null (reading 'toString') at ws.onmessage ``` ``` Awaiting...

bug
SDK

When you are using Node.js 20.4.x - 20.5.x the E2B CLI is crashing when a fetch command is ``` $ e2b build Preparing sandbox template building (4 files in Docker...

bug
cli

When you use `e2b build` on Windows with miniconda terminal there seems to be a bug when creating the TAR archive because during the building of the template on our...

bug
sdk

When you build template from a dockerfile that uses node slim as a base image you will get timeout when trying to connect to a sandbox. The build finishes successfully...

bug

If the process doesn't end in reasonable time, it usually means there's some issue and the process could be stuck or running infinitely. [E2B-439](https://linear.app/e2b/issue/E2B-439/add-timeout-for-processwait)

SDK
Improvement

When you import JS SDK in browser on some versions it is printing warnings: ``` - warn ./node_modules/.pnpm/[email protected]/node_modules/ws/lib/buffer-util.js Module not found: Can't resolve 'bufferutil' in 'xxx/node_modules/.pnpm/[email protected]/node_modules/ws/lib' Import trace for requested...

bug
SDK

**Describe the bug** When you try to call `runCode()` od `CodeInterpreter` sandbox it throws "`bufferutil.mask` is not a function" which appears to be related to this issue https://github.com/websockets/bufferutil/issues/146 ```js import...

bug
SDK

Our users reported on Discord that there are issues running E2B sandboxes on Nextjs' Edge and Node functions. `CloudBrowser` sandbox doesn't work on the Nextjs' Edge or Node functions https://discord.com/channels/1092455714431180995/1181050893743964262/1182711442907082804...

bug
sdk

The reason is that every re-render will cause a creation of a new session From [SyncLinear.com](https://synclinear.com) | [E2B-417](https://linear.app/e2b/issue/E2B-417/when-js-sdk-is-used-on-frontend-in-the-rendering-loop-eg-react-it-will)

sdk
Improvement

Remove `runCode` and `runCmd` and clean up SDKs files and docs. These features were not ergonomic and we released a new package [code-interpreter](https://github.com/e2b-dev/code-interpreter) that handles this better. Tasks: - [...