Amir Posted October 6, 2019 Report Posted October 6, 2019 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); }); Quote
Dr. McKay Posted October 7, 2019 Report Posted October 7, 2019 Try adding client.on('debug', console.log) and see if there's anything useful in that output. Quote
evangelme Posted December 10, 2019 Report Posted December 10, 2019 it returns Getting CM list from WebAPI API GET request to https://api.steampowered.com/ISteamDirectory/GetCMList/v0001/?cellid=91&format=vdf: 200 but nothing else how can i solve it? Quote
Dr. McKay Posted December 11, 2019 Report Posted December 11, 2019 Show your code and the entire output. Quote
evangelme Posted December 11, 2019 Report Posted December 11, 2019 thank u for your response i am the same person as Amir my code is the one above and the output of debug is just there i want to use cmcclient but in version 3 i can not login in Linux it just give me this i use vpn and other things the response is the same and i use 4 different linux centos is just the same in v3 and it did not give me any error and nothing just the debug shows me this Getting CM list from WebAPIAPI GET request to https://api.steampowered.com/ISteamDirectory/GetCMList/v0001/?cellid=91&format=vdf: 200 in v4 login works fine but i can not use cmc client so i want to use v3 but the problem is that it dose not work is there any way? but generally thank u for ur response and awsome code... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.