Click here to Skip to main content
15,867,704 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi why if i have installed wscat 5.2.0  vbut when i run this command 
```wscat --no-color wss://stream.binance.com:9443/ws/bnbusdt@depth20@100ms```
return me error ```error: getaddrinfo ENOTFOUND --no-color --no-color:80```


What I have tried:

Hi why if i have installed wscat 5.2.0  vbut when i run this command 
```wscat --no-color wss://stream.binance.com:9443/ws/bnbusdt@depth20@100ms```
return me error ```error: getaddrinfo ENOTFOUND --no-color --no-color:80```
Posted
Comments
Richard MacCutchan 18-Oct-22 5:23am    
Most likely it means that the address is incorrect. Check the product documentation.
[no name] 18-Oct-22 7:06am    
not i am sure is correct the address because because with this wscat -c wss://stream.binance.com:9443/ws/bnbusdt@depth20@100ms work
Richard MacCutchan 18-Oct-22 7:11am    
OK, but this is not a programming issue that anyone here can help you with.
Richard MacCutchan 18-Oct-22 9:13am    
Actually, on looking closer, it appears that the product is treating the --no-color option as an address. So you definitely need to contact the product owners.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900