tts.save() is taking too long when running on remote linux server #314
Unanswered
clairerity
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! First of all, thank you for this wonderful package. I would just like to ask why is it everytime I run tts.save() using my remote linux server (SSH, ubuntu), it gets stuck on "sock.connect(sa)". My gTTS version is the latest one (2.2.3) and python is 3.8.
My code is very simple:
the first 2 lines work very fast but when i run "tts.save()", the wait time is too long (around 15-20 mins) and when i interrupt it, this is the error:
Hoping to resolve this problem as I really need this for school. Thank you very much in advance!
Beta Was this translation helpful? Give feedback.
All reactions