Nick Sweeting
Nick Sweeting
I'm currently stuck on the new Sierra logging system, which is requiring a surprising amount of work to accommodate. It's going to need a significant refactor of the monitor and...
Awesome idea, thanks! Looks like we'd want to implement both the first link and the last one, since they alert about different things. The first python script alerts if _your_...
Have not seen that error before, thanks for reporting! Would you mind posting the output of this command so I can see the full error message text. `grep ValueError <...
Whoops sorry, forgot to include surrounding lines that actually have the error info, can you run this and paste again: `grep --context=12 ValueError < ~/Library/Logs/SecurityGrowler.log`
Hmm unfortunately that doesn't give any more valuable information. It's a little weird since a `ValueError` should log a stacktrace to the logfile before quitting. ``` python try: watch_sources() except...
Added traceback notifications on error or quit (e3e4936), download the updated app [here](https://github.com/pirate/security-growler/raw/master/Security%20Growler.app.zip). Next time it has an error, copy paste the traceback and post it here, that'll let me...
Awesome work @diligiant , thats exactly the stack trace I need to fix it. Looks like for the sudo parser I was naiive in assuming that a line always contains...
I love it! I'm about ready to merge it after some tiny changes. Maybe for v3.5 I'll think about splitting the mac and linux shell scripts entirely. We could call...
As it stands if I just merge this branch it'll break OS X support in a couple places. I've checked out the branch and I'm debugging it now, there are...
@Fred-Barclay go for it, although I think my original architecture is a bit flawed and could be improved. It could be better designed with a more robust event loop and...