NeuralNine / neuralintents

A simple interface for working with intents and chatbots.
MIT License
249 stars 135 forks source link

TypeError: catching classes that do not inherit from BaseException is not allowed #7

Closed codecrypt112 closed 3 years ago

codecrypt112 commented 3 years ago

While I run this code:

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "c:\Users\Windows\Desktop\progs\virtualassistant.py", line 130, in except speech_recognition.UnknownValueError(): TypeError: catching classes that do not inherit from BaseException is not allowed

Thanks in advance.

NeuralNine commented 3 years ago

No code provided