Nguyen Posted September 13, 2023 Report Posted September 13, 2023 The code to login on steam with accountName and password seem broken few hours ago, now we can not login. Could you please guide us how to make this work ? Our package information and login code. We can surely username and password is correct "globaloffensive": "^2.3.0", "steam-tradeoffer-manager": "^2.10.6", "steam-user": "^4.29.2", "steamcommunity": "^3.46.1", "steam-session": "^1.3.2" let client = new SteamUser(); let logOnOptions: LogOnOptions = { accountName: Constants.STEAM_USERNAME, password: Constants.STEAM_PASSWORD, twoFactorCode: SteamTotp.getAuthCode(Constants.SHARED_SECRET), rememberPassword: false, }; client.logOn(logOnOptions); Quote
Dr. McKay Posted September 13, 2023 Report Posted September 13, 2023 The versions you pasted have the fixes that were just published. What's the exact error you're encountering? Quote
Nguyen Posted September 13, 2023 Author Report Posted September 13, 2023 (edited) We dont see any log from the package, but the event `loggedOn` just never call client.on('loggedOn', () => { ... }); Edited Oh, after update steam-sessiton to latest one, it work now, thank you "steam-session": "^1.3.3" Edited September 13, 2023 by Nguyen 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.