node-binary icon indicating copy to clipboard operation
node-binary copied to clipboard

Testnet light client cannot connect to data-seed-pre-0-s1.binance.org:80

Open xana-rahmani opened this issue 3 years ago • 1 comments

Running testnet light client with bellow command:

lightd --chain-id "Binance-Chain-Ganges" --node tcp://data-seed-pre-0-s1.binance.org:80

Result:

I[2021-10-12|21:30:41.024] Connecting to source HTTP client...          
I[2021-10-12|21:30:41.025] Constructing Verifier...                     
I[2021-10-12|21:30:41.025] lite/proxy/NewVerifier()...                  module=lite/proxy chainID=Binance-Chain-Ganges rootDir=.binance-lite client=WSEvents
I[2021-10-12|21:30:41.048] DBProvider.LatestFullCommit()...             module=lite label=trusted.mem chainID=Binance-Chain-Ganges minHeight=1 maxHeight=9223372036854775807
I[2021-10-12|21:30:41.049] DBProvider.LatestFullCommit()...             module=lite label=trusted.lvl chainID=Binance-Chain-Ganges minHeight=1 maxHeight=9223372036854775807
I[2021-10-12|21:30:41.050] DBProvider.LatestFullCommit() found latest.  module=lite label=trusted.lvl height=1
I[2021-10-12|21:30:41.050] Starting proxy...                            
Error: websocket: bad handshake
panic: websocket: bad handshake

goroutine 1 [running]:
main.main()
	/home/suyu/go/src/github.com/binance-chain/node/cmd/lightd/main.go:22 +0x5b

xana-rahmani avatar Oct 12 '21 18:10 xana-rahmani