tg icon indicating copy to clipboard operation
tg copied to clipboard

Error opening audio input Mac OS Big Sur 11.1

Open Tass2909 opened this issue 4 years ago • 5 comments

Hi,

I got this error when I try to laugh tg-timer: ||PaMacCore (AUHAL)|| Error on line 1277: err='-66748', msg=Unknown Error Error opening audio input: Internal PortAudio error

Have you got a idea and and a solution to solve this?

Best regard

Tass2909 avatar Dec 24 '20 08:12 Tass2909

Same here

pabclsn avatar Dec 26 '20 21:12 pabclsn

After some research, the portaudio need some permission with the microphone from macos to execute. When a software need a permission, a popup window appears and asks to give the permission. Here, nothing appears and we need to give manually the permission.

Tass2909 avatar Dec 27 '20 04:12 Tass2909

Hi, did you find any solution yet?

checker2106 avatar Jan 28 '21 14:01 checker2106

Having the same trouble, the solution provided @ https://stackoverflow.com/questions/65432130/pyaudio-oserror-errno-9986-internal-portaudio-error worked for me: brew uninstall --ignore-dependencies portaudio​ brew install portaudio --HEAD​

PetitLuc38 avatar Feb 06 '21 11:02 PetitLuc38

Wow, thank you, it works for me

Tass2909 avatar Feb 06 '21 12:02 Tass2909