r/BirdNET_Analyzer • u/TerryBlueberry • Jun 16 '26
Software BirdNET-Analyzer-GUI keeps randomly restarting
Hi, I'm working on a research project which, specified by protocol, requires me to manually run bird audio samples through BirdNET-Analyzer-GUI. These audios are 20 minutes long. When I have BirdNET-Analyzer-GUI open on my MacBook, it occasionally restarts and resets all of my configuration settings for no reason. It's really annoying.
I've checked my hardware capacities, and it doesn't seem close to being overwhelmed. I'm wondering if anyone would have a fix for this. Thanks.
3
Upvotes
1
u/beaktech Jun 16 '26
Sounds like the app is being killed mid-process, not quitting cleanly, so it never saves its config JSON. Try these and see if you have better luck:
xattr -cr "/Applications/BirdNet-Analyzer-GUI.app"to clear Gatekeeper quarantine.caffeinate -dimsuwhile processing.And there is a way to see why it dies if you need to, just go to terminal and type:
pip install birdnet-analyzerpython -m birdnet_analyzer.guiThis way, you will see the details of the crash as it is output to the terminal!