Skip to content

api_key not fully working in sandbox_async connect #746

Open
@jimmystlr

Description

@jimmystlr

In packages/python-sdk/e2b/sandbox_async/main.py, line 293
response = await SandboxApi.get_info(sandbox_id)
should be changed to:
response = await SandboxApi.get_info(sandbox_id, api_key)
or it will get an exception of AuthenticationException even if the api_key is passed to the "connect" function.

Metadata

Metadata

Assignees

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