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

TypeError: "localAddress" option must be a valid IP: [object Object] #9

Closed ghost closed 7 years ago

ghost commented 7 years ago

I use proxy to connect on steam. let useProxy = new CMClient(); useProxy.bind({ localAddress: '5.189.204.190', localPort: 1085 }); let client = new SteamUser(useProxy); And get this error on connect: 0zejureqtkugkoih9ulwwa

DoctorMcKay commented 7 years ago

Please re-read the documentation carefully. You shouldn't be passing an object to bind().