29

When I embed some url into page with iframe I'm getting the following error's in chrome console. Why is this happening?

GET chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js net::ERR_FAILEDfj @ www-embed-player-new.js:151ej @ www-embed-player-new.js:151dj @ www-embed-player-new.js:151ij @ www-embed-player-new.js:152gl @ www-embed-player-new.js:205so @ www-embed-player-new.js:301Dq @ www-embed-player-new.js:340(anonymous function) @ FQpUOimNvXA?showinfo=0:10
    www-embed-player-new.js:22

GET https://static.doubleclick.net/instream/ad_status.js net::ERR_BLOCKED_BY_CLIENTlc @ www-embed-player-new.js:22ic @ www-embed-player-new.js:21fc @ www-embed-player-new.js:21xd @ www-embed-player-new.js:35Dq @ www-embed-player-new.js:341(anonymous function) @ FQpUOimNvXA?showinfo=0:10
    www-embed-player-new.js:151

GET chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js net::ERR_FAILEDfj @ www-embed-player-new.js:151ej @ www-embed-player-new.js:151(anonymous function) @ www-embed-player-new.js:151c.onerror @ www-embed-player-new.js:151
    www-embed-player-new.js:151

GET chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js net::ERR_FAILEDfj @ www-embed-player-new.js:151ej @ www-embed-player-new.js:151(anonymous function) @ www-embed-player-new.js:151c.onerror @ www-embed-player-new.js:151
    www-embed-player-new.js:151

GET chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js net::ERR_FAILEDfj @ www-embed-player-new.js:151ej @ www-embed-player-new.js:151(anonymous function) @ www-embed-player-new.js:151c.onerror @ www-embed-player-new.js:151
    www-embed-player-new.js:151 

GET chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js net::ERR_FAILEDfj @ www-embed-player-new.js:151ej @ www-embed-player-new.js:151(anonymous function) @ www-embed-player-new.js:151c.onerror @ www-embed-player-new.js:151
    www-embed-player-new.js:151

GET chrome-extension://eojlgccfgnjlphjnlopmadngcgmmdgpk/cast_sender.js net::ERR_FAILEDfj @ www-embed-player-new.js:151ej @ www-embed-player-new.js:151(anonymous function) @ www-embed-player-new.js:151c.onerror @ www-embed-player-new.js:151
4
  • 2
    Its bug in Chrome if the Chrome Cast Extension is not Installed . Check Here
    – sudhansu63
    Commented Oct 7, 2015 at 5:21
  • @sudhAnsu63 yeap, seems true, thanks for replying
    – marknorkin
    Commented Oct 7, 2015 at 13:23
  • I wouldn't call it a bug..
    – Xan
    Commented Mar 9, 2016 at 15:19
  • 3
    This question has nothing to do with Chrome Cast. Why in the world is this marked as a duplicate? Do we have a few overly-hasty admins?...
    – Luke
    Commented Apr 17, 2017 at 2:04

1 Answer 1

77

Seems Like an AdBlocker extension in enabled. you can see the same types of errors on the YouTube page itself. These Extensions block certain Web-requests if they match some sort of ad related URI.

2
  • 1
    your welcome.. Glad I could help.
    – Minato
    Commented Jul 13, 2016 at 7:13
  • In my case it was the PrivacyBadger extension. Really appreciate the answer that helped me to narrow it down quickly. Commented Feb 17, 2019 at 6:07

Not the answer you're looking for? Browse other questions tagged or ask your own question.