e.ErrorId = -34
e.ErrorMessage = "Could not connect to 0.0.0.0, port 44818. Timed out"
It seems to stop throwing exceptions here after adding a line to the beginning of this sub (line 1401)
If e.ErrorId = -34 Then Exit Sub
Seems like more of a band-aid fix than anything, since I don't understand why it's trying to connect to 0.0.0.0...