Error with Phoenix Server Installation on Coolify Instance
I just installed the phoenix server on my coolify instance, but no matter what I do, I am getting this error in the playground. Cant make out if this is a credential error or something else. has anyone seen this before?
INFO: 10.0.6.3:37024 - "POST /graphql HTTP/1.1" 200 OK
Traceback (most recent call last):
File "/phoenix/env/phoenix/evals/models/rate_limiters.py", line 144, in async_wait_until_ready
self.make_request_if_ready()
File "/phoenix/env/phoenix/evals/models/rate_limiters.py", line 119, in make_request_if_ready
raise UnavailableTokensError
phoenix.evals.models.rate_limiters.UnavailableTokensError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/phoenix/env/phoenix/server/api/subscriptions.py", line 152, in chat_completion
async for chunk in llm_client.chat_completion_create(
File "/phoenix/env/phoenix/server/api/helpers/playground_clients.py", line 352, in chat_completion_create
async for chunk in await throttled_create(
^^^^^^^^^^^^^^^^^^^^^^^
File "/phoenix/env/phoenix/server/api/helpers/playground_clients.py", line 149, in wrapper
await self._throttler.async_wait_until_ready()
File "/phoenix/env/phoenix/evals/models/rate_limiters.py", line 147, in async_wait_until_ready
await asyncio.sleep(0.1 / self.rate)
File "/usr/lib/python3.11/asyncio/tasks.py", line 639, in sleep
return await future
^^^^^^^^^^^^
asyncio.exceptions.CancelledErrorversion: 11.21.0
