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

Doesn't work after latest steam update #25

Closed aavvaavvaa closed 1 year ago

aavvaavvaa commented 1 year ago

I mainly using cmclient with steam-user to set the ipv6 proxies, but after latest steam update it won't work, so i tried to test the normal steam-client to figure it out the problem but even a default snippet doesn't work it stucks on steamClient.connect()

var steamClient = new Steam.CMClient()
steamClient.connect();
steamClient.on('connected', function() {
    console.log('connected to SC')
    steamClient.logOn({
        "account_name": "",
        "password": ""
    });
});
steamClient.on('logOnResponse', function(details) {console.log('logOn response')});
DoctorMcKay commented 1 year ago

This is not supported anymore.