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

hey mate help me out here #38

Closed baran321 closed 4 years ago

baran321 commented 4 years ago

Describe the bug I did everything you did in the video nothing more or less SyntaxError: C:\Users\olena\OneDrive\Desktop\commentbot\steam-comment-service-bot-master\logininfo.json: Unexpected token } in JSON at position 57 Please post the complete error here! PS C:\Users\olena\OneDrive\Desktop\commentbot\steam-comment-service-bot-master> node start.js internal/modules/cjs/loader.js:1175 throw err; ^

SyntaxError: C:\Users\olena\OneDrive\Desktop\commentbot\steam-comment-service-bot-master\logininfo.json: Unexpected token } in JSON at position 57 at parse ()  at Object.Module._extensions..json (internal/modules/cjs/loader.js:1172:22)  at Module.load (internal/modules/cjs/loader.js:986:32)  at Function.Module._load (internal/modules/cjs/loader.js:879:14)  at Module.require (internal/modules/cjs/loader.js:1026:19)  at require (internal/modules/cjs/helpers.js:72:18) at Object. (C:\Users\olena\OneDrive\Desktop\commentbot\steam-comment-service-bot-master\src\controller.js:6:19)  at Module._compile (internal/modules/cjs/loader.js:1138:30)  at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)  at Module.load (internal/modules/cjs/loader.js:986:32) PS C:\Users\olena\OneDrive\Desktop\commentbot\steam-comment-service-bot-master>

3urobeat commented 4 years ago

Hi, thanks for opening an issue! As far as I can see this doesn't seem like a bug - more like an invalid syntax in your logininfo.json.

Could you please make sure that your logininfo.json follows exactly this pattern:

{
    "bot0": ["username0", "password0"],
    "bot1": ["username1", "password1"],
    "bot2": ["username2", "password2"]
}
baran321 commented 4 years ago

same issue that the ways I tried 1){ "bot0": ["username0", "password0"], "bot1": ["username1", "password1"], "bot2": ["username2", "password2"] } 2) "bot0": ["username0", "password0"] 3)"bot0": ["username0", "password0"],

3urobeat commented 4 years ago

If you use the exact pattern like the example I provided and you just filled in your username and password it should work just fine. How many accounts do you use? Maybe you haven't correctly shortened or extended the logininfo. If you aren't using that many accounts you could also censor your usernames and passwords and send the content of your file here.

Make sure that:

baran321 commented 4 years ago

{ "bot0": ["hourboost23", "User:elz651lf8q@mail.ru"], "bot1": ["say1j_acrygw", "pass:sadkha;ildfha;ilh:@PE(Q)O(HD@Q)(d12"], "bot2": ["jenkersonsouleymane97", "Password:1xzri0a4e"] }

3urobeat commented 4 years ago

Your passwords are weird The password bracket must only contain the password, not a User:, pass: or Password: infront of it. And I have never seen an email as a password

{
"bot0": ["hourboost23", "mypassword"],
"bot1": ["say1j_acrygw", "mypassword"],
"bot2": ["jenkersonsouleymane97", "mypassword"]
}

Just replace mypassword with your actual password in your logininfo. Everything else seems fine.

baran321 commented 4 years ago

lel they are very safe and hard to crack xD let me try

3urobeat commented 4 years ago

Hm I'm actually not sure what happens then. Since your passwords are in quotes it technically shouldn't be a problem but since I can't really find anything else I assumed this could be the cause. Maybe you have another account with a simpler password that you could try.

baran321 commented 4 years ago

ok ill try with a easier password

baran321 commented 4 years ago

and thx for releasing and helping ppl out with this tutorial its great i have to still figure later about it the job is grea tho

3urobeat commented 4 years ago

Hey, is it working for you now with another password? (and I hope you have changed your passwords if the above ones were correct)

baran321 commented 4 years ago

Hey huh it didn't work

On Tue, Jun 9, 2020, 3:52 AM 3urobeat notifications@github.com wrote:

Hey, is it working for you now with another password? (and I hope you have changed your passwords if the above ones were correct)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HerrEurobeat/steam-comment-service-bot/issues/38#issuecomment-641210068, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP3V57YIN2W3B4CKHI3CBBDRVYH7LANCNFSM4NWW3HSQ .

3urobeat commented 4 years ago

Hm I have actually no idea what is failing now. You have changed the password to something with less special characters and you are still facing the same error? Maybe try and redownload the bot and try completely different accounts - after that I don't really know anymore what the issue could be since it works fine for everyone else...

I hope that I can help you somehow getting this error resolved... If you tried the steps above please send me the full error you get again.

3urobeat commented 4 years ago

Woops, didn't mean to do that. I'm going to close this one, please respond if you are still facing this issue and need help. Thanks!