Skip to content

langgraph up broken again..  #1456

@darthShana

Description

@darthShana

Checked other resources

  • I added a very descriptive title to this issue.
  • I searched the LangGraph/LangChain documentation with the integrated search.
  • I used the GitHub search to find a similar question and didn't find it.
  • I am sure that this is a bug in LangGraph/LangChain rather than my code.
  • I am sure this is better as an issue rather than a GitHub discussion, since this is a LangGraph bug and not a design question.

Example Code

langgraph up

Error Message and Stack Trace (if applicable)

➜  langgraph-pyproject git:(master) ✗ langgraph up       
Starting LangGraph API server...
For local dev, requires env var LANGSMITH_API_KEY with access to LangGraph Cloud closed beta.
For production use, requires a license key in env var LANGGRAPH_CLOUD_LICENSE_KEY.
- Building...#0 building with "base" instance using docker-container driver

#1 [langgraph-api internal] load build definition from Dockerfile
#1 transferring dockerfile: 390B done
#1 DONE 0.0s

#2 [langgraph-api internal] load metadata for docker.io/langchain/langgraph-api:3.11
#2 DONE 1.0s

#3 [langgraph-api internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s

#4 [langgraph-api 1/4] FROM docker.io/langchain/langgraph-api:3.11@sha256:b1b6f261959f2dce331ff39a94682ff0ebf241efd748a32701814bbca9686f14
#4 resolve docker.io/langchain/langgraph-api:3.11@sha256:b1b6f261959f2dce331ff39a94682ff0ebf241efd748a32701814bbca9686f14 done
#4 DONE 0.0s

#5 [langgraph-api internal] load build context
#5 transferring context: 13.16kB done
#5 DONE 0.0s

#6 [langgraph-api 3/4] RUN PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -c /api/constraints.txt -e /deps/*
#6 CACHED

#7 [langgraph-api 2/4] ADD . /deps/langgraph-pyproject
#7 CACHED

#8 [langgraph-api 4/4] WORKDIR /deps/langgraph-pyproject
#8 CACHED

#9 [langgraph-api] exporting to docker image format
#9 exporting layers done
#9 exporting manifest sha256:cb37ddeb855bb8bc557b687829160840dd889bbd03955af72ea9096924b8073f 0.0s done
#9 exporting config sha256:f448a5cbf11c3bb2aab986be8af4ddc7ef90780cb371bc8b50bdc3f3c117563a done
#9 sending tarball
#9 sending tarball 2.1s done
#9 ERROR: rpc error: code = Unknown desc = invalid diffID for layer 13: expected "sha256:f36a6bedaaa9c1b8aefacc1bf0f2338b52531ad4734368f5951d33f1f38e0268", got "sha256:0616d1187d8b092a7495f6e70312b77cb153f861008477b8ead31cd95c254f4e"

#10 [langgraph-api] importing to docker
#10 loading layer 2102b636cbbc 32.77kB / 241.94kB 1.8s done
#10 loading layer f36a6bedaaa9 557.06kB / 83.64MB 1.8s done
#10 ERROR: invalid diffID for layer 13: expected "sha256:f36a6bedaaa9c1b8aefacc1bf0f2338b52531ad4734368f5951d33f1f38e0268", got "sha256:0616d1187d8b092a7495f6e70312b77cb153f861008477b8ead31cd95c254f4e"
------
 > [langgraph-api] exporting to docker image format:
------
------
 > [langgraph-api] importing to docker:
------
failed to solve: rpc error: code = Unknown desc = invalid diffID for layer 13: expected "sha256:f36a6bedaaa9c1b8aefacc1bf0f2338b52531ad4734368f5951d33f1f38e0268", got "sha256:0616d1187d8b092a7495f6e70312b77cb153f861008477b8ead31cd95c254f4e"

Description

Hi Team
The command

 langgraph up

stopped working, it was working a few hours ago, I dont think its due to any change i have made
A similar thing happened a few day ago, They suggested I do

docker system prune

However this time it did NOT resolve the issue. Also tried deleting all the docker images, but no luck

Any help would be great;y appreciated
thanks

System Info

System Information

OS: Linux
OS Version: #1 SMP PREEMPT_DYNAMIC Sun Aug 11 15:32:50 UTC 2024
Python Version: 3.12.4 (main, Jun 7 2024, 00:00:00) [GCC 14.1.1 20240607 (Red Hat 14.1.1-5)]

Package Information

langchain_core: 0.1.52
langchain_community: 0.0.38
langsmith: 0.1.77
langchain_cli: 0.0.25
langserve: 0.2.2

Packages not installed (Not Necessarily a Problem)

The following packages were not found:

langgraph

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions