2017-10-09 90 views
0

我現在用的是SC嵌入式播放器工作,一個iframe這個樣本網址打開: https://w.soundcloud.com/player/?url=https://soundcloud.com/fantasypros-football-podcast/week-5-start-sit-advice-w-jamey-eisenberg-ep-133#t=12:41&callback=true的SoundCloud嵌入式播放器停止今天

,但什麼也沒有發生,我看到這個錯誤的鉻控制檯:

Uncaught TypeError: Cannot read property 'replace' of undefined 
    at I.r.<anonymous> (widget-93da14a-76f44a7b.js:19) 
    at c (widget-93da14a-76f44a7b.js:2) 
    at Object.fireWith [as resolveWith] (widget-93da14a-76f44a7b.js:2) 
    at n (widget-93da14a-76f44a7b.js:3) 
    at XMLHttpRequest.<anonymous> (widget-93da14a-76f44a7b.js:3) 

這是一直工作到昨天(星期日10/19/2017)

+0

你應該用文件的SoundCloud的bug報告。 – meagar

+0

你知道如何向他們提交錯誤報告嗎? 我可以在他們的網站上找到的鏈接是: https://developers.soundcloud.com/support –

回答

1

這是一個SOUNDCLOUD內部問題,我認爲他們必須解決它,但如果你想解決它,改變de url並用de id調用API這首歌。

作爲例子:api.soundcloud.com/tracks/346102125

Souncloud API error and solution example

+0

我可以證實他們已經解決了這個錯誤: https://soundcloudcommunity.com/share-embed- 230064 /嵌入代碼變-7383166/index1.html –

相關問題