Soundcloud stratus component is broken. Uncaught ReferenceError: soundManager not defined player.js: 10

Re: nov25 Deploys/updates made from 11.18 - 11.24

Hello! My stratus component stops working today in dev and (stable) production environments. I see the following script error in chrome on OS X:

Uncaught ReferenceError: soundManager is not defined player.js:10
window.Track.Backbone.Model.extend.initialize player.js:10
Backbone.Model backbone.js:137
child backbone.js:1110
_.extend._prepareModel backbone.js:571
_.extend._add backbone.js:584
_.extend.add backbone.js:449
(anonymous function) player.js:247
(anonymous function) sdk.js:1
request.onreadystatechange sdk.js:1

Until yesterday, the stratus component worked fine for a month (at least) without problems. I did not change anything in my code.

Then in the afternoon I checked, and now the stratus fails.

I am using the current style and script   http://stratus.sc/stratus.css && & && & http://stratus.sc/stratus.js

And my javascript hook from java looks like this

public String getScript() {
    return "    <script type=\"text/javascript\">\n" +
           "        $(document).ready(function(){\n" +
           "            $.stratus({\n" +
           "                links: '"+getUrl()+"'\n" +
           "            });\n" +
           "        });\n" +
           "    </script>";
}

Any idea what could happen here? Thanks Jon

. ? . , , ?

+4

All Articles