When I include this URL as <script> in my HTML document, Chrome does not call my callback function, whereas it works fine for other URLs returned by soundcloud resolve api.
After a long investigation using Chrome Dev Tools, I finally found out that the javascript returned by this call fires SyntaxError (see screenshot below).

How can I get the callback function to be called as usual for this file?
jsonp api google-chrome google-chrome-devtools soundcloud
Adrien joly
source share