-
Notifications
You must be signed in to change notification settings - Fork 144
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
Muledump not working, grey screen. #129
Comments
I have googled around and tried all of the solutions I saw online, but none of them fixed it. |
What error comes up in your browser console when you load Muledump? |
accounts.js Failed to load resource: net::ERR_FILE_NOT_FOUND |
Is this what you mean? I've a noob at this stuff |
Yup, that's perfect—the error basically says that it can't find your
|
Um, could you explain how to 'enable file name extensions'? |
I checked the first three steps and I did all of them. The file's type is java script, if that's what the last one is. |
No idea what I did different, but when I launched it this time it worked. Thanks so much for helping me anyway! |
Hm... Strange. Well, glad it's working now, anyway! Feel free to close this issue. (button is below the comment box) |
When I finish putting in my email and password and i click on the Muledump HTML ( Google Chrome), It comes up with a grey screen with a box in the top left. I have deleted it and re-downloaded it many times. This is what is looks like : (I changed the password and email in this copy, but in the actual one I checked that my password and email were correct)
// editor with syntax hilighting is recommended (for example, notepad++ or textmate)
accounts = {
// Put your data here as shown below. Don't forget the commas and quotes!
// If your emails or passwords contain single quotes,
// escape them with backslashes () like this: 'pass'word'
'@yahoo.com.au':'Password12345',
}// don't delete this line!
// how many characters are displayed in each row (within one account)
rowlength = 7
// change to 1 to switch to testing
testing = 0
// change to 1 to enable price display in tooltips
prices = 0
// change to 1 to enable one-click login (run lib/mulelogin.au3 first)
mulelogin = 0
// 0 = use smart layout (fill empty spaces)
// 1 = show account boxes row by row
nomasonry = 0
Please help!!!
Thanks
The text was updated successfully, but these errors were encountered: