atomizer / muledump

all your mules are belong to you
84 stars 144 forks source link

Grey Screen Problem #144

Open CubiDead opened 7 years ago

CubiDead commented 7 years ago

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 commented 7 years ago

Uncaught SyntaxError: Invalid or unexpected token

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

CubiDead commented 7 years ago

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

tischepe commented 7 years ago

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 commented 7 years ago

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