Jump to content
McKay Development

GlobalOffensive do not fired event connectedToGC


Recommended Posts

Posted

It stoped working from about few hours ago.
Code simpe like the sample
 

let client = new SteamUser();
let csgo = new GlobalOffensive(client);
client.on('loggedOn', () => {
    util.log(prefix + "Logged into Steam");

    // We have to log out in order to get new data from tf2
    util.log(prefix + "Logging out of games")
    client.gamesPlayed([])

    setTimeout(() => {
        util.log(prefix + "Logging into games")
        client.gamesPlayed([730])

        // logOfferItems()
    }, 10000);
});


Package version

"steam-session": "^1.7.2",
"globaloffensive": "^3.0.0",
"steam-tradeoffer-manager": "^2.10.6",
"steam-user": "^5.0.8",

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...