Skip to content

Conversation

@jinjiaKarl
Copy link

Since #259 splits docker images, we need to use the python image.

{"output":"","error":"bash: line 15: python3: command not found","exitCode":127,"success":false}%

@changeset-bot
Copy link

changeset-bot bot commented Dec 1, 2025

⚠️ No Changeset found

Latest commit: e9a3f34

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

async function executePythonCode(env: Env, code: string): Promise<string> {
const sandboxId = env.Sandbox.idFromName('default');
const sandbox = getSandbox(env.Sandbox, sandboxId.toString());
const sandbox = getSandbox(env.Sandbox, sandboxId.toString().slice(0, 63));
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[ERROR] Sandbox execution failed: SecurityError: Sandbox ID must be 1-63 characters long.

Reference: https://github.com/cloudflare/sandbox-sdk/blob/main/packages/sandbox/src/security.ts#L54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant