erebe / wstunnel

Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI - Static binary available
BSD 3-Clause "New" or "Revised" License
3.76k stars 330 forks source link

Error: Data.Binary.Get.runGet at position 0: not enough bytes #129

Closed tje3d closed 1 year ago

tje3d commented 1 year ago

Hi, this error happens while i wanna do ssh through socks5:

wstunnel: Data.Binary.Get.runGet at position 0: not enough bytes
CallStack (from HasCallStack):
  error, called at libraries/binary/src/Data/Binary/Get.hs:351:5 in binary-0.8.7.0:Data.Binary.Get

Command:

ssh -o "ProxyCommand ncat --proxy 127.0.0.1:1080 %h %p" user@host

same thing happens to telegram desktop and it fails to connect through the proxy

tje3d commented 1 year ago

might not related to wstunnel, closing

dodid commented 1 year ago

Seeing the same. Did you figure it out why?