If anyone has made windows 8 work with Clay.io and leaderboards please help =) here is my tale so far following the instructions from Austin on the Clay.io community section. Clay.io
--------------------------
I tried following the above and i get this error:
Unhandled exception at line 3, column 11555 in ms-appx://2c5a28f4-2aa5-4927-8e4a-c9f99a23ac12/api.js
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'ready'
It references this code (snipped since its long):
namespace("Clay",function(t){return t.Achievement=function(){function n(n)...........(snipped)
I am using the api.js, api.css, and socket.io.js from my clay plugin directory. Using the above files lead to another error since the socket.io.js above is not a complete file.
Any ideas?
---------------------------------
I also get i just noticed:
Exception was thrown at line 2, column 36961 in ms-appx://2c5a28f4-2aa5-4927-8e4a-c9f99a23ac12/socket.io.js
0x800a01ad - JavaScript runtime error: Automation server can't create object
If i move the socket.io.js to be loaded up first in the index.html
--------------------------
Aaaaand If i change the Package Action for these 3 items from Content to Resource it no longer attempts to load them (i'm guessing since no error and it doesnt show in the running part of the solution when i try and run it) and the error changes to:
Unhandled exception at line 9092, column 3 in ms-appx://2c5a28f4-2aa5-4927-8e4a-c9f99a23ac12/c2runtime.js
0x800a01bd - JavaScript runtime error: Object doesn't support this action
Which occurs when i click on my Show Leaderboards call and I assume this is happening since the other files did not actually load.