web-dev-qa-db-ja.com

NetflixエラーM7703-1003とubuntuのChrome

Ubuntu 14.04 LTSとgoogle chromeバージョン51.0.2704.106(64ビット)を使用しています。昨日の夜にNetflixを使用できましたが、今日はこのエラーM7703-1003が発生しています。ページをリロードしても役に立ちません。

あなたの助けは大歓迎です。

3
bhjghjh

NetflixでChromeとbuntu 16.04で同じエラーが発生しましたエラーM7703-10.
問題は次のように解決されました。

  1. chromeを閉じてから、RESET chrome profile(現在のプロファイルのバックアップを実行):

    cd ~/.config/google-chrome/
    mv Default Default-bkp
    
  2. chromeを再起動します。新しい新しいプロファイルで開きます。

  3. chrome内に「netflixアイコン」を追加します。

    3.1 Netflix chrome plugin に移動します

    3.2 chrome:// apps に移動し、Netflixアイコンを右クリックしてウィンドウとして開くおよびショートカットの作成enter image description here

    NetflixがDashで利用可能になりました enter image description here


出典: Creation the fresh Chrome profile and Creation of the Netflix icon in the Dash

1
Boris