代码行: audio = r.listen(source, timeout=3) .......第 72 行
query = takeCommand().lower().................LINE 92
结果: 文件“C:\Users\Lenovo\OneDrive\Desktop\MyCode> python voicy.py 正在收听... 追溯(最近一次通话): 文件“C:\Users\Lenovo\OneDrive\Desktop\MyCode oicy.py”,第 92 行,位于 query = takeCommand().lower() ^^^^^^^^^^^^^ 文件“C:\Users\Lenovo\OneDrive\Desktop\MyCode oicy.py”,第 72 行,在 takeCommand 中 audio = r.listen(source, 超时=3) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 文件“C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\speech_recognition_init_.py”,第 489 行,在 listen raise WaitTimeoutError("等待短语开始时监听超时") speech_recognition.exceptions.WaitTimeoutError:等待短语开始时收听超时