Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected token in JSON at position 55 #44

Closed
panfb opened this issue Jun 17, 2020 · 2 comments
Closed

Unexpected token in JSON at position 55 #44

panfb opened this issue Jun 17, 2020 · 2 comments
Labels
Question Further information is requested

Comments

@panfb
Copy link

panfb commented Jun 17, 2020

hello firstly when i wrote npm install it gave the error in 1st screensho
firsterr
error2

t and when i wrote node start.js, i gave the error in 2nd screenshot please can you help

@panfb panfb added the Bug Something isn't working and the problem is in the code label Jun 17, 2020
@3urobeat
Copy link
Owner

Hi, thanks for opening an issue.
The first error is node/npm related. Since those are not my work and I haven't ever had a node/npm error I can only suggest that you maybe reinstall node.js and try npm install again.

Concerning the second error (and assuming it's not caused by the the first error) you seem to have made a mistake in your logininfo.json syntax.
Please make sure that your logininfo.json follows exactly this pattern:

{
	"bot0": ["username0", "password0"],
	"bot1": ["username1", "password1"],
	"bot2": ["username2", "password2"]
}

Your usernames and passwords need to be inside the quotes ("). Please make sure this is the case.

@3urobeat
Copy link
Owner

I assume that the heart means that it solved the problem. If that's the case I'm glad I could help.
If this error/problem still persists then please reopen the issue.
Thanks!

@3urobeat 3urobeat added Question Further information is requested and removed Bug Something isn't working and the problem is in the code labels Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants