Achievement and Leaderboards do not work

Hi! In my game do not work achievement and Leaderboards with javascript api. On screen http://screencast.com/t/KGQ6FTYZ85 you can see errors in browser.
Thank you for answer.

Hi Romeros, I have a patch that should prevent this error from happening. It may be there are no scores to display or this is another error. Make sure you enclose the achievements and leaderboard calls with the Game API init function if not already.

ID.GameAPI.init('APP ID HERE', null, function(data, response) {
Y8 Games