Skip to content

RPC error on 0.0.5, unable to rollback to 0.0.3 or 0.0.4 #16

@gonzalonunez

Description

@gonzalonunez

Currently running into this error using "@e2b/code-interpreter": "^0.0.5":

RPC Error (-32000): error reading file '/root/.jupyter/kernel_id': open /root/.jupyter/kernel_id: no such file or directory

This is the code I'm using to create a new Sandbox that's hitting the error:

  const newSandbox = await CodeInterpreter.create({
     apiKey: process.env.E2B_API_KEY,
     metadata: {
       session_id: this.sessionID,
     },
   });

If I roll back to an earlier version i.e: 0.0.3 or 0.0.4, I get a different error about not being able to instantiate a Sandbox directly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions