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

Problem with MD on MAC OS X El Capitan #126

Open
HeyItsAnTs opened this issue Feb 14, 2017 · 9 comments
Open

Problem with MD on MAC OS X El Capitan #126

HeyItsAnTs opened this issue Feb 14, 2017 · 9 comments

Comments

@HeyItsAnTs
Copy link

HeyItsAnTs commented Feb 14, 2017

Hey, I have been getting this annoying blank whenever I open the muledump.html file. I am sure I entered the correct login details. I've tried all browsers as well. I also tried opening the accounts javascript file with the browser to provide more information. Please help! Thanks!

screen shot 2017-02-13 at 9 07 55 pm

screen shot 2017-02-13 at 9 03 56 pm

@Nightfirecat
Copy link
Contributor

Can you please open the browser console (search for the shortcut to open it if you don't know how to access it), reload the page, then post what the error message there says?

@HeyItsAnTs
Copy link
Author

Hey are you talking about this?

<title>Muledump</title> <script type="application/javascript" src="vendor/jquery.min.js"></script> <script type="application/javascript" src="vendor/masonry.pkgd.min.js"></script> <script type="application/javascript" src="lib/constants.js"></script> <script type="application/javascript" src="lib/sheets.js"></script> <script type="application/javascript" src="lib/portrait.js"></script> <script type="application/javascript" src="lib/pcstats.js"></script> <script type="application/javascript" src="lib/export.js"></script> <script type="application/javascript" src="accounts.js"></script> <script type="application/javascript" src="lib/realmapi.js"></script> <script type="application/javascript" src="lib/options.js"></script> <script type="application/javascript" src="lib/totals.js"></script> <script type="application/javascript" src="lib/mule.js"></script> <script type="application/javascript" src="lib/muledump.js"></script>

renders

waiting requests:
options
reload all
export
update
home

@Nightfirecat
Copy link
Contributor

No, that is the page's HTML source. Please follow this answer for opening the developer console, then open the "Error console". It should looks something like this:

Safari JavaScript error console

@HeyItsAnTs
Copy link
Author

Alright here.

@HeyItsAnTs
Copy link
Author

screen shot 2017-02-14 at 1 16 44 pm

@HeyItsAnTs
Copy link
Author

Does this work?

@Nightfirecat
Copy link
Contributor

Yes, that's excellent--the error line saying Uncaught SyntaxError means that you've put in some kind of invalid formatting in your accounts.js file.

Can you please replace your usernames/passwords in the file with dummy values, then copy+paste the contents of that file here? Alternately, just make sure that you're using regular single quotes ' or double quotes " instead of fancy single ‘’ and double “” quotes.

@HeyItsAnTs
Copy link
Author

I'm not sure where you're getting at. I made sure I"m not using double quotes already -_-

@Nightfirecat
Copy link
Contributor

Well, something else about the formatting of the file is incorrect; I can't tell you what just from the error message. (Javascript's parsing error is always very generic)

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
@Nightfirecat @HeyItsAnTs and others