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

requests.exceptions.ChunkedEncodingError — existing connection forcibly closed by remote host #748

Open
crafter312 opened this issue Mar 10, 2024 · 0 comments

Comments

@crafter312
Copy link

Hello,

I'm a newcomer to Tortoise, and have been trying to figure out how to install it on Windows in an Anaconda environment. I started by trying to follow the conda installation instructions under the Local Installation portion of the README file. After installing, I used the following command in the correct Anaconda environment to test everything:

python tortoise/do_tts.py --output_path /results --preset ultra_fast --voice geralt --text "Time flies like an arrow; fruit flies like a bananna."

However, I had to follow issue #196 to fix some errors that kept popping up. Additionally, after fixing all of these errors, I had to chase down a handful of missing dependencies. I found this puzzling, since the README file implies that following the conda installation method should reduce the need to chase dependency issues, but that's beside the point.

I have not been able to find anything to help me fix my latest error, which reads as follows:

requests.exceptions.ChunkedEncodingError: ("Connection broken: ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None)", ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))

This was preceeded by a couple of similar errors and their accompanying tracebacks, so I have attached the full error message below.
tortoise_crash_10March2024.txt

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