rsxdalv / tts-generation-webui

TTS Generation Web UI (Bark, MusicGen + AudioGen, Tortoise, RVC, Vocos, Demucs, SeamlessM4T, MAGNet, StyleTTS2, MMS, Stable Audio, Mars5, F5-TTS, ParlerTTS)
https://rsxdalv.github.io/tts-generation-webui/
MIT License
1.76k stars 190 forks source link

Init ERROR: RPC failed; closed with outstanding read data remaining #395

Open Mandi-OS opened 2 weeks ago

Mandi-OS commented 2 weeks ago
"Checking if the Micromamba/Conda environment is already installed."
"Micromamba/Conda environment already installed in C:\TTS_GUI\tts-generation-webui-main\installer_files\env, skipping installation"
vswhere is installed, checking for Visual Studio Build Tools installation...
Visual Studio Build Tools is installed, continuing...

Starting init app (version: 0.0.6)...

Checking conda installation...
conda --version
conda 24.9.1
Pulling updates from tts-generation-webui
git pull
remote: Enumerating objects: 3278, done.
remote: Counting objects: 100% (914/914), done.
remote: Compressing objects: 100% (461/461), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 3069 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
There was a problem while pulling updates. Aborting...
Command failed with exit code 1
Failed to init the app, exiting...

I downloaded zip, and runned start_tts_webui.bat Help me understand and fix this problem please

rsxdalv commented 2 weeks ago

error: RPC failed; curl 18 transfer closed with outstanding read data remaining error: 3069 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output

It seems that the git command failed for some connection/firewall reason. I found something that might be related: https://stackoverflow.com/questions/38618885/error-rpc-failed-curl-transfer-closed-with-outstanding-read-data-remaining

Generally if this happens you could try running it again, it should be able to fix itself if the problem does not happen every time.