Nguyen Posted February 7, 2024 Report Posted February 7, 2024 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", Quote
Nguyen Posted February 7, 2024 Author Report Posted February 7, 2024 Resolve by following this https://github.com/DoctorMcKay/node-globaloffensive/issues/85 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.