art-from-the-machine / Mantella

Mantella is a Skyrim and Fallout 4 mod which allows you to naturally speak to NPCs using Whisper (speech-to-text), LLMs (text generation), and Piper / xVASynth / XTTS (text-to-speech).
https://art-from-the-machine.github.io/Mantella/
GNU Affero General Public License v3.0
187 stars 44 forks source link

Remote end closed connection without response #116

Closed jonathonbarton closed 7 months ago

jonathonbarton commented 9 months ago

Latest Spell and Application pair Oobabooga Local host with Toppy 7b AWQ Microphone off. xVASynth launched manually beforehand. All after a full PC restart to ensure that the error is repeatable and not a low-level OS error or similar.

`data/conversations/Gilsi does not exist. A new summary file will be created. Loading voice model... Traceback (most recent call last): File "urllib3\connectionpool.py", line 715, in urlopen File "urllib3\connectionpool.py", line 467, in _make_request File "", line 3, in raise_from File "urllib3\connectionpool.py", line 462, in _make_request File "http\client.py", line 1374, in getresponse File "http\client.py", line 318, in begin File "http\client.py", line 287, in _read_status http.client.RemoteDisconnected: Remote end closed connection without response

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "requests\adapters.py", line 489, in send File "urllib3\connectionpool.py", line 799, in urlopen File "urllib3\util\retry.py", line 550, in increment File "urllib3\packages\six.py", line 769, in reraise File "urllib3\connectionpool.py", line 715, in urlopen File "urllib3\connectionpool.py", line 467, in _make_request File "", line 3, in raise_from File "urllib3\connectionpool.py", line 462, in _make_request File "http\client.py", line 1374, in getresponse File "http\client.py", line 318, in begin File "http\client.py", line 287, in _read_status urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "main.py", line 73, in File "src\utils.py", line 14, in wrapper File "src\tts.py", line 304, in change_voice File "requests\api.py", line 115, in post File "requests\api.py", line 59, in request File "requests\sessions.py", line 587, in request File "requests\sessions.py", line 701, in send File "requests\adapters.py", line 547, in send requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

Press Enter to exit.`

This happens frequently, but not universally. It does not matter whether Radiant Dialogue is turned on, but it happens almost universally when it is. When Radiant Dialogue is not turned on, SOMETIMES I can have a conversation with the latest version

art-from-the-machine commented 7 months ago

Fixed by https://github.com/art-from-the-machine/Mantella/pull/162