スポンサーリンク
Netflixで24を流していたのですが、次の話にページ移動する際に、Chromeがクラッシュし、「エラー このウェブページを表示中に問題が発生しました」になってしまいました。その後ページロリロードしても変わらず、さらにはトップページに移動しても1秒程度表示された直後に同じエラーの状態になってしまいました。
スポンサーリンク
症状:Netflixのページが表示できない
Netflixのページを開こうとすると、1秒程度ページが表示された直後、すぐにエラーになって、ページが表示できません。
エラー
このウェブページを表示中に問題が発生しました。
これは、Chromeのタブがクラッシュした際に標準的に表示されるエラーメッセージで、ここからはよくわかりません。
コンソール
開発者ツール(Chrome Developer Tools)を開いてコンソールを確認すると、次のエラーメッセージが記録されていました。
- requestMediaKeySystemAccess() is deprecated on insecure origins in the specification. Support will be removed in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details. (secure.netflix.com/en_us/ffe/player/html/playercore-2.0000.439.011.js:531)
- It is recommended that a robustness level be specified. Not specifying the robustness level could result in unexpected behavior in the future, potentially including failure to play. (secure.netflix.com/en_us/ffe/player/html/playercore-2.0000.439.011.js:531)
- GET chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js net::ERR_FAILED (cast_sender.js:33)
- GET chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js net::ERR_FAILED (cast_sender.js:33)
- GET chrome-extension://fjhoaacokmgbjemoflkofnenfaiekifl/cast_sender.js net::ERR_FAILED (cast_sender.js:33)
- No cast extension found (bk:2896)
上から2つが警告、次の3つがエラー、最後が通常のログでした。
9:50現在、まだ直っていません。約45分前の、前話の読み込み時には問題なかったので、JSや何かがその間に更新されて、何かの問題を踏んだのかと思います。
スポンサーリンク
スポンサーリンク