Guest Ino Posted August 9, 2017 Report Posted August 9, 2017 Hello. When i Tried to leave comment i get error Error: The settings on this account do not allow you to add comments.My code let SteamUser = require("steam-user"), SteamCommunity = require("steamcommunity"), SteamID = require('steamid'), CONFIG = require('./config.js'), SteamTotp = require("steam-totp") let client = new SteamUser(); let community = new SteamCommunity(); let banshee = '765611979625767xxx'; let steamID = new SteamID(banshee); community.getSteamUser(steamID, function(ERR, USER) { if (ERR) { console.log("## An error occurred while getting user profile: " + ERR); } else { USER.comment('CONFIG.COMMENTAFTERTRADE', (ERR) => { if (ERR) { console.log("## An error occurred while commenting on user profile: " + ERR); } else { console.log('comment was posted') } }); } }) Quote
Dr. McKay Posted August 9, 2017 Report Posted August 9, 2017 The settings on that account do not allow you to add comments. Quote
Guest Ino Posted August 9, 2017 Report Posted August 9, 2017 The settings on that account do not allow you to add comments.Okay , and i have 1 more question.How i can logout from my first acc , and login from my seccond acc ? when i tried it i have error"Already logged on, cannot log on again Quote
Dr. McKay Posted August 10, 2017 Report Posted August 10, 2017 Create a new SteamCommunity instance. Quote
HackerGeo Posted March 4, 2020 Report Posted March 4, 2020 Hello. When i Tried to leave comment i get error Error: The settings on this account do not allow you to add comments. https://cdn.discordapp.com/attachments/671999513048907787/684423842600321061/Capture.JPG but i have level +5 on steam, i connect with steam and i try to comment and is working, but in node don t work Thank you! Quote
vrtgn Posted March 9, 2020 Report Posted March 9, 2020 On 3/4/2020 at 4:38 PM, HackerGeo said: Hello. When i Tried to leave comment i get error Check this out. 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.