Gradient Docs
Gradient HomeHelp DeskCommunitySign up free
Gradient Next
Gradient Next
  • About Gradient
  • Get Started
    • Quick Start
      • Install the Gradient CLI
    • Core Concepts
    • Organizing Projects
      • Secrets
      • Storing an API key as a Secret
    • Tutorials
      • Gradient Notebooks Tutorial
      • Gradient Workflows Tutorial
      • Gradient Deployments Tutorial
    • FAQ
    • Common Errors
  • Gradient Platform
    • Gradient Notebooks
      • Runtimes
      • Files and storage
      • Machines
      • Terminal
      • Shortcuts
      • Sharing
      • TensorBoard
      • Run on Gradient
    • Gradient Workflows
      • Basic operations
      • Understanding Inputs & Outputs
      • Workflow Spec
      • Gradient Actions
      • Environment Variables
      • Using YAML for Data Science
    • Gradient Deployments
      • Basic operations
      • Deployment Spec
  • Artifacts
    • Container Management
      • Custom Containers
    • Data
      • Versioned Data
        • Public Datasets Repository
        • Storage Providers
      • Persistent Storage
    • Models
      • Managing Models
        • Model Types & Metadata
        • Public Models
    • Code
    • Metrics
      • Push Metrics
      • View & Query Metrics
  • Gradient Cluster
    • Overview
      • Setup
        • Managed Private Clusters
        • Self-Hosted Clusters
          • Pre-installation steps
          • Gradient Installer CLI
          • Terraform
            • Pre-installation steps
            • Install on AWS
            • Install on bare metal / VMs
            • Install on NVIDIA DGX
          • Let's Encrypt DNS Providers
          • Updating your cluster
      • Usage
  • More
    • SDK
      • Projects Client
      • Models Client
      • Deployments Client
      • Workflows Client
      • SDK Examples
      • Full SDK Reference
    • Machine Types
      • Machine Tiers
      • Free Machines (Free Tier)
    • Your Account
      • Teams
        • Creating a Team
        • Upgrading to a Team Plan
      • Hotkeys
      • Billing & Subscriptions
        • Storage Billing
      • Public Profiles
    • Release notes
    • Roadmap
Powered by GitBook
On this page
  • User Errors
  • Internal Errors
  1. Get Started

Common Errors

This document covers common Gradient errors and what they mean. Should you submit a support ticket, please provide the error message and any pre-emptive behavior.

User Errors

Error downloading artifacts

We were unable to download the workspace from the URL you provided. Check your notebook logs for details.

Exceeded timeout of 120 seconds. Waiting for readiness.

The jupyter kernel for your notebook did not start in a reasonable amount of time. Be sure to check your notebook logs for any start up issues.

Failed to pull image: Image does not exist

The supplied container image does not exist on the supplied container registry.

Exceeded timeout of 1800 seconds waiting for image pull

We limit image pulls to 1800 seconds. We recommend trimming down the size of your container to ensure it can start quickly for the best user experience. Containers should only contain installed packages and configuration - data should be kept in /notebook or /storage

Command [...] exited with code 1

Your jupyter kernel crashed with a failure exit code. Check your notebook log for error messages.

Command [...] exited with code 127

This error occurs most with custom containers. It means that the executable was not found in your path. You may have made a typo in your command, or you can fully elaborate the path e.g. /home/jovyan/jupyter instead of just jupyter

Command [...] exited with code 137

Your notebook has used too much memory and has been terminated to preserve the experience of other customers. You can try using a larger machine type or profiling your notebook to ensure you are within the limits of the system.

Internal Errors

Error uploading notebook workspace

We encountered an internal error uploading /notebook for offline viewing and forking. Your next notebook start should retain all of its files, but the offline viewer and new forks may not pick up your latest changes.

Failed to pull image

We were unable to pull your container. Temporary network errors are often the cause of this failure, particularly for large containers. Trying to start your notebook again should have better luck.

Notebook was terminated Early

Your notebook was preempted before teardown could begin. Usually, this error message appears because the machine your notebook was on has crashed.

Error creating container

We were unable to start the container on the host system.

Failed to send the notebook to the cluster

Internal error

PreviousFAQNextGradient Notebooks

Last updated 3 years ago

There was an issue forwarding the notebook to the cluster, and it has not been able to start. You have not been billed, and we recommend retrying the notebook start. Check our for any ongoing issues.

We were unable to process your notebook for unspecified reasons. Check our for any ongoing issues.

status page
status page