Jump to content
McKay Development

Amir

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Amir

  1. i have windows and i test it and runs all ok but when i want to use centos 7 to run it on my server it does not work!! steam-user client.logOn does not give me error and do nothing it is so weird i have tried it into 4 different linux servers still the same what do you think the problem is? my code :

     

    const SteamUser = require('steam-user');

    var client = new SteamUser();


    client.logOn({
        accountName: 'test',
        password: 'tes',
    })

    client.on('loggedOn', () => {
        console.log('logged on');
        
        
    });

    client.on('error', (err=> {
        console.log(err);
        
        
    });


     

     

×
×
  • Create New...