Jeff Shantz
Results
2
comments of
Jeff Shantz
This surfaced for me when attempting to mail an exception to myself using delayed_job. I initially thought it was delayed_job stripping out the backtrace, but a simple test in the...
I was able to work around this by editing `bridge.py` and hardcoding my bridge's IP address in the `discover` method: ``` def discover(): #bridge_ip = _discover_upnp() #if bridge_ip is None:...