1
我使用iframe在我的網站中嵌入了Youtube視頻。但是,在控制檯中出現了多個錯誤,並且它打破了我的腳本,所以像菜單這樣的東西停止工作。Youtube嵌入式打破我的網站
我的HTML(帕格)看起來是這樣的:
iframe(src="https://www.youtube.com/embed/rgPzdwRT1tE" frameborder="0" allowfullscreen)
而且是錯誤如下:
GET chrome-extension://pkedcjkdefgpdelpbcmbmeomcjbeemfm/cast_sender.js net::ERR_FAILED
GET chrome-extension://fjhoaacokmgbjemoflkofnenfaiekifl/cast_sender.js net::ERR_FAILED
GET chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js net::ERR_FAILED
GET chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js net::ERR_FAILED
GET chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js net::ERR_FAILED
GET chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js net::ERR_FAILED
嵌入式視頻播放就好了。
我已經閱讀了幾個有關類似錯誤的舊版SO問題,但它們並沒有幫助。我必須錯過某些明顯的東西,因爲這似乎不是其他人面臨的問題。
Chrome和Opera的結果相同。 Edge不顯示任何錯誤,但我的腳本仍然被破壞。在本地和託管時進行測試。
Edge中的相同錯誤,真的嗎?那麼Firefox怎麼樣? – Ryan
@瑞恩對不起,在邊緣沒有錯誤,但劇本仍然被打破。我將編輯我的問題來澄清這一點。我也會嘗試Firefox。 – Shankrie
模板中的腳本在哪裏?如果它是外部的,它是否顯示在網絡面板中? – Ryan