-
Notifications
You must be signed in to change notification settings - Fork 768
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Sandbox ID or Build ID
No response
Environment
- e2b==2.13.0
- macOS 26.2
- Python 3.11
Timestamp of the issue
2026-02-02 11:09 UTC
Frequency
Happens every time
Expected behavior
Actual behavior
Response 404
Traceback (most recent call last):
File "/Users/mars/Projects/marswong/claude-skills-e2b-example/main.py", line 420, in <module>
main()
File "/Users/mars/Projects/marswong/claude-skills-e2b-example/main.py", line 346, in main
sbx = Sandbox.beta_create(
^^^^^^^^^^^^^^^^^^^^
File "/Users/mars/Projects/marswong/claude-skills-e2b-example/.venv/lib/python3.11/site-packages/e2b/sandbox_sync/main.py", line 559, in beta_create
sandbox = cls._create(
^^^^^^^^^^^^
File "/Users/mars/Projects/marswong/claude-skills-e2b-example/.venv/lib/python3.11/site-packages/e2b/sandbox_sync/main.py", line 693, in _create
response = SandboxApi._create_sandbox(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/mars/Projects/marswong/claude-skills-e2b-example/.venv/lib/python3.11/site-packages/e2b/sandbox_sync/sandbox_api.py", line 182, in _create_sandbox
raise handle_api_exception(res)
e2b.exceptions.SandboxException: 404: template 'claude-opus-next-kieai-sqlite-skills-test_20260120021731' not found
Issue reproduction
Create a sandbox using the e2b Python package with template: claude-opus-next-kieai-sqlite-skills-test_20260120021731
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working