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

Grey Screen Problem #144

Open
CubiDead opened this issue Jul 18, 2017 · 4 comments
Open

Grey Screen Problem #144

CubiDead opened this issue Jul 18, 2017 · 4 comments

Comments

@CubiDead
Copy link

CubiDead commented Jul 18, 2017

I have no Idea I checked all issues and found nothing, using Win10 with Np++

This is my error:
Uncaught SyntaxError: Invalid or unexpected token
totals.js:338 Unknown item: 284 TH Honey bottle
totals.js:338 Unknown item: 1769 Gutsbot Pet Stone
totals.js:338 Unknown item: 2871 Melon Liqueur
totals.js:338 Unknown item: 3280 Cranberries
totals.js:338 Unknown item: 3281 Ear of Corn
totals.js:338 Unknown item: 3282 Sliced Yam
totals.js:338 Unknown item: 3283 Pumpkin Pie
totals.js:338 Unknown item: 3286 Thanksgiving Turkey
totals.js:338 Unknown item: 3321 Pet Form Stone
totals.js:338 Unknown item: 3322 Crashy
totals.js:338 Unknown item: 3323 Marid Pet Stone
totals.js:338 Unknown item: 3393 Wooden Box
totals.js:338 Unknown item: 5465 Potion of Attack (SB)
totals.js:338 Unknown item: 5466 Potion of Defense (SB)
totals.js:338 Unknown item: 5467 Potion of Speed (SB)
totals.js:338 Unknown item: 5468 Potion of Vitality (SB)
totals.js:338 Unknown item: 5469 Potion of Wisdom (SB)
totals.js:338 Unknown item: 5470 Potion of Dexterity (SB)
totals.js:338 Unknown item: 5471 Potion of Life (SB)
totals.js:338 Unknown item: 5472 Potion of Mana (SB)
totals.js:338 Unknown item: 24843 Jaco Pet Stone

@Nightfirecat
Copy link
Contributor

Uncaught SyntaxError: Invalid or unexpected token

Check your accounts.js file syntax; make sure you are using normal quotes.

@CubiDead
Copy link
Author

CubiDead commented Jul 18, 2017

I have still the problem I used " <- and ' <- this and the thingy in the file

@tischepe
Copy link

tischepe commented Jul 18, 2017

Does your password or email (is that even possible) itself contain a quote? If so you can escape it with \ e.g.:
'firstpart'secondpart' becomes 'firstpart\'secondpart'
If not did you change anything else in the file?

Edited to show the backslash, thanks Nightfirecat

@Nightfirecat
Copy link
Contributor

@tischepe Can't forget markdown formatting in comments.
'firstpart'secondpart' would become 'firstpart\'secondpart'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants