Open
Description
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