andrewleech / plugin.video.netflixbmc

NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)
http://forum.kodi.tv/showthread.php?tid=211574
GNU General Public License v2.0
56 stars 29 forks source link

Raspberry. InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. #69

Open mrh666 opened 8 years ago

mrh666 commented 8 years ago

I added NetflixBMC addon 1.3.18, configured the account, but I can't see any content at all. Empty folders.

In kodi.log I can see only one error:

15:36:41 T:1779401760  NOTICE: Thread LanguageInvoker start, auto delete: false
15:36:41 T:1779401760  NOTICE: -->Python Interpreter Initialized<--
15:36:44 T:1779401760  NOTICE: URL: https://www.netflix.com/WiGenre?agid=83
15:36:50 T:1779401760   ERROR: /home/pi/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/connectionpool.py:791: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
                                              InsecureRequestWarning)
15:36:51 T:1512039456   ERROR: Previous line repeats 2 times.

pip list:

pi@raspberrypi:~ $ sudo pip list
argparse (1.2.1)
chardet (2.3.0)
colorama (0.3.2)
gpiozero (1.0.0)
html5lib (0.999)
lxkeymap (0.1)
mcpi (0.1.1)
ndg-httpsclient (0.3.2)
numpy (1.8.2)
picamera (1.10)
pifacecommon (4.2.1)
pifacedigitalio (3.1.0)
Pillow (2.6.1)
pip (1.5.6)
pyasn1 (0.1.7)
pycrypto (2.6.1)
pygame (1.9.2a0)
pygobject (3.14.0)
pyOpenSSL (0.13.1)
pyserial (2.6)
python-libtorrent (0.16.18)
requests (2.4.3)
RPi.GPIO (0.6.0a3)
RTIMULib (7.2.1)
sense-hat (2.1.0)
setuptools (5.5.1)
six (1.8.0)
spidev (3.0)
urllib3 (1.9.1)
wheel (0.24.0)
wsgiref (0.1.2)
wxPython (3.0.1.1)
wxPython-common (3.0.1.1)

Any idea how to fix or work it around?

mrh666 commented 8 years ago

After upgrade to 1.3.23 I've got:

16:04:00 T:1538257952  NOTICE: OpenSSL distribution not available for your platform.
                                            Please add one if possible by following instructions in top of file: /home/pi/.kodi/addons/plugin.video.netflixbmc/resources/lib/pyOpenSSL/__init__.py

Please advice