Jordan Atwood
Jordan Atwood
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...
No, that is the page's HTML source. [Please follow this answer for opening the developer console](http://webmasters.stackexchange.com/questions/8525/how-to-open-the-javascript-console-in-different-browsers#77337), then open the "Error console". It should looks something like this: ![Safari JavaScript error...
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...
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)
I'm seeing it intermittently, but it seems to work after attempting to refresh a couple times.
Is it specifically the Yahoo API that's failing?
Not reproducing this myself. ``` $ cat yql-test.sh && echo && yql-test.sh #!/bin/bash responseBody=''; \ for i in {1..10} do # get response body (remove the "created" key which contains...
It might be nice to have Yahoo as a fallback (how reliable is Cors-Anywhere?). Eventually, it might be nice to run some kind of local proxy service to bypass the...
Out of curiosity, is that site updated manually or automatically? (If manually, how frequently does that happen?) Just hoping that this wouldn't offload the burden of updating sprites to the...
Excellent. I think I'll try to start putting some code together for this.