atomizer / muledump

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

Mac Computer?-Grey Screen I don't know how to fix. #95

Closed Alazerp closed 8 years ago

Alazerp commented 8 years ago

When I open the muledump I think I have done everything correctly i have tried a few times- there is a grey screen in google chrome

Nightfirecat commented 8 years ago

Can you open the developer tools console (Cmd + Opt + I) and switch to the "Console" tab, then refresh the page? This should display any errors that are occurring at startup. Please post those in a reply, and we'll see what we can find out.

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

bearz2 commented 8 years ago

Help

Nightfirecat commented 8 years ago

There doesn't seem to be any text "ILLEGAL" in Muledump itself. Does the console describe what file this syntax error is being caused by? I would suggest double-checking your accounts.js file for any mistypes or errors.

Alazerp commented 8 years ago

Should I do the cmd opt I in the grey muledump screen

On Monday, February 29, 2016, Jordan notifications@github.com wrote:

Can you open the developer tools console (Cmd + Opt + I) and switch to the "Console" tab, then refresh the page? This should display any errors that are occurring at startup. Please post those in a reply, and we'll see what we can find out.

— Reply to this email directly or view it on GitHub https://github.com/atomizer/muledump/issues/95#issuecomment-190303633.

Nightfirecat commented 8 years ago

Yes.

Alazerp 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

This is what came up? Help please :100:

ebf34e12952930cf commented 8 years ago

Lovely, errors that tell you nothing useful.

Nightfirecat commented 8 years ago

Give this StackOverflow question a read and let me know if it helps. Check your file for any invisible characters with your text editor. If need be, re-download the accounts_sample.js file from the repo, and modify that.

Alazerp commented 8 years ago

I have no idea how to do that

On Wednesday, March 2, 2016, Jordan notifications@github.com wrote:

There doesn't seem to be any text "ILLEGAL" in Muledump itself. Does the console describe what file this syntax error is being caused by? I would suggest double-checking your accounts.js file for any mistypes or errors.

— Reply to this email directly or view it on GitHub https://github.com/atomizer/muledump/issues/95#issuecomment-191305826.

Nightfirecat commented 8 years ago

Without seeing your accounts.js file, I can only say that the error that's showing up is caused by using improper characters. Whether that's because of strange space characters (zero-width spaces), fancy quotes, or some other type of non-standard character, I can't say.

Again, I recommend re-downloading the accounts_sample.js file, renaming it accounts.js, and replacing the existing sample accounts with your actual accounts. This is likely to yield a correct configuration.