asciidisco / plugin.video.netflix

Inputstream based Netflix plugin for Kodi
MIT License
1.24k stars 226 forks source link

unable to open netflix: "netflix error" on screen #674

Open pcbatterij opened 5 years ago

pcbatterij commented 5 years ago

I'm submitting a ...

General information

after installing the repossitory and the netflix addon I get a "netflix error" message on screen when trying to open the addon.

Addon version used

netflix v0.14.1

Description

after installing the repossitory and the netflix addon I get a "netflix error" message on screen when trying to open the addon.

Steps to Reproduce

  1. click on netflix addon
  2. error message: Netflix error

Expected behavior: addon opening Actual behavior: addon not opening

Context (Environment)

Installation

Operating System

Additional informatin on the environment

LibreELEC release: RPi2.arm-9.0.1

Debug log

https://paste.kodi.tv/ecobazujac.kodi

Other information

I only have one other addon installed on my Libreelec: Vrt Nu

dfdario commented 5 years ago

Same Netflix error at kodi 18.2 startup on Debian stretch. kodi.log Tested LibreElec 9.0.2 with Class A SD cards 8GB and 16GB no problem at all. Tested OSMC rbp2_20190424 with Class A SD cards 8GB and 16GB no success

jakermx commented 5 years ago

deleted all .pyc files and reboot

dfdario commented 5 years ago

Finally I made Netflix on OSMC working by doing the following from an ssh connection: sudo apt-get update sudo apt-get install -y python-pip python-crypto sudo apt-get install -y build-essential sudo apt-get install -y python-all-dev python-setuptools python-wheel sudo apt-get install -y python-crypto-dbg python-crypto-doc python-pip pip install pycryptodomex

The above procedure comes from https://makingstuffwork.net/technology/install-netflix-amazon-prime-video-plex-raspberry-pi-kodi-osmc/