PonyExpress Posted October 10, 2022 Report Posted October 10, 2022 "id parameter should be a user URL string or a SteamID object" "id - Either a SteamID object or a user's URL (the part after /id/)" https://github.com/DoctorMcKay/node-steamcommunity/wiki/SteamCommunity#getsteamuserid-callback When trying to use: community.getSteamUser("76561198274802037", (error, user) => { if (error) { console.log(error) } else { console.log(user) } }) I get an error: "The specified profile could not be found." Everything is good when using: new SteamID("76561198274802037") My mistake, sorry, everything is fine. I was sure it was about SteamID64 but here you need a custom url part. 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.