Skip to content

Get the rotating dots when I hit CTRL, then this error #298

Open
@sgjohnson1981

Description

@sgjohnson1981
INFO:     Started server process [51254]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://0.0.0.0:10101 (Press CTRL+C to quit)
INFO:     ('127.0.0.1', 60558) - "WebSocket /" [accepted]
INFO:     connection open
Connected to server.
Hold CTRL to speak to the assistant. Press 'CTRL-C' to quit.


Could not load library libcudnn_ops_infer.so.8. Error: libcudnn_ops_infer.so.8: cannot open shared object file: No such file or directory


--- SENT ERROR: ---


Traceback (most recent call last):
  File "/home/user/.cache/pypoetry/virtualenvs/01os-jX8ul_1R-py3.11/lib/python3.11/site-packages/interpreter/core/async_core.py", line 460, in receive_input
    await async_interpreter.input(data)
  File "/media/user/8E0C30BE0C30A2DF/code/LLMs/01/software/source/server/async_server.py", line 67, in new_input
    content = self.stt.text()
              ^^^^^^^^^^^^^^^
  File "/home/user/.cache/pypoetry/virtualenvs/01os-jX8ul_1R-py3.11/lib/python3.11/site-packages/RealtimeSTT/audio_recorder.py", line 894, in text
    return self.transcribe()
           ^^^^^^^^^^^^^^^^^
  File "/home/user/.cache/pypoetry/virtualenvs/01os-jX8ul_1R-py3.11/lib/python3.11/site-packages/RealtimeSTT/audio_recorder.py", line 845, in transcribe
    status, result = self.parent_transcription_pipe.recv()
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/multiprocessing/connection.py", line 249, in recv
    buf = self._recv_bytes()
          ^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/multiprocessing/connection.py", line 413, in _recv_bytes
    buf = self._recv(4)
          ^^^^^^^^^^^^^
  File "/usr/lib/python3.11/multiprocessing/connection.py", line 382, in _recv
    raise EOFError
EOFError




--- (ERROR ABOVE) ---


Client wants to disconnect, that's fine..
INFO:     connection closed
INFO:     ('127.0.0.1', 55156) - "WebSocket /" [accepted]
INFO:     connection open
Connected to server.




--- SENT ERROR: ---


Traceback (most recent call last):
  File "/home/user/.cache/pypoetry/virtualenvs/01os-jX8ul_1R-py3.11/lib/python3.11/site-packages/interpreter/core/async_core.py", line 460, in receive_input
    await async_interpreter.input(data)
  File "/media/user/8E0C30BE0C30A2DF/code/LLMs/01/software/source/server/async_server.py", line 67, in new_input
    content = self.stt.text()
              ^^^^^^^^^^^^^^^
  File "/home/user/.cache/pypoetry/virtualenvs/01os-jX8ul_1R-py3.11/lib/python3.11/site-packages/RealtimeSTT/audio_recorder.py", line 894, in text
    return self.transcribe()
           ^^^^^^^^^^^^^^^^^
  File "/home/user/.cache/pypoetry/virtualenvs/01os-jX8ul_1R-py3.11/lib/python3.11/site-packages/RealtimeSTT/audio_recorder.py", line 844, in transcribe
    self.parent_transcription_pipe.send((self.audio, self.language))
  File "/usr/lib/python3.11/multiprocessing/connection.py", line 205, in send
    self._send_bytes(_ForkingPickler.dumps(obj))
  File "/usr/lib/python3.11/multiprocessing/connection.py", line 403, in _send_bytes
    self._send(header)
  File "/usr/lib/python3.11/multiprocessing/connection.py", line 367, in _send
    n = write(self._handle, buf)
        ^^^^^^^^^^^^^^^^^^^^^^^^
BrokenPipeError: [Errno 32] Broken pipe

[Errno 32] Broken pipe


--- (ERROR ABOVE) ---






--- SENT ERROR: ---


Traceback (most recent call last):
  File "/home/user/.cache/pypoetry/virtualenvs/01os-jX8ul_1R-py3.11/lib/python3.11/site-packages/interpreter/core/async_core.py", line 460, in receive_input
    await async_interpreter.input(data)
  File "/media/user/8E0C30BE0C30A2DF/code/LLMs/01/software/source/server/async_server.py", line 67, in new_input
    content = self.stt.text()
              ^^^^^^^^^^^^^^^
  File "/home/user/.cache/pypoetry/virtualenvs/01os-jX8ul_1R-py3.11/lib/python3.11/site-packages/RealtimeSTT/audio_recorder.py", line 894, in text
    return self.transcribe()
           ^^^^^^^^^^^^^^^^^
  File "/home/user/.cache/pypoetry/virtualenvs/01os-jX8ul_1R-py3.11/lib/python3.11/site-packages/RealtimeSTT/audio_recorder.py", line 844, in transcribe
    self.parent_transcription_pipe.send((self.audio, self.language))
  File "/usr/lib/python3.11/multiprocessing/connection.py", line 205, in send
    self._send_bytes(_ForkingPickler.dumps(obj))
  File "/usr/lib/python3.11/multiprocessing/connection.py", line 403, in _send_bytes
    self._send(header)
  File "/usr/lib/python3.11/multiprocessing/connection.py", line 367, in _send
    n = write(self._handle, buf)
        ^^^^^^^^^^^^^^^^^^^^^^^^
BrokenPipeError: [Errno 32] Broken pipe

[Errno 32] Broken pipe


--- (ERROR ABOVE) ---

Desktop (please complete the following information):

  • OS: Debian 12.6
  • Python Version: 3.11
  • Running --profile local with ollama/llama3.1:8b on desktop

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions