-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please Help It was all working fine and now it isn't working #36
Comments
same issue found |
It's all about microphone. |
I have a built in microphone in my laptop which is working properly |
So just recheck your command |
commands I used are : |
@Jinoy-Varghese |
Please Help It was working and I made my own and that was also working then it showed error
PS C:\Users\user> & C:/Users/user/AppData/Local/Programs/Python/Python39/python.exe c:/Users/user/g.py
Traceback (most recent call last):
File "c:\Users\user\g.py", line 60, in
run_alexa()
File "c:\Users\user\g.py", line 35, in run_alexa
command = take_command()
File "c:\Users\user\g.py", line 31, in take_command
return command
UnboundLocalError: local variable 'command' referenced before assignment
The text was updated successfully, but these errors were encountered: