3urobeat / steam-comment-service-bot

📡 The most advanced Steam Account Manager Bot with mass coordinated comments/likes/favs/follows and plugin support
https://steamcommunity.com/id/3urobeatscommentbot
GNU General Public License v3.0
274 stars 40 forks source link

unexpected token in json at position 560 #30

Closed walterblack21 closed 4 years ago

walterblack21 commented 4 years ago

i did all steps you showed on the video and when i type node start.js it sais c:\users\fractal\desktop\steam-comment-service-bot-master\config.json: unexpected token in json at position 560  at Object.Module._extensions..json (internal/modules/cjs/loader.js:1167:22)  at Module.load (internal/modules/cjs/loader.js:977:32)  at Function.Module._load (internal/modules/cjs/loader.js:877:14)  at Module.require (internal/modules/cjs/loader.js:1019:19)  at require (internal/modules/cjs/helpers.js:77:18) at Object. (C:\Users\fractal\Desktop\steam-comment-service-bot-master\src\controller.js:7:16)  at Module._compile (internal/modules/cjs/loader.js:1133:30)  at Object.Module._extensions..js (internal/modules/cjs/loader.js:1153:10)  at Module.load (internal/modules/cjs/loader.js:977:32) PS C:\Users\fractal\Desktop\steam-comment-service-bot-master>

3urobeat commented 4 years ago

Hi, thanks for opening an issue. Could you please send the content of your config.json so I can take a look at it? Thanks!

walterblack21 commented 4 years ago

{ "version": "2.6", "mode": 2, "status": 1, "commentdelay": 5000, "logindelay": 2500, "logcommandusage": true, "allowcommentcmdusage": false, "skipSteamGuard": false, "commentcooldown": 5, "globalcommentcooldown": 10000, "unfriendtime": 31, "playinggames": ["!help | 3urobeat", 440, 730], "yourgroup": "https://steamcommunity.com/groups/3urobeatGroup", "yourgroup64id": "103582791464712227", "botsgroupid": "", "acceptgroupinvites": true, "owner": "https://steamcommunity.com/id/NazigsWalter/, "ownerid": ["76561198293063225"], "enableevalcmd": false }

3urobeat commented 4 years ago

It seems like you forgot a " at the end of your owner link.

Corrected:

{
"version": "2.6",
"mode": 2,
"status": 1,
"commentdelay": 5000,
"logindelay": 2500,
"logcommandusage": true,
"allowcommentcmdusage": false,
"skipSteamGuard": false,
"commentcooldown": 5,
"globalcommentcooldown": 10000,
"unfriendtime": 31,
"playinggames": ["!help | 3urobeat", 440, 730],
"yourgroup": "https://steamcommunity.com/groups/3urobeatGroup",
"yourgroup64id": "103582791464712227",
"botsgroupid": "",
"acceptgroupinvites": true,
"owner": "https://steamcommunity.com/id/NazigsWalter/",
"ownerid": ["76561198293063225"],
"enableevalcmd": false
}