bnb-chain / node-binary

Binaries for full nodes, light-weighted clients
179 stars 118 forks source link

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

Open xana-rahmani opened 2 years ago

xana-rahmani commented 2 years ago

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
ratthakorn2509 commented 2 years ago

Ratthakorn99@gmail.com