Issue 475: CNN video streams don't work http://code.google.com/p/chromium/issues/detail?id=475
Comment #12 by [EMAIL PROTECTED]: I took a look at it with the JS debugger, and there are no unhandled exceptions or even any error logs. I looked at the code a bit, and it looks like they've got some kind of top level exception handler. You can catch it by setting a breakpoint at LivePlayer.prototype.handleFatalException. Here's the backtrace: #00 #<a LivePlayer>.handleFatalException(e=#<an Object>) http://i.cdn.turner.com/cnn/.element/js/2.0/video/live/live_player_lib.js line 46 column 74 (position 19252) #01 #<a LivePlayer>.p_$K7(e=#<an Object>) http://i.cdn.turner.com/cnn/.element/js/2.0/video/xmp_3_2_2/xmp_baseplayer.js line 134 column 79 (position 49417) #02 #<a LivePlayer>.i_$17V(ex=#<an Object>) http://i.cdn.turner.com/cnn/.element/js/2.0/video/xmp_3_2_2/xmp_baseplayer.js line 140 column 11 (position 50362) #03 #<a LivePlayer>.bootStrap() http://i.cdn.turner.com/cnn/.element/js/2.0/video/xmp_3_2_2/xmp_baseplayer.js line 95 column 15 (position 35316) #04 #<a LivePlayerDriver>.init() http://i.cdn.turner.com/cnn/.element/js/2.0/video/live/live_player_lib.js line 157 column 477 (position 51255) #05 init() http://i.cdn.turner.com/cnn/.element/js/2.0/video/live/live_player_lib.js line 153 column 48 (position 50513) #06 onload(evt=#<an Event>) http://www.cnn.com/video/live/live.html line 36 column 9 (position 143) The original exception is happening in frame 3 (LivePlayer.prototype.bootStrap()), and has the following message: Error Type: NativePlayerGroupNotFoundError Occured While: Validating native player group. Error Text: Invalid native player group "ValidateOnBootstrap". FATAL ERROR CODE: 1: fatal_unspecified_error," source: http://www.cnn.com/video/live/live.html (0) Unfortunately, I didn't get any further than that. The code is somewhat obfuscated and a pain to follow. Given that the result ends in an error anyway (just a prettier looking error), I'd say this is fairly low priority to track down. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
