langchain-ai / langgraph-studio

Desktop app for prototyping and debugging LangGraph applications locally.
https://studio.langchain.com
1.72k stars 116 forks source link

Docker authentication issues #153

Closed mdean77a closed 1 week ago

mdean77a commented 1 week ago

When I start fresh and it asks me to log in to Langsmith, it does not ask me for an account and password but automatically logs me in. I can log in to LangSmith without problems. But I get this error:

Failed to start project new-langgraph-project-3 Error invoking remote method 'up': ExecaError: Command failed with exit code 1: docker pull 'langchain/langgraph-api:3.11'

Error response from daemon: Head "https://registry-1.docker.io/v2/langchain/langgraph-api/manifests/3.11": unauthorized: incorrect username or password

mdean77a commented 1 week ago

On the startup page it offers me an authentication token and say "paste it into LangGraph Studio". How do I paste a token into an application?

dqbd commented 1 week ago

Hello @mdean77a, this does indicate an authentication issue with your docker CLI. Would it be possible to log out and log in in Docker?

docker logout
docker login
mdean77a commented 1 week ago

Thank you! That worked.

J. Michael Dean, MD, MBA Professor Emeritus Department of Pediatrics University of Utah School of Medicine Salt Lake City, Utah

Telephone: 801-739-4510 (mobile)

On Oct 7, 2024, at 4:47 AM, David Duong @.***> wrote:

Hello @mdean77a https://github.com/mdean77a, this does indicate an authentication issue with your docker CLI. Would it be possible to log out and log in in Docker?

docker logout docker login — Reply to this email directly, view it on GitHub https://github.com/langchain-ai/langgraph-studio/issues/153#issuecomment-2396572993, or unsubscribe https://github.com/notifications/unsubscribe-auth/BAE5WKLFQ5O6W5BU2MBCGBTZ2JREPAVCNFSM6AAAAABPMFEOIGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJWGU3TEOJZGM. You are receiving this because you were mentioned.

dqbd commented 1 week ago

Glad to hear that! Closing