Giter Site home page Giter Site logo

Comments (5)

vishalnagda1 avatar vishalnagda1 commented on September 25, 2024 1

@rishabh004-ai I have updated the code and the readme file.
If you're facing any issues related to the application; refer the Troubleshooting section in README file.

from text-to-speech.

vishalnagda1 avatar vishalnagda1 commented on September 25, 2024

@rishabh004-ai I need more information about the issue.
Please provide the full detailed error.
Along with your Python version, OS (type and version) detail.

from text-to-speech.

rishabh004-ai avatar rishabh004-ai commented on September 25, 2024

Traceback (most recent call last): File "main.py", line 96, in <module> update_language(reader, language, accent, gender) File "main.py", line 68, in update_language filtered_voice_list = filter_voice(reader.getProperty( File "main.py", line 54, in filter_voice return filter_voice(voices, gender, language, accent, False) File "main.py", line 54, in filter_voice return filter_voice(voices, gender, language, accent, False) File "main.py", line 54, in filter_voice return filter_voice(voices, gender, language, accent, False) [Previous line repeated 992 more times] File "main.py", line 50, in filter_voice filter_list = [voice for voice in voices if filter_rule( File "main.py", line 50, in <listcomp> filter_list = [voice for voice in voices if filter_rule( File "main.py", line 45, in filter_rule return voice.languages[0] == (language + '_' + accent) RecursionError: maximum recursion depth exceeded in comparison
Python version 3.8.5
Os version Ubuntu 18.04.3
Running the code on Nvidia DGX server.
But the same error happens on google colab .

from text-to-speech.

vishalnagda1 avatar vishalnagda1 commented on September 25, 2024

@rishabh004-ai Thank you for sharing the full error trace and environment specific details. I need further more input like what test case you're running to generate the error. I tried to reproduce the same error on my local system as well as on my AWS Ubuntu based servers. But I'm not able to reproduce the same trace.

from text-to-speech.

rishabh004-ai avatar rishabh004-ai commented on September 25, 2024

Hey Vishal, I have just run the python main.py -t "This is input from the command line". And the error comes as the recursion depth limit reached. I have tested this on multiple systems but the error remains the same. If you want I can run this code on colab and share it with you.

from text-to-speech.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.