← Back to Projects

whitesnow_claude

ERROR 2026년 08월 07일 23:09:40

Token refresh failed

View stacktrace
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/anyio/_core/_tasks.py", line 278, in _run_coro
    retval = await self._coro
             ^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/starlette/responses.py", line 276, in wrap
    await func()
  File "/usr/local/lib/python3.13/site-packages/starlette/responses.py", line 250, in stream_response
    async for chunk in self.body_iterator:
    ...<2 lines>...
        await send({"type": "http.response.body", "body": chunk, "more_body": True})
  File "/app/src/proxy/http_client.py", line 314, in chat_completion_stream
    await self._oauth.refresh_if_needed()
  File "/app/src/auth/oauth.py", line 222, in refresh_if_needed
    await self._refresh()
  File "/app/src/auth/oauth.py", line 275, in _refresh
    raise err
RuntimeError: Token refresh failed: 400
View metadata
{
  "metadata": {
    "error_type": "RuntimeError",
    "status_code": 400
  }
}