Christopher Lee

Results 10 comments of Christopher Lee

I am running into this exception with no custom icons. I installed it, used it for the evening, then put my computer to sleep. Today, it crashes with this exception...

Hmm, now that I read the stack trace, the exception is the same, but it is in a different part of the code related to the tray icons. Application: AudioSwitch.exe...

Uninstall and reinstall does not seem to fix the problem.

Looks like: var devSettings = Program.settings.Device.Find(x => { var dev = listDevices.SelectedItems[0]; return x.DeviceID == dev.Tag.ToString(); }); Assumes that listDevices isn't an empty array. Not sure how it gets set...

My wife figured it out. With two bluetooth devices as the only options, when both are turned off, the app crashes on launch because it has no devices from which...

I have another problem with Notice.__init__, where it attempts to fetch the last exc_info() to get a traceback, regardless if it is currently in an exception handler or not. The...

Yes, I've been working around it by wrapping my airbrake invocation when passed a string to convert the string into an exception. The resulting stack trace is useless, but the...

I believe the stack trace is required, though I have not tested it. This module attempts to enter a stub backtrace if only a string is provided: https://github.com/airbrake/airbrake-python/blob/eff66c68c51f961dcc6eaccb284ea4c9901b845b/airbrake/notice.py#L66 I am...

> Really appreciate all the documentation and testing focus! Left some comments; my main concern is that these changes 'take over' the existing hot-reload paths and prevent users from continuing...

Thank you, that is all helpful information!