Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mito Server Error #1473

Open
aarondr77 opened this issue Jan 8, 2025 · 0 comments
Open

Mito Server Error #1473

aarondr77 opened this issue Jan 8, 2025 · 0 comments

Comments

@aarondr77
Copy link
Member

Screenshot 2025-01-08 at 2 33 02 PM
"Traceback (most recent call last):
  File "/Users/aarondiamond-reivich/Desktop/advanced-python-training/venv/lib/python3.11/site-packages/mito_ai/handlers.py", line 107, in on_message
    await self._handle_request(request, prompt_type=request.type)
  File "/Users/aarondiamond-reivich/Desktop/advanced-python-training/venv/lib/python3.11/site-packages/mito_ai/handlers.py", line 168, in _handle_request
    reply = await self._llm.request_completions(request, prompt_type)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/aarondiamond-reivich/Desktop/advanced-python-training/venv/lib/python3.11/site-packages/mito_ai/providers.py", line 282, in request_completions
    ai_response = await get_ai_completion_from_mito_server(
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/aarondiamond-reivich/Desktop/advanced-python-training/venv/lib/python3.11/site-packages/mito_ai/utils/open_ai_utils.py", line 68, in get_ai_completion_from_mito_server
    res = await http_client.fetch(
          ^^^^^^^^^^^^^^^^^^^^^^^^
tornado.simple_httpclient.HTTPTimeoutError: Timeout during request
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant