Bug P2
Status Update
Comments
an...@google.com <an...@google.com> #2
Hello there!
Thank you for the heads up this has been already reported internally.
19...@gmail.com <19...@gmail.com> #3
Hello,
The expected impact of this bug is considered low (it's a narrow edge case with no upvotes, and should be avoidable on the consumer side by trimming inputs). As a result, our engineering team has deprioritized the issue until there is evidence of further impact. I am going to mark this as Won't Fix to more accurately reflect this. Please re-open if the scope of the issue changes. Thanks!
ka...@gmail.com <ka...@gmail.com> #4
This is amateurish at best, incompetent at worst. It's bad and Chrome developers should feel bad.
gi...@gmail.com <gi...@gmail.com> #5
at least keep the console free of errors...
mi...@mahemoff.com <mi...@mahemoff.com> #7
This would be about 3 lines of code to fix. I'm very surprised Chromecast team considers it reasonable to dump a long list of error messages in the vast majority of people's browsers, ie > 99% of users of a typical web app are either using another browser or using Chrome but without Chromecast, and this will aversely affect all of them.
"Don’t leave “broken windows” (bad designs, wrong decisions, or poor code) unrepaired. Fix each one as soon as it is discovered." [1]. By routinely dumping error messages in almost everyone's consoles as if it were a normal situation, you are encouraging developers and users to ignore error messages instead of taking them seriously, as they should do, and you are making it impossible for developers to attain a pristine error log.
1.https://pragprog.com/the-pragmatic-programmer/extracts/software-entropy
"Don’t leave “broken windows” (bad designs, wrong decisions, or poor code) unrepaired. Fix each one as soon as it is discovered." [1]. By routinely dumping error messages in almost everyone's consoles as if it were a normal situation, you are encouraging developers and users to ignore error messages instead of taking them seriously, as they should do, and you are making it impossible for developers to attain a pristine error log.
1.
je...@gmail.com <je...@gmail.com> #8
This is ridiculous and very annoying. I dont want to see this error every time when developing.
Please fix!
Please fix!
sa...@gmail.com <sa...@gmail.com> #9
Agree with all comments above. Please fix!
pr...@gmail.com <pr...@gmail.com> #10
Very annoying for me too. Trying to fix a bug in a program and it took me a while to figure out that this wasn't part of the bug and wasn't something I was doing.
[Deleted User] <[Deleted User]> #11
yeah amateurish at best. should fix!
jo...@gmail.com <jo...@gmail.com> #12
I have not installed cast sender yet I'm seeing errors in my chrome dev console. not good.
ja...@gmail.com <ja...@gmail.com> #13
Completely ridiculous. It's a simple fix. Fix it.
me...@gmail.com <me...@gmail.com> #14
How is this a wontfix? What the heck you guys? Are you expecting patch requests for it if someone else tackles it?
as...@gmail.com <as...@gmail.com> #15
[Comment deleted]
sa...@gmail.com <sa...@gmail.com> #16
I guess we should all leave the Google community and go back to Firefox then...
jo...@gmail.com <jo...@gmail.com> #17
Do any of you guys create apps ? e.g. I have created one in the past and noticed that within my Eclipse environment, i have downloaded the 'Google Play services API' as part of a project. This enables (amongst other things) 'Google Cast'.
Wondering if this could be part of the reason I'm seeing the cast_sender.js issues ? or am I clutching at straws....
Wondering if this could be part of the reason I'm seeing the cast_sender.js issues ? or am I clutching at straws....
mi...@mahemoff.com <mi...@mahemoff.com> #18
Jon - that's right, there's no mystery here. I assume Eclipse's "Google Cast" will cause your app to link to include the official cast_sender.js script, and that script is broken as it insists on trying to fetch a resource that will only be present if users are in Chrome and Chromecast extension is installed. Otherwise, it will dump errors.
ab...@goodfront.com <ab...@goodfront.com> #19
Annoying!
tr...@gmail.com <tr...@gmail.com> #20
So what, send the requests to detect Chromecast extensions.
*Don't pollute the console.* That's entirely different.
*Don't pollute the console.* That's entirely different.
tr...@gmail.com <tr...@gmail.com> #21
I think there's something called a try-catch block or something?
bu...@gmail.com <bu...@gmail.com> #22
this has been more than 4 months and no one is bothering to reply form the development team. It very annoying for me see those error line every time i look at the console. Please fix it.
ed...@gmail.com <ed...@gmail.com> #23
Is it possible this is affecting Analytics tracking? My Chrome direct traffic suddenly dropped on 4th October 2014 without any apparent reason.
Thanks
Thanks
mi...@gmail.com <mi...@gmail.com> #24
[Comment deleted]
le...@gmail.com <le...@gmail.com> #25
i'm really puzzled with the attitude towards this issue :/
ad...@adamblackerby.com <ad...@adamblackerby.com> #26
This is a serious issue and interferes with all chrome based web development as well as driving developers, like myself, away from using chrome. Please fix this ASAP!
ho...@gmail.com <ho...@gmail.com> #27
[Comment deleted]
tr...@gmail.com <tr...@gmail.com> #28
The easy fix, I imagine, is to silence the errors with try catch blocks.
[Deleted User] <[Deleted User]> #29
So it appears that Chrome attempts to get cast_sender.js on pages that have YouTube content. I'm guessing when Chrome sees media that it can stream it attempts to access the Chromecast extension. When the extension isn't present, the error is thrown.
ga...@gmail.com <ga...@gmail.com> #30
[Comment deleted]
ja...@gmail.com <ja...@gmail.com> #31
Wontfix??? Wtf... Ok, back to Firefox... farewell
ja...@gmail.com <ja...@gmail.com> #32
Why the hell you "wontfix" forgotten debug code " console.log(response.farewell);"
av...@gmail.com <av...@gmail.com> #33
Its crazy that you wont fix this ! Why ? Really, we, developers love to make things properly, so how can we live in peace with this on our console ? Jesus...
th...@gmail.com <th...@gmail.com> #34
Wow this is @#$%^&* annoying
sh...@gmail.com <sh...@gmail.com> #35
This is causing so much trouble...
ma...@google.com <ma...@google.com> #36
Hey Everyone, we understand that this is annoying, and while this particular issue is marked WontFix, we are working on a solution that doesn't depend on being able to load content from the extension in this way.
As for the console error, this isn't a simple case of turning off a log statement, it's Chrome itself which shows that error on any failed document request. Normally that's fairly useful to have, though we do understand it's annoying in this case due to the failed requests for extension resources. There's really no way for the Cast JS code to suppress this console output, AFAIK.
As for the console error, this isn't a simple case of turning off a log statement, it's Chrome itself which shows that error on any failed document request. Normally that's fairly useful to have, though we do understand it's annoying in this case due to the failed requests for extension resources. There's really no way for the Cast JS code to suppress this console output, AFAIK.
jp...@gmail.com <jp...@gmail.com> #37
I happened upon this page fearing at first that I had be compromised. Not a pleasant feeling, very thankful that it's a worthless bug.
While this issue is not a show stopper, in fact it looks quite benign, but it is still ludicrous that it was marked as WONT FIX....
To boot the response on July 18th was less then informative, you guys might want to stop and formulate your responses a little more before you post them. Especially with 19 days worth of research time between the original post and response.
This clean up should happen in the code before a user deals with it, but for those wishing to alleviate the issue locally you can filter the output:
http://superuser.com/questions/394213/how-can-i-suppress-chrome-extension-output-from-web-inspectors-console-log
Filter out all messages from a particular source file by right-clicking the white (blank) part of console message line and choosing Filter > Hide Messages from foo.js. You can undo this filtering from the same menu later, if you wish. Chrome will remember to do this filtering for you until you disable it (even if you navigate somewhere else or restart Chrome).
While this issue is not a show stopper, in fact it looks quite benign, but it is still ludicrous that it was marked as WONT FIX....
To boot the response on July 18th was less then informative, you guys might want to stop and formulate your responses a little more before you post them. Especially with 19 days worth of research time between the original post and response.
This clean up should happen in the code before a user deals with it, but for those wishing to alleviate the issue locally you can filter the output:
Filter out all messages from a particular source file by right-clicking the white (blank) part of console message line and choosing Filter > Hide Messages from foo.js. You can undo this filtering from the same menu later, if you wish. Chrome will remember to do this filtering for you until you disable it (even if you navigate somewhere else or restart Chrome).
mo...@gmail.com <mo...@gmail.com> #38
Uninstalling (not only deactivating )the official google cast extention in chrome seems to remove the messages to console. Left google cast (beta) installed but deactivated).
[Deleted User] <[Deleted User]> #39
Actually this error is reportedly preventing youtube to approve a video campaign on adwords.. because my video ad is pointing to my site -> which contains a youtube video
can anyone help? adwords support is saying that its probably the way i embedded the video and it cant be their fault as there are others embedding videos as well... ridiculous
can anyone help? adwords support is saying that its probably the way i embedded the video and it cant be their fault as there are others embedding videos as well... ridiculous
[Deleted User] <[Deleted User]> #40
Shame on you Chrome developers for not fixing this yet!
pa...@gmail.com <pa...@gmail.com> #41
What shoulad I say to my clients?
"Please, don't use embeded youtube player"? or
"Please, don't look at those console red messages - Google has been fixing this bug for a half year"? or
"Just change browser"?
"Please, don't use embeded youtube player"? or
"Please, don't look at those console red messages - Google has been fixing this bug for a half year"? or
"Just change browser"?
ch...@gmail.com <ch...@gmail.com> #42
I just discovered this thread after observing these issues in a couple of my websites. Seeing as the status is marked "WontFix", please provide official feedback as to how to correctly suppress these errors.
Thanks.
Thanks.
[Deleted User] <[Deleted User]> #43
This is ridiculous. Please fix this issue. It's annoying as hell.
ko...@gmail.com <ko...@gmail.com> #44
Seeing these same errors via a player built today with the IFrame SDK. Couldn't a simple solution be to add a player flag that disables the Cast support in the player and the need to make these calls? Sure that may not help to support the product you are selling, but as a developer who goes through the grind to build cleanly performing applications, throwing a bunch of "non-error errors" into our consoles is really unforgivable.
dh...@gmail.com <dh...@gmail.com> #45
This has been going on for soooo long. Chrome dev tools are by far the easiest and best to work with. You should really fix this soon.
dh...@gmail.com <dh...@gmail.com> #46
[Comment deleted]
dh...@gmail.com <dh...@gmail.com> #47
The longer you sit on the page the more it grows. This is frustrating for developers and you guys own most of us because the console is light years beyond IE and FF. Now you're gonna mess that up? What's next? You gonna bloat the crap out of Chrome like FF did a few years ago?
[Deleted User] <[Deleted User]> #48
Please fix this bug. It's incredibly difficult to develop with this stuff constantly polluting my console.
in...@gmail.com <in...@gmail.com> #49
Yeah, WTF.. this just started occuring for me as well. It delays page clicks as well and I do NOT want to be forced to install a Chromecast extension! This is silly
ct...@gmail.com <ct...@gmail.com> #50
This cost me half a day to find a solution!! WTF google!
ti...@gmail.com <ti...@gmail.com> #51
Guys,
Ditto- please address this.
Ditto- please address this.
ch...@sinbadsoft.com <ch...@sinbadsoft.com> #52
Very annoying please fix this.
is...@gmail.com <is...@gmail.com> #54
The suggestion in #52 did the job for me. Thanks. Unfortunately it takes up some toolbar real estate, but that's much less annoying than the stack of errors.
[Deleted User] <[Deleted User]> #55
It was even earlier in suggestion #28 and you can hide the button.
Pretty unwelcome solution though
Pretty unwelcome solution though
be...@gmail.com <be...@gmail.com> #56
Please, fix this bag. This is terrible!!! :-(
le...@gmail.com <le...@gmail.com> #57
[Comment deleted]
tr...@gmail.com <tr...@gmail.com> #58
You remove yourself by managing your subscriptions.
ma...@gmail.com <ma...@gmail.com> #59
[Comment deleted]
ga...@gmail.com <ga...@gmail.com> #60
If I happen to turn off my filters....
[Deleted User] <[Deleted User]> #61
This is stoping the actions of all pages the error occurs. Please, fu***ng fix this
ps...@gmail.com <ps...@gmail.com> #62
+1 to existing comments - very disappointed to see WontFix on a major PITA for developers - and a cryptic message to boot - had to search to find out what on earth the errors meant. Please update status to reflect fact this issue needs to be addressed.
go...@textmail.me <go...@textmail.me> #63
I'd be very interested in the details why this is a WontFix. We're all trying to guess. I would help me to understand what exactly is happening and why it is so hard to fix.
The problem for developers is, that there are customers looking at their websites and some of them are able to open up the console. I had several reports about this issue. Of course I can point them to this side and let them check other pages with youtube videos to see that the error comes up there too.
If you can't fix it - okay. But then make it an information message or preconfigure the filter when installing/updating chrome.
The problem for developers is, that there are customers looking at their websites and some of them are able to open up the console. I had several reports about this issue. Of course I can point them to this side and let them check other pages with youtube videos to see that the error comes up there too.
If you can't fix it - okay. But then make it an information message or preconfigure the filter when installing/updating chrome.
sa...@hotmail.com <sa...@hotmail.com> #64
Very annoying to see this everytime... Please fix.
me...@meganmadethis.com <me...@meganmadethis.com> #65
This is a WontFix? I'm already tired of the fake cache errors dev tools throw. It's getting pretty ridiculous that every time I see a JS error in Chrome, I feel compelled to do a search just to make sure it isn't fake.
Please fix this. Chrome has my favorite dev tools. I'd like for that to stay true.
Please fix this. Chrome has my favorite dev tools. I'd like for that to stay true.
be...@gmail.com <be...@gmail.com> #66
Another one joining the complaint. Seriously, WTF, these more than 20 lines of:
"Failed to load resource: net::ERR_FAILED chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js".
I cannot tell all my 1000 webpage users to install the Chrome Cast plugin, and I don't want to either!!!
"Failed to load resource: net::ERR_FAILED chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js".
I cannot tell all my 1000 webpage users to install the Chrome Cast plugin, and I don't want to either!!!
cg...@gmail.com <cg...@gmail.com> #67
"This is per design"
That's just shit design Google, I don't use Chromecast, and never will. Why does my browser console have to be full with these errors?
If the extensions is not installed, just fail silently, no need to pester everyone else who could care less about Chromecast!
That's just shit design Google, I don't use Chromecast, and never will. Why does my browser console have to be full with these errors?
If the extensions is not installed, just fail silently, no need to pester everyone else who could care less about Chromecast!
un...@gmail.com <un...@gmail.com> #68
For every irate developer posting messages here about how lame this is, there are hundreds who couldn't be bothered. Come on, fix this already!
yo...@gmail.com <yo...@gmail.com> #69
I don't understand why this is a wontfix..?
What's the reason for not fixing this issue?
This is still happening and we're past 5 months..
What's the reason for not fixing this issue?
This is still happening and we're past 5 months..
cr...@gmail.com <cr...@gmail.com> #70
This bug is really pain. Goodbye chrome, will develop using good old Firefox.
eb...@gmail.com <eb...@gmail.com> #71
This is really bad coding. I'm surprised to see it in a google code. You deceived me on this one, guys.
je...@gmail.com <je...@gmail.com> #72
This is getting in the way of developers everywhere. We rely on the console to relay pertinent information to us. This is bad for developers and therefore bad for Chrome and users.
ch...@heavymark.com <ch...@heavymark.com> #73
Also noticed this lately. Told our clients Google will hopefully resolve it soon but this thread isn't promising.
cr...@gmail.com <cr...@gmail.com> #74
Just to echo all the above, incredibly lazy coding.
na...@gmail.com <na...@gmail.com> #75
I am deeply disappointed Google. I have never seen such a terrible level of lazyness and failure to achieve your solutions by means outside of the normal box. Every other Google product to ever exist ever, I can look at and say. That is a clever solution that a lot of thought went into, I can appreciate that. Its clever.
This is none of that. None. This is the WORST design flaw ever.
This is none of that. None. This is the WORST design flaw ever.
ma...@googlemail.com <ma...@googlemail.com> #76
[Comment deleted]
ph...@gmail.com <ph...@gmail.com> #77
Not finding the extension should definitely not pollute the console with errors. I mean, c'mon.
an...@gmail.com <an...@gmail.com> #78
[Comment deleted]
an...@gmail.com <an...@gmail.com> #79
This:
https://code.google.com/p/google-cast-sdk/issues/detail?id=309#c40
If this is annoying to me as a developer, i can only imagine how annoyed QA people must be about this.
That being said, everyone saying stuff like "I'm disappointed" or "this is stupid" or "* is lazy"...
I mean... give them SOME credit. Developers at Google are ... developers at Google... I would imagine that they are neither lazy nor stupid- if they were, they wouldn't ... you know... work... at Google.
At least... the rest of the internet still works?
If you're upset, I advise you to go look at some cat pictures.
Actually...
Google devs! The next time you have to make a console error, make it a console error that plays a gif of a cat or something!
I mean, it'd still be annoying, but at least it'd be cute and a cat.
The internet likes cats.
If this is annoying to me as a developer, i can only imagine how annoyed QA people must be about this.
That being said, everyone saying stuff like "I'm disappointed" or "this is stupid" or "* is lazy"...
I mean... give them SOME credit. Developers at Google are ... developers at Google... I would imagine that they are neither lazy nor stupid- if they were, they wouldn't ... you know... work... at Google.
At least... the rest of the internet still works?
If you're upset, I advise you to go look at some cat pictures.
Actually...
Google devs! The next time you have to make a console error, make it a console error that plays a gif of a cat or something!
I mean, it'd still be annoying, but at least it'd be cute and a cat.
The internet likes cats.
[Deleted User] <[Deleted User]> #80
Please fix it for this issue i am getting a bad impression to my souurrounding.
je...@gmail.com <je...@gmail.com> #81
The page from my website, which has a number of embedded You-Tube films takes ages to finish loading, and consequently clicks to another page are significantly delayed.
I have to assume that most people viewing the website do not have special extensions installed.
See the page:http://www.jewishjericho.org.il/hebrew/torah/EretzIsraelSundays.html
I have to assume that most people viewing the website do not have special extensions installed.
See the page:
bt...@gmail.com <bt...@gmail.com> #82
da...@gmail.com <da...@gmail.com> #83
I'm also using chrome on OSX Yosemite and could experience the same error. A workaround to work on incognito mode is to allow "chrome cast" extension on incognito mode. At least it won't bother you during development.
If I understood this well, this issue would only affect people who has the "chrome cast" extension enable. Am I right ?
If I understood this well, this issue would only affect people who has the "chrome cast" extension enable. Am I right ?
mi...@mahemoff.com <mi...@mahemoff.com> #84
@danicri It affects everyone who *doesn't* have chromecast extension enabled. (Including Firefox etc users.) Yes you can use that workaround yourself to hide this error in incognito.
yo...@gmail.com <yo...@gmail.com> #85
The proposed workarounds do not help webmasters, whose audiance is typically not technically savvy and do not know how to tweak browser behaviour. A consequence of this bug is that, in Chrome, pages with multiple You Tube embeds remain unclickablble fo a long time.
an...@gmail.com <an...@gmail.com> #86
@yonathan
While I agree with your audience statement, I don't think your clickable problem has to do with this bug in particular. Pages with a lot of videos have a lot of data to receive on page load, which, if left to the browser to decide the order that things load in, would be at the mercy of the connection to youtube.
One thing that may be worth looking into would be to populate the videos In the order of importance...
So if you have 100 videos on your page, defer the request of the last 95 until after the first 5 have loaded so the requests come in chunks 5 video chunks rather than all at once.
While I agree with your audience statement, I don't think your clickable problem has to do with this bug in particular. Pages with a lot of videos have a lot of data to receive on page load, which, if left to the browser to decide the order that things load in, would be at the mercy of the connection to youtube.
One thing that may be worth looking into would be to populate the videos In the order of importance...
So if you have 100 videos on your page, defer the request of the last 95 until after the first 5 have loaded so the requests come in chunks 5 video chunks rather than all at once.
an...@gmail.com <an...@gmail.com> #87
Also, @jewishjericho, your page loaded fine for me if thats any consolation.
yo...@gmail.com <yo...@gmail.com> #88
@andrew
Thanks for your input. The problem, which happens only in Chrome is that the page loads OK, but many links on the page cannot be clicked unless the "x" next to the address bar is first clicked.
I.e. even though the page seems to be fully loaded the "reload" arrow next to the address bar never appears; Consequently, if the visitor wants to progress to a new page by clicking one of the page links, the new page will not appear unless the visitor first stops the present page loading process by clicking the "x" next to the address bar.
This typically happens when the page in question has not been previously cached in the browser - i.e. for first-time visitors.
Tryhttp://www.jewishjericho.org.il/hebrew/torah/EretzIsraelSundays.html after first clearing your cache.
Thanks for your input. The problem, which happens only in Chrome is that the page loads OK, but many links on the page cannot be clicked unless the "x" next to the address bar is first clicked.
I.e. even though the page seems to be fully loaded the "reload" arrow next to the address bar never appears; Consequently, if the visitor wants to progress to a new page by clicking one of the page links, the new page will not appear unless the visitor first stops the present page loading process by clicking the "x" next to the address bar.
This typically happens when the page in question has not been previously cached in the browser - i.e. for first-time visitors.
Try
ch...@heavymark.com <ch...@heavymark.com> #89
Not to add extra noise to this discussion, but I can confirm that your link jewish jericho does seem to load indefinitely in chrome as you described where is in safari it loads instantly. A way to test if this is due to this chromecast issue or not would be to install the chromecast extension, empty your cache and seeing if the issue persists.
While Google has marked this as wont fix it I'm pretty positive that it will be fixed, however they may wish to fix it indirectly to save some face. Fine by me as long as our console is clean again!
While Google has marked this as wont fix it I'm pretty positive that it will be fixed, however they may wish to fix it indirectly to save some face. Fine by me as long as our console is clean again!
jo...@gmail.com <jo...@gmail.com> #90
Ridiculous. Just searched because something was wrong - and this is by design.
ra...@gmail.com <ra...@gmail.com> #91
Just repeating the above frustration. Come on Google it's been months.
go...@mleo.net <go...@mleo.net> #92
A shame for google to "won't fix" such a crappy extension!
ja...@gmail.com <ja...@gmail.com> #93
"This is per design" lol...love it! I spent days looking through my clients code trying to figure out what was causing this issue. Never thought of just googling - Chrome Design Specs :)
On a serious note, why would you think that blasting errors when your plugin ISN'T installed would be an okay thing to live with?
On a serious note, why would you think that blasting errors when your plugin ISN'T installed would be an okay thing to live with?
an...@gmail.com <an...@gmail.com>
si...@gmail.com <si...@gmail.com> #94
Well this is annoying, please fix
da...@gmail.com <da...@gmail.com> #95
If I understand from post #35 markdavi...@google.com this is not a chrome cast sdk problem but a chrome problem.
Does anyone know if there is a better place, some google chrome forum perhaps, where I add my voice to this issue? I've looked but I can't find anything on point. Thanks
Does anyone know if there is a better place, some google chrome forum perhaps, where I add my voice to this issue? I've looked but I can't find anything on point. Thanks
mi...@mahemoff.com <mi...@mahemoff.com> #96
[Comment deleted]
mi...@mahemoff.com <mi...@mahemoff.com> #97
It's a problem with the Chromecast SDK (JavaScript library), not at all a problem with Chrome.
Chrome is doing the right thing by outputting error messages on websites using the Chromecast library because, well, there is an error.
Chrome is doing the right thing by outputting error messages on websites using the Chromecast library because, well, there is an error.
da...@gmail.com <da...@gmail.com> #98
ok, thanks for clarifying
[Deleted User] <[Deleted User]> #99
[Comment deleted]
an...@gmail.com <an...@gmail.com> #100
seriously? OMG what a development
st...@gmail.com <st...@gmail.com> #101
Im using lumametrics for my Google Analytics to track my youtube video events. It was working earlier this week. Now its not.
It this error affecting my GA events?
It this error affecting my GA events?
ma...@gmail.com <ma...@gmail.com> #102
This is really annoying... are you sure that this is the ONLY way to implement this feature? It's really unprofessional coding.
cy...@gmail.com <cy...@gmail.com> #103
Any updates on this issue?
ca...@macr.ae <ca...@macr.ae> #104
Please fix this. Not cool.
id...@gmail.com <id...@gmail.com> #105
Please fix this asap!
bo...@gmail.com <bo...@gmail.com> #106
we need to do something about this.
to...@gmail.com <to...@gmail.com> #107
dear commenters,
adding over 9000 comments saying ‘Me too!’, ‘gogel pls’, ‘omg fix this asap’ etc WON’T HELP.
please, PLEASE, don’t add comments like this.
just star the issue.
kthxbye
adding over 9000 comments saying ‘Me too!’, ‘gogel pls’, ‘omg fix this asap’ etc WON’T HELP.
please, PLEASE, don’t add comments like this.
just star the issue.
kthxbye
to...@gmail.com <to...@gmail.com> #108
dear devs,
regardless whether you reconsider fixing this (you should btw),
please *restrict commenting* on this issue.
I don’t want to unstar the issue just because of the spammy comments.
thanks
regardless whether you reconsider fixing this (you should btw),
please *restrict commenting* on this issue.
I don’t want to unstar the issue just because of the spammy comments.
thanks
[Deleted User] <[Deleted User]> #109
[Project Member] stopped to reply, lol.
je...@gmail.com <je...@gmail.com> #110
+ 1 Me too!
If you're too lazy to fix such a simple issue, I'm too lazy to read your "please don't post me too comments" notice.
If you're too lazy to fix such a simple issue, I'm too lazy to read your "please don't post me too comments" notice.
su...@gmail.com <su...@gmail.com> #111
Adding my voice to this also. Please consider some kind of fix or workaround.
mi...@gmail.com <mi...@gmail.com> #112
Fix it pls!! is really turning crazy me...
ce...@gmail.com <ce...@gmail.com> #113
Me too! +1000
Bunch of amateurs. You are making developing apps on chrome a nightmare. Fix it!!!
Bunch of amateurs. You are making developing apps on chrome a nightmare. Fix it!!!
to...@gmail.com <to...@gmail.com> #114
Fix it pls! Stupid bug :'(
[Deleted User] <[Deleted User]> #115
PLEASE FIX THIS!
dd...@gmail.com <dd...@gmail.com> #116
Remove that SPAM from my console, PLEASE !!!
ma...@gmail.com <ma...@gmail.com> #117
This is really annoying.
al...@gmail.com <al...@gmail.com> #118
Hi everyone, I've got a simple solution but it needs flash... (sorry html5 fans)
So you embed the video with swfobject and get fallback with iframe.
Take a look athttps://gist.github.com/alejogutierrez/e81afe871d6593c86d63
So you embed the video with swfobject and get fallback with iframe.
Take a look at
c....@bathspa.ac.uk <c....@bathspa.ac.uk> #119
Developer at bathspa university, this is affecting our sitemorse statistics, will this be fixed soon?
[Deleted User] <[Deleted User]> #120
I will volunteer to fix this for free. contact me
wa...@gmail.com <wa...@gmail.com> #121
+1 Me too! ;) torzsmokus
finally finished building out this massive website...
css: check...
html validation: check...
error free console: check...
client wants embedded youtube video to top it all off...
error free console: uncheck...
What grinds my gears is that Google owns Youtube, Chrome, and Chromecast. Shouldn't somebody over there step up? Tomorrow, Google might add ChromeDongle which might throw similar errors and our consoles would be even more polluted. Why does leaving this in seem to be a good idea? Why does passing the buck to the other Google umbrella companies seem to be okay? Can somebody please just keep the console clean because simply for the reason that it makes the most sense?
Also don't get me started on the net::ERR_CACHE_MISS...
finally finished building out this massive website...
css: check...
html validation: check...
error free console: check...
client wants embedded youtube video to top it all off...
error free console: uncheck...
What grinds my gears is that Google owns Youtube, Chrome, and Chromecast. Shouldn't somebody over there step up? Tomorrow, Google might add ChromeDongle which might throw similar errors and our consoles would be even more polluted. Why does leaving this in seem to be a good idea? Why does passing the buck to the other Google umbrella companies seem to be okay? Can somebody please just keep the console clean because simply for the reason that it makes the most sense?
Also don't get me started on the net::ERR_CACHE_MISS...
cs...@mocap.com <cs...@mocap.com> #122
For the love of Zod, just modify the console to filter these messages.
Or better yet... Just update the Console to allow the ability to apply a RegEx filter to the messages. And set the default value for this to:
filter = /GET chrome-extension.*ERR_FAILED/
If the purpose of this error message is to advertise the existence of Chromecast to developers, then just go ahead and put advertisements in the console. But don't try to disguise your advertisements as error messages. We have to deal with Management and/or clients who are mistaking your sneaky ad campaign for real error messages.
Or better yet... Just update the Console to allow the ability to apply a RegEx filter to the messages. And set the default value for this to:
filter = /GET chrome-extension.*ERR_FAILED/
If the purpose of this error message is to advertise the existence of Chromecast to developers, then just go ahead and put advertisements in the console. But don't try to disguise your advertisements as error messages. We have to deal with Management and/or clients who are mistaking your sneaky ad campaign for real error messages.
cl...@gmail.com <cl...@gmail.com> #123
[Comment deleted]
[Deleted User] <[Deleted User]> #124
Somehow Microsoft was able to code up their cast system without flooding console. Must be a superior design. Maybe ya'll should hire them out to fix this bug. http://blogs.windows.com/bloggingwindows/2014/09/23/announcing-the-microsoft-wireless-display-adapter/
ko...@gmail.com <ko...@gmail.com> #125
Must be the junior varsity squad running the Chromecast team over there. How on earth this gets a "Won't Fix/Working As Intended" resolution is pure amateur hour.
ex...@gmail.com <ex...@gmail.com> #126
bullshit
vi...@gmail.com <vi...@gmail.com> #127
bad bad bad! Fix it!
tr...@gmail.com <tr...@gmail.com> #128
If this is per design, whoever designed it should be fired! Unbelievable.
ni...@gmail.com <ni...@gmail.com> #129
Same problem for me !
GET chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js net::ERR_FAILED
How can I sell a bugged website to my client... Just because of a Chrome bug !
GET chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js net::ERR_FAILED
How can I sell a bugged website to my client... Just because of a Chrome bug !
ro...@gmail.com <ro...@gmail.com> #130
Please fix this really pointless annoying spammy peace of bad code or find another line of work and let real programmers do the work?
v....@gmail.com <v....@gmail.com> #131
PLEASE FIX THIS SHIT!
Failed to load resource: net::ERR_FAILED
chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js Failed to load resource: net::ERR_FAILED
chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js Failed to load resource: net::ERR_FAILED
chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js Failed to load resource: net::ERR_FAILED
chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js Failed to load resource: net::ERR_FAILED
chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js Failed to load resource: net::ERR_FAILED
chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js Failed to load resource: net::ERR_FAILED
chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js Failed to load resource: net::ERR_FAILED
chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js Failed to load resource: net::ERR_FAILED
chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js Failed to load resource: net::ERR_FAILED
Failed to load resource: net::ERR_FAILED
chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js Failed to load resource: net::ERR_FAILED
chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js Failed to load resource: net::ERR_FAILED
chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js Failed to load resource: net::ERR_FAILED
chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js Failed to load resource: net::ERR_FAILED
chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js Failed to load resource: net::ERR_FAILED
chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js Failed to load resource: net::ERR_FAILED
chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js Failed to load resource: net::ERR_FAILED
chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js Failed to load resource: net::ERR_FAILED
chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js Failed to load resource: net::ERR_FAILED
fp...@gmail.com <fp...@gmail.com> #132
This is busting our error tracking and page performance analytics, unacceptable. We're going to be removing youtube embeds from the site in the mean-time.
[Deleted User] <[Deleted User]> #133
fix this please
mi...@steeleimage.com <mi...@steeleimage.com> #134
^ Slowing down development for me.
sr...@gmail.com <sr...@gmail.com> #135
Just jumping in to agree with everyone that this needs to be resolved, not left in it's current "WontFix" status - that's just unacceptable standards, especially for what's most likely only a minor fix in development.
For now, #122's "filter = /GET chrome-extension.*ERR_FAILED/" is the way to go.
For now, #122's "filter = /GET chrome-extension.*ERR_FAILED/" is the way to go.
[Deleted User] <[Deleted User]> #136
[Comment deleted]
[Deleted User] <[Deleted User]> #137
These errors are taking up space in our Chrome development console and make it look like our app is throwing errors, but this is a Google issue. Unbelievable that it hasn't been fixed yet. Google, you make great dev tools for us all, please don't pollute them with your own error messages!! Fix this!
sc...@gmail.com <sc...@gmail.com> #138
FYI to Googlers, getting lots of Aw Snap! pages on many different websites. Would love to give you more information but my error log is stuffed full of spurious error messages :)
he...@gmail.com <he...@gmail.com> #139
Get it fixed already. And stop "Won't Fixing" all these issues. We need a functional dev console.
wk...@gmail.com <wk...@gmail.com> #140
Please fix this. It's embarrassing. Come on Google! Be cool again.
de...@gmail.com <de...@gmail.com> #141
Google hates front end developers. This is just one of the many tentacles of their revenge.
ge...@gmail.com <ge...@gmail.com> #142
Please fix this. It's embarrassing.
sr...@gmail.com <sr...@gmail.com> #143
Realmente instalando o plugin https://chrome.google.com/webstore/detail/google-cast/boadgeojelhgndaghljhdicfkmllpafd/related ele resolve a listagem de erros no console.log.
O problema real é todo usuário ficar instalando isso.
Complicado!
Qualquer mudança real que não seja preciso instalar esse plugin por favor, se puderem avisa.
Abraço!
O problema real é todo usuário ficar instalando isso.
Complicado!
Qualquer mudança real que não seja preciso instalar esse plugin por favor, se puderem avisa.
Abraço!
[Deleted User] <[Deleted User]> #144
That awkward moment when the issue thread becomes even more pitiful than the issue itself...
ju...@gmail.com <ju...@gmail.com> #145
Please fix this.
ma...@gmail.com <ma...@gmail.com> #146
Please google programmers.... tell me that this is a joke, I have 60 (sixty!!!) errors caused by the cast_sender.js request.
Do you call this "professional" ??????
Do you call this "professional" ??????
gt...@gmail.com <gt...@gmail.com> #147
Please Please Pleas fix this.
ar...@gmail.com <ar...@gmail.com> #148
Are you ever going to fix this google? it is really annoying, if it can't be done with normal javascript then tell the main chrome dev team to add an exception to the chromecast extensions the way hangouts and other google apps get whitelisted for special features
lf...@gmail.com <lf...@gmail.com> #149
What a nightmare of an architecture decision. Makes me wonder what other crap is lurking beneath the surface of google products.
wk...@gmail.com <wk...@gmail.com> #150
Oh well. Another situation where Chrome developers ignore their users.
PLEASE PLEASE PLEASE PLEASE? It makes developing very difficult. I can't hide all network errors! I need to know about real 404s, and real 500s, but this is depressing.
On the bright side, it does make me think I am smart enough to get a job at Google after all.
PLEASE PLEASE PLEASE PLEASE? It makes developing very difficult. I can't hide all network errors! I need to know about real 404s, and real 500s, but this is depressing.
On the bright side, it does make me think I am smart enough to get a job at Google after all.
wk...@gmail.com <wk...@gmail.com> #151
Project Member #35 markdavi...@google.com
Hey Everyone, we understand that this is annoying, and while this particular issue is marked WontFix, we are working on a solution that doesn't depend on being able to load content from the extension in this way.
As for the console error, this isn't a simple case of turning off a log statement, it's Chrome itself which shows that error on any failed document request. Normally that's fairly useful to have, though we do understand it's annoying in this case due to the failed requests for extension resources. There's really no way for the Cast JS code to suppress this console output, AFAIK.
======================
Mark? Any word on when this will be fixed?
Hey Everyone, we understand that this is annoying, and while this particular issue is marked WontFix, we are working on a solution that doesn't depend on being able to load content from the extension in this way.
As for the console error, this isn't a simple case of turning off a log statement, it's Chrome itself which shows that error on any failed document request. Normally that's fairly useful to have, though we do understand it's annoying in this case due to the failed requests for extension resources. There's really no way for the Cast JS code to suppress this console output, AFAIK.
======================
Mark? Any word on when this will be fixed?
ln...@google.com <ln...@google.com> #152
Thanks for all the comments here. We are working on creating a long term solution for this. As you know, this is happening because the mechanism used to check for the existence of the Cast extension triggers warnings, but we currently don't have a practical way around this. Unfortunately, at this time the workarounds would be to either install the Google Cast extension or disable network warnings (please note you may miss some warnings that could be on interest to you) so you don't see these additional logs. Restricting comments on this thread so this response is easily visible to all interested.
k3...@gmail.com <k3...@gmail.com> #159
in the console
The key "target-densitydpi" is not supported. id.html:5
GEThttps://googleads.g.doubleclick.net/pagead/id net::ERR_BLOCKED_BY_CLIENT
Dg @ www-embed-player.js:383
Cg @ www-embed-player.js:372
(anonymous) @ www-embed-player.js:409
X @ www-embed-player.js:259
ah @ www-embed-player.js:406
qh @ www-embed-player.js:425
vi @ www-embed-player.js:533
(anonymous) @ www-embed-player.js:552
(anonymous) @ gF4ADNOfVGA?t=4s:10
www-embed-player.js:346 GEThttps://static.doubleclick.net/instream/ad_status.js net::ERR_BLOCKED_BY_CLIENT
Zf @ www-embed-player.js:346
Wf @ www-embed-player.js:343
ag @ www-embed-player.js:349
tg @ www-embed-player.js:362
(anonymous) @ www-embed-player.js:553
(anonymous) @ gF4ADNOfVGA?t=4s:10
www-embed-player.js:383 GEThttps://googleads.g.doubleclick.net/pagead/id net::ERR_BLOCKED_BY_CLIENT
Dg @ www-embed-player.js:383
Cg @ www-embed-player.js:372
(anonymous) @ www-embed-player.js:409
X @ www-embed-player.js:259
ah @ www-embed-player.js:406
(anonymous) @ www-embed-player.js:428
GEThttps://static.doubleclick.net/instream/ad_status.js net::ERR_BLOCKED_BY_CLIENT
Zf @ www-embed-player.js:346
Wf @ www-embed-player.js:343
ag @ www-embed-player.js:349
tg @ www-embed-player.js:362
(anonymous) @ www-embed-player.js:553
(anonymous) @ gF4ADNOfVGA?t=4s:10
www-embed-player.js:383 GEThttps://googleads.g.doubleclick.net/pagead/id net::ERR_BLOCKED_BY_CLIENT
Dg @ www-embed-player.js:383
Cg @ www-embed-player.js:372
(anonymous) @ www-embed-player.js:409
X @ www-embed-player.js:259
ah @ www-embed-player.js:406
(anonymous) @ www-embed-player.js:428
The key "target-densitydpi" is not supported. id.html:5
GET
Dg @ www-embed-player.js:383
Cg @ www-embed-player.js:372
(anonymous) @ www-embed-player.js:409
X @ www-embed-player.js:259
ah @ www-embed-player.js:406
qh @ www-embed-player.js:425
vi @ www-embed-player.js:533
(anonymous) @ www-embed-player.js:552
(anonymous) @ gF4ADNOfVGA?t=4s:10
www-embed-player.js:346 GET
Zf @ www-embed-player.js:346
Wf @ www-embed-player.js:343
ag @ www-embed-player.js:349
tg @ www-embed-player.js:362
(anonymous) @ www-embed-player.js:553
(anonymous) @ gF4ADNOfVGA?t=4s:10
www-embed-player.js:383 GET
Dg @ www-embed-player.js:383
Cg @ www-embed-player.js:372
(anonymous) @ www-embed-player.js:409
X @ www-embed-player.js:259
ah @ www-embed-player.js:406
(anonymous) @ www-embed-player.js:428
GET
Zf @ www-embed-player.js:346
Wf @ www-embed-player.js:343
ag @ www-embed-player.js:349
tg @ www-embed-player.js:362
(anonymous) @ www-embed-player.js:553
(anonymous) @ gF4ADNOfVGA?t=4s:10
www-embed-player.js:383 GET
Dg @ www-embed-player.js:383
Cg @ www-embed-player.js:372
(anonymous) @ www-embed-player.js:409
X @ www-embed-player.js:259
ah @ www-embed-player.js:406
(anonymous) @ www-embed-player.js:428
ja...@gmail.com <ja...@gmail.com> #160
In case you haven't figured out... they don't care
q....@gmail.com <q....@gmail.com> #161
Wow, I just noticed this error that was polluting my profiling, they truly just don't give a fuck about this huge fail. Just do it a smart way, what the hell is wrong with you people saying that it "can't" be done? Are you taking us for regular customers? FUCK YOU
q....@gmail.com <q....@gmail.com> #162
I just love how I spent so much time coding a functional error-free website, using promises and rejection handlers to ensure that all cases are covered, but Google just doesn't apply the same standards and thinks it's okay to leave a console error for almost 4 years. So my beautiful bug-free & smooth website has tons of errors if the visitor doesn't have your useless Chromecast extension.
Tis not right. TIs not fair. Tis not proper. Shame on ya!
Tis not right. TIs not fair. Tis not proper. Shame on ya!
c....@bathspa.ac.uk <c....@bathspa.ac.uk> #163
WOW, cant believe this hasn't been fixed. I added to this issue years ago. We have since taken the decision not to include google in or supported browsers and tell users to use an alternative browser. Probably doesn't mean much to google but if our customers can't get to what they need using chrome and can in another browser then i might be the moment that the customer says 'hay this other browser is pretty good and it loads the content i need, I might keep using this!'
#162 good PD reference :-)
#162 good PD reference :-)
cg...@gmail.com <cg...@gmail.com> #164
Can you add a "Suppress Chromecast Errors" switch to the Dev Console which hides these after the fact? I know it doesn't fix the issue at its root, but it would allow us to code without a console full of garbage or needing to suppress all network errors....
Description
1. Do not install chrome cast extension or remove it if you have installed.
What is the expected output? What do you see instead?
It should not send ajax request to "chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js" if chrome cast extension is not installed.
What version of the product are you using? On what operating system?
Regular chrome and incognito. Mac OSx.
Please provide any additional information below.
I've got the ff errors:
Failed to load resource: net::ERR_ADDRESS_UNREACHABLE chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js
Failed to load resource: net::ERR_ADDRESS_UNREACHABLE chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js
Failed to load resource: net::ERR_ADDRESS_UNREACHABLE chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js
Failed to load resource: net::ERR_ADDRESS_UNREACHABLE chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js
Failed to load resource: net::ERR_ADDRESS_UNREACHABLE chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js
No cast extension found
Should it not send requests if chrome-extension is not installed?