DoctorMcKay / node-steam-client

API-compatible fork of node-steam's SteamClient
https://steamcommunity.com/groups/SteamRE/discussions/1/
MIT License
52 stars 19 forks source link

Error: Unknown connection protocol #13

Closed Vinipux322 closed 6 years ago

Vinipux322 commented 6 years ago

I use proxy to connect on steam. var Steam = require('steam-client') var useProxy = new Steam.CMClient({ localAddress: '94.350.224.32', localPort: 2021 }); var client = new SteamUser(useProxy); And get this error on connect: image

DoctorMcKay commented 6 years ago

Please re-read the docs because you aren't doing that right.