ospfranco / sol

MacOS launcher & command palette
MIT License
1.92k stars 87 forks source link

Enabling notifications crashes the app #98

Closed ospfranco closed 1 year ago

ospfranco commented 1 year ago

Apparently some notifications are crashing for some users. Not able to reproduce so far, it would be great if someone can tell me which apps/notifications they have open when the app crashes.

hwbehrens commented 1 year ago

What's the best way to collect this information at the granularity that would be useful? I can't imagine that dumping ps aux to a file is necessarily going to be very helpful.

ospfranco commented 1 year ago

send me a screenshot of the notifications in the notification center, just to see what is in there, you can black out the contents, but I want to see the apps

hwbehrens commented 1 year ago
Screenshot 2022-11-11 at 09 12 35
ospfranco commented 1 year ago

Nothing looks out of the ordinary to me, I've also experienced some crashes but the moment I start the app with the debugger attached, I'm unable to find anything... weird

ospfranco commented 1 year ago

This feature is hacky anyways, it is bound to break anytime since I'm not using any official API but rather reading directly from the notifications database. I think I will remove it, it's more trouble that it is worth.