jasperproject / jasper-client

Client code for Jasper voice computing platform
MIT License
4.53k stars 1.01k forks source link

Self.mic and Config = cls.get_config #571

Open ghost opened 7 years ago

ghost commented 7 years ago

Hello everyone, I have this problem when I run jasper.py and I don't know how to solve it. Please help me and ask me all the information to solve the problem. Thank a lot, Vincenzo

pi@raspberrypi:~/jasper $ ./jasper.py


ERROR:root:Error occured! Traceback (most recent call last): File "./jasper.py", line 146, in app = Jasper() File "./jasper.py", line 108, in init self.mic = Mic(tts_engine_class.get_instance(), File "/home/pi/jasper/client/tts.py", line 57, in get_instance config = cls.get_config() File "/home/pi/jasper/client/tts.py", line 158, in get_config if 'voice' in profile['espeak-tts']: TypeError: argument of type 'NoneType' is not iterable

nadhirlaalai commented 7 years ago

same problem any help pleeeaaaaaaaase