atomizer / muledump

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

Grey Screen help please #96

Closed bearz2 closed 8 years ago

bearz2 commented 8 years ago

Im using chrome and i put muledump onto my browser but only a small square appears instead of what actually is supposed to appear. I have my mule open and i have an error. Grey screen

Please help, bear

bearz2 commented 8 years ago

Uncaught SyntaxError: Unexpected token ILLEGAL totals.js:338 Unknown item: 2871 Melon Liqueur totals.js:338 Unknown item: 3321 Pet Form Stone

Nightfirecat commented 8 years ago

See https://github.com/atomizer/muledump/issues/95#issuecomment-191305826

atomizer commented 8 years ago

Looks like you broke syntax in accounts.js. Make sure both of the curly braces are there, that every email and password is in quotes, and that there are no missing commas or colons.

bearz2 commented 8 years ago

there isnt any missing commas or colons

bearz2 commented 8 years ago

what are curly braces....

bearz2 commented 8 years ago

here ill show you what ive done

bearz2 commented 8 years ago

i really dont care if you hack me so

bearz2 commented 8 years ago

‘nelice@armyspy.com’: ‘password123’, 'email2': 'pass2',

bearz2 commented 8 years ago

is that right or wrong? @atomizer @Nightfirecat

atomizer commented 8 years ago

You have top commas instead of apostrophes around email and password. Use a normal editor (like Notepad++ or Sublime Text) to avoid this kind of "autocorrect".

atomizer commented 8 years ago

And curly braces are these: {}

bearz2 commented 8 years ago

Okay so where to put curly

bearz2 commented 8 years ago

"nelice@armyspy.com": "password123", "email2": "pass2"

atomizer commented 8 years ago

Just replace everything in accounts.js with this:

accounts = {
"nelice@armyspy.com": "password123"
}
bearz2 commented 8 years ago

sweet thanks and then do same thing with other mules?

atomizer commented 8 years ago

Add them below the first one, but before }. Don't forget the quotes, colons and commas in between.

atomizer commented 8 years ago

I'm having flashbacks of working tech support. shudders

bearz2 commented 8 years ago

{“nelice@armyspy.com": "password123”} {“email2": "pass2”}

:) so like this :

atomizer commented 8 years ago

No, like this:

accounts = {
"nelice@armyspy.com": "password123",
"another@account": "HiMom!",
"whatever@else": "youmighthave",
"feel@free.to": "add as many as you want",
"hopefully@this.is": "cl34r-3N0ugh"
}

You can expect me to stop taking you seriously very soon.

bearz2 commented 8 years ago

lol okay

bearz2 commented 8 years ago

im bad at this...

bearz2 commented 8 years ago

i think i get it

bearz2 commented 8 years ago

{ "nelice@armyspy.com": "password123", "": "", "": "", “”: "", "": “” }

bearz2 commented 8 years ago

Uncaught SyntaxError: Unexpected token { @atomizer im sorry.... i did something wrong...

Nightfirecat commented 8 years ago

If your only account is nelice@armyspy.com, just use the following:

accounts = {
"nelice@armyspy.com": "password123"
}

If you have more accounts, use this:

accounts = {
"nelice@armyspy.com": "password123",
"account2@kabam.com": "secondpassword!",
"testaccount@github.com": "testpassword"
}
bearz2 commented 8 years ago

thanks so much im such a pain in the butt :)

bearz2 commented 8 years ago

ill tell you if im doing crap wrong again

bearz2 commented 8 years ago

Hey @Nightfirecat i still need help. I configured 3 accounts including first one i drag muledump into browser and then it says :Uncaught SyntaxError: Unexpected token {

bearz2 commented 8 years ago

{ "nelice@armyspy.com": "password123", “nelice2@armyspy.com”: “password1234”, “nelice3@armyspy.com”: “password12345” } you told me to use this so i am using it

Nightfirecat commented 8 years ago

Make sure that your full accounts.js file looks like this:

accounts = {
"nelice@armyspy.com": "password123",
"nelice2@armyspy.com": "password1234",
"nelice3@armyspy.com": "password12345"
}// don't delete this line!

rowlength = 7
testing = 0
prices = 0
mulelogin = 0
nomasonry = 0

Be sure that you are using a normal text editor to save this file!

It seems that you have some 'fancy quotes' which will not work properly.

bearz2 commented 8 years ago

LOL I AM SORRY

bearz2 commented 8 years ago

im using text edit on a mac

bearz2 commented 8 years ago

what do you think i should use?

bearz2 commented 8 years ago

holdup dont say

bearz2 commented 8 years ago

sublime text... gotcha

bearz2 commented 8 years ago

@Nightfirecat okay i have everything ready i fixed the fancy quotations and crap but it still says : Uncaught SyntaxError: Unexpected token {

bearz2 commented 8 years ago

the unexpected token is the { so im confused

bearz2 commented 8 years ago

I DID IT!!! OMG YES

bearz2 commented 8 years ago

THANKS SO MUCH @atomizer and @Nightfirecat !!!! OMG FNALLY

bearz2 commented 8 years ago

@atomizer @Nightfirecat now how do you multibox on it or does it just show the stats...

atomizer commented 8 years ago

No, you can't multibox with muledump.