leaguevine / leaguevine-ultistats

MIT License
18 stars 4 forks source link

Game tracking screen shows up as a blank screen (Droid 3) #28

Closed mliu7 closed 12 years ago

mliu7 commented 12 years ago

On the Droid 3, the game tracking screen shows up as a completely blank page. The javascript error that is returned using the debug console is:

http://ultistats.playwithlv.com/assets/js/plugins/backbone.localStorage.js:53

When it should be:

http://ultistats.playwithlv.com/assets/js/plugins/backbone.localStorage.js

Somewhere in our app we are attempting to fetch this plugin at the wrong address.

mliu7 commented 12 years ago

I read that error wrong. The debug output was telling me the error was on localStorage.js on line 53. Here is the full output:

http://ultistats.playwithlv.com/assets/js/plugins/backbone.localStorage.js:53
Uncaught illegal access
mliu7 commented 12 years ago

The last commit fixed it for me so I am closing this issue.

For reference, this is the exact issue we had:

http://samritchie.net/2011/04/01/uncaught-illegal-access-exception-in-android-browser-on-json-parse/