nolaneo / SeaEye

OSX notifications for Circle CI builds
205 stars 11 forks source link

SeaEye crashes for me #43

Open mdesjardins opened 5 years ago

mdesjardins commented 5 years ago

Hi there,

I was recently trying to add new projects to my SeaEye preferences and was having difficulty getting it to work (tried comma separating, space separating, vertical pipes, etc). Now the app no longer starts for me, it crashes immediately. I've tried re-installing and I've tried removing ~/Library/Preferences/io.nolan.eoin.SeaEye.plist to no avail. I'm really bummed 'cuz I loved this little app. I can't imagine how this would be related to me fiddling with the preferences - perhaps that's a red herring, it just happens to be what I was doing at the time.

I'm on Mojave.

I've attached a crash report if that helps? I'm not a macOS developer so I'm completely unable to glean anything from it. 😢

SeaEye_2018-11-21-160612_Trs80.crash.txt

nolaneo commented 5 years ago

Can you try run defaults delete io.nolan.eoin.SeaEye in your terminal and try again? It should remove any cached settings.

mdesjardins commented 5 years ago

Huzzah! That fixed it! tyvm! 🎉

nolaneo commented 5 years ago

Great! BTW, for adding multiple projects it should work by separating them with spaces. project1 project2 etc.

LMK if that's not working anymore. It's working on my machine :tm: 😄

mdesjardins commented 5 years ago

I think the issue I was having w/ getting space delimiters to work might be that one of my projects is on CircleCI 1.1, and the other is on CircleCI 2.0? It looks from the console logs that it hits the 1.1 endpoint. Not 100% certain that's actually causing a problem, just a theory. 🤷‍♂️

stoffeastrom commented 5 years ago

I have projects that has - and . in them and it doesn't seem to pickup the ones with - in it. For example foo-bar

EDIT - Re-installed and seems to work again