SevaSk / ecoute

Ecoute is a live transcription tool that provides real-time transcripts for both the user's microphone input (You) and the user's speakers output (Speaker) in a textbox. It also generates a suggested response using OpenAI's GPT-3.5 for the user to say based on the live transcription of the conversation.
https://github.com/SevaSk/ecoute
MIT License
5.85k stars 817 forks source link

cannot access local variable 'result' #33

Closed Zxcoko closed 1 year ago

Zxcoko commented 1 year ago

Please help it showed this when I run the main.py. I don't know if there is anything I made wrong. Thanks

image

SevaSk commented 1 year ago

Sorry about that I didn't handle the exception case correctly causing the crash. I fixed that now. You can pull latest main. I am still a bit worried why we are seeing image

Might be a windows file permission error? Could you try the new main and see if you still get this issue?

Zxcoko commented 1 year ago

Great! I tried the new main and it works perfectly now! Thanks for your help!