alexkirsz / dispatch

Combine internet connections, increase your download speed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<autogenerated-issue>

gabrielmaster123 opened this issue · comments

commented

Error

Error: 
   0: An error occurred during the proxy handshake procedure
   1: The proxy received `CONNECT af.opera.com:443 HTTP/1.1` (197 additional bytes not shown), which looks like an HTTP request. Please ensure that you have properly configured the proxy as a SOCKS proxy and not an HTTP proxy.

Metadata

key value
Version 0.1.3
OS Windows 10 Home
Command dispatch --debug start 192.168.178.177

SpanTrace

SpanTrace:
   0: dispatch::socks::handle_version_error
           with �[3mself�[0m�[2m=�[0mSocksHandshake { reader: ReadHalf(PollEvented { io: Some(TcpStream { addr: 127.0.0.1:1080, peer: 127.0.0.1:62375, socket: 1056 }) }), writer: WriteHalf(PollEvented { io: Some(TcpStream { addr: 127.0.0.1:1080, peer: 127.0.0.1:62375, socket: 1056 }) }), dispatcher: WeightedRoundRobinDispatcher(Mutex { data: WeightedRoundRobinDispatcherInner { ipv4: State { addresses: [WeightedAddress { ip: 192.168.178.177, weight: 1 }], address_idx: 0, count: 0 }, ipv6: State { addresses: [], address_idx: 0, count: 0 } } }) } �[3merr�[0m�[2m=�[0mInvalidVersion(67)
             at C:\Users\gabri\.cargo\registry\src\index.crates.io-6f17d22bba15001f\dispatch-proxy-0.1.3\src\socks.rs:93
   1: dispatch::server::handle_socket
           with �[3msocket�[0m�[2m=�[0mPollEvented { io: Some(TcpStream { addr: 127.0.0.1:1080, peer: 127.0.0.1:62375, socket: 1056 }) } �[3mdispatcher�[0m�[2m=�[0mWeightedRoundRobinDispatcher(Mutex { data: WeightedRoundRobinDispatcherInner { ipv4: State { addresses: [WeightedAddress { ip: 192.168.178.177, weight: 1 }], address_idx: 0, count: 0 }, ipv6: State { addresses: [], address_idx: 0, count: 0 } } })
             at C:\Users\gabri\.cargo\registry\src\index.crates.io-6f17d22bba15001f\dispatch-proxy-0.1.3\src\server.rs:19

Backtrace

Backtrace:
   0: <unknown>
   1: <unknown>
   2: <unknown>
   3: <unknown>
   4: <unknown>
   5: <unknown>
   6: <unknown>
   7: <unknown>
   8: <unknown>
   9: <unknown>
  10: <unknown>
  11: <unknown>
  12: <unknown>
  13: <unknown>
  14: <unknown>
  15: <unknown>
  16: <unknown>
  17: <unknown>
  18: <unknown>
  19: <unknown>
  20: <unknown>
  21: BaseThreadInitThunk
  22: RtlUserThreadStart

commented

image

commented

P.S.: I want to combine my ethernet and wifi connections as both adapters are pretty slow

You should only configure the proxy as a Socks proxy, not as Secure (HTTPS) or FTP. So only the last line (Socks) should be filled. Leave the others empty.