vacaboja / tg

A program for timing mechanical watches
GNU General Public License v2.0
236 stars 59 forks source link

Error opening audio input Mac OS Big Sur 11.1 #22

Open Tass2909 opened 3 years ago

Tass2909 commented 3 years ago

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

pabclsn commented 3 years ago

Same here

Tass2909 commented 3 years ago

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.

checker2106 commented 3 years ago

Hi, did you find any solution yet?

PetitLuc38 commented 3 years ago

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​

Tass2909 commented 3 years ago

Wow, thank you, it works for me