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
After deploying LiteLLM, it gets stuck on running (starting). Below are the logs:
2024-12-24T07:33:15.122179216Z Traceback (most recent call last):
2024-12-24T07:33:15.122237310Z File "/usr/local/lib/python3.13/site-packages/starlette/routing.py", line 732, in lifespan
2024-12-24T07:33:15.122243705Z async with self.lifespan_context(app) as maybe_state:
2024-12-24T07:33:15.122246906Z ~~~~~~~~~~~~~~~~~~~~~^^^^^
2024-12-24T07:33:15.122249896Z File "/usr/local/lib/python3.13/site-packages/starlette/routing.py", line 608, in __aenter__
2024-12-24T07:33:15.122253363Z await self._router.startup()
2024-12-24T07:33:15.122257118Z File "/usr/local/lib/python3.13/site-packages/starlette/routing.py", line 709, in startup
2024-12-24T07:33:15.122260776Z await handler()
2024-12-24T07:33:15.122264399Z File "/usr/local/lib/python3.13/site-packages/litellm/proxy/proxy_server.py", line 3069, in startup_event
2024-12-24T07:33:15.122268545Z await initialize(**worker_config)
2024-12-24T07:33:15.122272581Z File "/usr/local/lib/python3.13/site-packages/litellm/proxy/proxy_server.py", line 2501, in initialize
2024-12-24T07:33:15.122276700Z ) = await proxy_config.load_config(router=llm_router, config_file_path=config)
2024-12-24T07:33:15.122280861Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-24T07:33:15.122284579Z File "/usr/local/lib/python3.13/site-packages/litellm/proxy/proxy_server.py", line 1642, in load_config
2024-12-24T07:33:15.122288611Z raise Exception(
2024-12-24T07:33:15.122291921Z CommonProxyErrors.not_premium_user.value
2024-12-24T07:33:15.122295710Z )
2024-12-24T07:33:15.122299587Z Exception: You must be a LiteLLM Enterprise user to use this feature. If you have a license please set `LITELLM_LICENSE` in your env. Get a 7 day trial key here: https://www.litellm.ai/#trial.
2024-12-24T07:33:15.122324776Z Pricing: https://www.litellm.ai/#pricing
2024-12-24T07:33:15.122328715Z
2024-12-24T07:33:15.124355212Z Application startup failed. Exiting.
2024-12-24T07:33:15.134313733Z Using json logs. Setting log_config to None.
The issue was the docker-compose.yml
After checking the docs, the volume portion is not neccesary as specified here:
SeveighTech-Management
changed the title
[Bug]: LiteLLM container gets stuck on starting
[Bug]: LiteLLM container gets stuck on starting (Includes fix)
Dec 24, 2024
Error Message and Logs
After deploying LiteLLM, it gets stuck on running (starting). Below are the logs:
The issue was the docker-compose.yml
After checking the docs, the volume portion is not neccesary as specified here:
and in the command portion:
config is not necessary.
The complete working fix:
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.379
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 22.04
Additional Information
No response
The text was updated successfully, but these errors were encountered: