You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently following the tutorial on langgraph, however, I cannot open my langgraph studio. I did some research it seems that the error has something to do with self deployment and connection withLanggraph cloud. I am just looking to learn about langgraph studio at this stage, I will start working at a company that will give me the paid version. This is the error I am looking at. Hopefully, someone can give me some advice. All I want to do is follow the tutorial and open the studio successfully. It worked a few days ago.
Failed to start project studio
info | HTTP Request: GET https://api.smith.langchain.com/auth?langgraph-api=true "HTTP/1.1 403 Forbidden"
error | Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 693, in lifespan
async with self.lifespan_context(app) as maybe_state:
File "/usr/local/lib/python3.11/contextlib.py", line 210, in aenter
return await anext(self.gen)
^^^^^^^^^^^^^^^^^^^^^
File "/api/langgraph_api/lifespan.py", line 19, in lifespan
ValueError: License verification failed. Please ensure proper configuration:
For local development, set a valid LANGSMITH_API_KEY for an account with LangGraph Cloud access in the environment defined in your langgraph.json file.
For production, configure the LANGGRAPH_CLOUD_LICENSE_KEY environment variable with your LangGraph Cloud license key.
Review your configuration settings and try again. If issues persist, contact support for assistance.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am currently following the tutorial on langgraph, however, I cannot open my langgraph studio. I did some research it seems that the error has something to do with self deployment and connection withLanggraph cloud. I am just looking to learn about langgraph studio at this stage, I will start working at a company that will give me the paid version. This is the error I am looking at. Hopefully, someone can give me some advice. All I want to do is follow the tutorial and open the studio successfully. It worked a few days ago.
Failed to start project studio
info | HTTP Request: GET https://api.smith.langchain.com/auth?langgraph-api=true "HTTP/1.1 403 Forbidden"
error | Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 693, in lifespan
async with self.lifespan_context(app) as maybe_state:
File "/usr/local/lib/python3.11/contextlib.py", line 210, in aenter
return await anext(self.gen)
^^^^^^^^^^^^^^^^^^^^^
File "/api/langgraph_api/lifespan.py", line 19, in lifespan
ValueError: License verification failed. Please ensure proper configuration:
Review your configuration settings and try again. If issues persist, contact support for assistance.
error | Application startup failed. Exiting.
Beta Was this translation helpful? Give feedback.
All reactions