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

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

Open
Mandi-OS opened this issue Oct 14, 2024 · 1 comment
Open

Comments

@Mandi-OS
Copy link

Mandi-OS commented Oct 14, 2024

"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
Copy link
Owner

rsxdalv commented Oct 15, 2024

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.

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

2 participants