Closed baran321 closed 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"]
}
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"],
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:
bot
line except the last line has a comma at the end{
and ends with }
"
quotes{ "bot0": ["hourboost23", "User:elz651lf8q@mail.ru"], "bot1": ["say1j_acrygw", "pass:sadkha;ildfha;ilh:@PE(Q)O(HD@Q)(d12"], "bot2": ["jenkersonsouleymane97", "Password:1xzri0a4e"] }
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.
lel they are very safe and hard to crack xD let me try
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.
ok ill try with a easier password
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
Hey, is it working for you now with another password? (and I hope you have changed your passwords if the above ones were correct)
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 .
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.
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!
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 ()
[90m at Object.Module._extensions..json (internal/modules/cjs/loader.js:1172:22)[39m
[90m at Module.load (internal/modules/cjs/loader.js:986:32)[39m
[90m at Function.Module._load (internal/modules/cjs/loader.js:879:14)[39m
[90m at Module.require (internal/modules/cjs/loader.js:1026:19)[39m
[90m at require (internal/modules/cjs/helpers.js:72:18)[39m
at Object. (C:\Users\olena\OneDrive\Desktop\commentbot\steam-comment-service-bot-master\src\controller.js:6:19)
[90m at Module._compile (internal/modules/cjs/loader.js:1138:30)[39m
[90m at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)[39m
[90m at Module.load (internal/modules/cjs/loader.js:986:32)[39m
PS C:\Users\olena\OneDrive\Desktop\commentbot\steam-comment-service-bot-master>