Crash when telling it to wake up
Smerdokryl opened this issue · 0 comments
Smerdokryl commented
Google Speech Recognition thinks you said computer wake up
Look it shouldn't happen but since it happened, just get to support tab of main website mate, some issue with os is what I assume unless you haven't changed code if in that caseman, well.
Traceback (most recent call last):
File "index.py", line 5, in <module>
b.initiate()
File "C:\stephanie-va\Stephanie\boot.py", line 40, in initiate
self.speaker.speak("I am at your service.")
File "C:\stephanie-va\Stephanie\TextManager\text_manager.py", line 48, in speak
self.speak_result(filename)
File "C:\stephanie-va\Stephanie\TextManager\text_manager.py", line 39, in speak_result
self.speaker.speak_from_pygame(speech_result_filename)
File "C:\stephanie-va\Stephanie\TextManager\speaker.py", line 49, in speak_from_pygame
self.speak_result = self.get_abs_filename(speech_result_filename)
File "C:\stephanie-va\Stephanie\TextManager\speaker.py", line 37, in get_abs_filename
os.pardir, filename))
File "C:\Python\Python37\lib\ntpath.py", line 115, in join
genericpath._check_arg_types('join', path, *paths)
File "C:\Python\Python37\lib\genericpath.py", line 149, in _check_arg_types
(funcname, s.__class__.__name__)) from None
TypeError: join() argument must be str or bytes, not 'NoneType'