No longer working due to local proxy issue?
ebuzzz opened this issue · 0 comments
ebuzzz commented
For some reason, every time the USBHelper tries to contact the Internet, I get an 'Unable to connect to remote server' issue. This seems to be related to the internal Fiddler proxy, which is not started for some reason. The tool tries to connect to port 8877, but there is nothing listening on 8877. I've started the tool as administrator.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.AggregateException: One or more errors occurred. ---> System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:8877
at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)