Skip to content

Sandbox runtime failed: Sandbox did not start in time: /tmp/sandbox_qant5ur3/sandbox/started still does not exist #45

@dnielso5

Description

@dnielso5

Docker compose via portainer:

version: '3.8'
services:
  open-webui:
    image: ghcr.io/open-webui/open-webui:main
    container_name: open-webui
    privileged: true
    security_opt:
      - seccomp:unconfined
      - apparmor:unconfined
      - label=type:container_engine_t
    cgroup: host
    volumes:
      - /mnt/external/docker/openwebui:/app/backend/data
      - /mnt/external/docker/openwebui/projects:/app/projects
      - /sys/fs/cgroup:/sys/fs/cgroup:rw
    ports:
      - 4040:8080
    environment:
      - 'OLLAMA_BASE_URL=http://192.168.1.102:11434'
      - 'WEBUI_SECRET_KEY='
    restart: unless-stopped

Error message:

Emitting citation event: {'type': 'code_execution', 'id': '15ae2630-8fdf-4503-a8cf-3d56dae14bd7', 'name': 'Python tool execution', 'code': 'import datetime; print(datetime.datetime.now().date())', 'language': 'python'}

Emitting citation event: {'type': 'code_execution', 'id': '15ae2630-8fdf-4503-a8cf-3d56dae14bd7', 'name': 'Python tool execution', 'code': 'import datetime; print(datetime.datetime.now().date())', 'language': 'python', 'result': {'error': 'Sandbox runtime failed: Sandbox did not start in time: /tmp/sandbox_qant5ur3/sandbox/started still does not exist'}}

Emitting status event: {'status': 'error', 'description': '[DEBUG MODE] Sandbox runtime failed: Sandbox did not start in time: /tmp/sandbox_qant5ur3/sandbox/started still does not exist; language=python; code=import datetime; print(datetime.datetime.now().date()); valves=[NETWORKING_ALLOWED=True MAX_RUNTIME_SECONDS=30 MAX_RAM_MEGABYTES=128 REQUIRE_RESOURCE_LIMITING=True AUTO_INSTALL=True CHECK_FOR_UPDATES=True DEBUG=True]', 'done': True}

I checked several of the other closed issues and nothing helped.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions