Status Update
Comments
bv...@gmail.com <bv...@gmail.com> #2
This is per design; in order to know if a user has the Chromecast extension installed (and which one), cast_sender.js requests the script from all potentially installed extensions.
da...@gmail.com <da...@gmail.com> #3
This is terrible coding.
sc...@gmail.com <sc...@gmail.com> #4
This is amateurish at best, incompetent at worst. It's bad and Chrome developers should feel bad.
pg...@gmail.com <pg...@gmail.com> #5
at least keep the console free of errors...
cf...@gmail.com <cf...@gmail.com> #6
The offending image.
cf...@gmail.com <cf...@gmail.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.
cf...@gmail.com <cf...@gmail.com> #8
This is ridiculous and very annoying. I dont want to see this error every time when developing.
Please fix!
Please fix!
mo...@gmail.com <mo...@gmail.com> #9
Agree with all comments above. Please fix!
me...@evancarroll.com <me...@evancarroll.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.
jo...@gmail.com <jo...@gmail.com> #11
yeah amateurish at best. should fix!
dd...@gmail.com <dd...@gmail.com> #12
I have not installed cast sender yet I'm seeing errors in my chrome dev console. not good.
cf...@gmail.com <cf...@gmail.com> #13
Completely ridiculous. It's a simple fix. Fix it.
sa...@gmail.com <sa...@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?
en...@google.com <en...@google.com>
bl...@gmail.com <bl...@gmail.com> #15
[Comment deleted]
lh...@gmail.com <lh...@gmail.com> #16
I guess we should all leave the Google community and go back to Firefox then...
le...@gmail.com <le...@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....
cy...@gmail.com <cy...@gmail.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.
mi...@gmail.com <mi...@gmail.com> #19
Annoying!
za...@zmk.fr <za...@zmk.fr> #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.
ni...@gmail.com <ni...@gmail.com> #21
I think there's something called a try-catch block or something?
ma...@gmail.com <ma...@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.
ja...@gmail.com <ja...@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
ti...@gmail.com <ti...@gmail.com> #24
[Comment deleted]
gr...@utsire.com <gr...@utsire.com> #25
i'm really puzzled with the attitude towards this issue :/
he...@gmail.com <he...@gmail.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!
li...@gmail.com <li...@gmail.com> #27
[Comment deleted]
ig...@gmail.com <ig...@gmail.com> #28
The easy fix, I imagine, is to silence the errors with try catch blocks.
ap...@gmail.com <ap...@gmail.com> #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.
ab...@gmail.com <ab...@gmail.com> #30
[Comment deleted]
[Deleted User] <[Deleted User]> #31
Wontfix??? Wtf... Ok, back to Firefox... farewell
kr...@gmail.com <kr...@gmail.com> #32
Why the hell you "wontfix" forgotten debug code " console.log(response.farewell);"
[Deleted User] <[Deleted User]> #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...
go...@gmail.com <go...@gmail.com> #34
Wow this is @#$%^&* annoying
ma...@gmail.com <ma...@gmail.com> #35
This is causing so much trouble...
jb...@android.com <jb...@android.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.
jb...@android.com <jb...@android.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).
al...@android.com <al...@android.com>
ju...@gmail.com <ju...@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).
an...@gmail.com <an...@gmail.com> #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
th...@gmail.com <th...@gmail.com> #40
Shame on you Chrome developers for not fixing this yet!
ai...@edutornio.net <ai...@edutornio.net> #41
Comment has been deleted.
da...@gmail.com <da...@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.
Description
- Steps to reproduce the problem.
1. Enable Emoji keyboard.
2. Use Emoji keyboard to type the Santa icon.
- What happened.
A Santa with a sad face appears, ruining Christmas.
- What you think the correct behavior should be.
A Santa with a jolly smile should appear, representing his unending joy he derives from gift giving; a joy he wishes to communicate to Android users during the holidays.
Version: 4.2.1