Kolifanes / plugin.video.youtube

YouTube for Kodi with API fixed
GNU General Public License v2.0
119 stars 44 forks source link

urllib2 .py on Ubuntu 16.10 #74

Closed adrianf0 closed 7 years ago

adrianf0 commented 7 years ago

After update to Ubuntu 16.10, the plug-in doesn't work anymore:

00:04:39 T:140440892319488 NOTICE: [plugin.video.youtube] Running: YouTube (5.2.2) on Jarvis (16.1) with Python 2.7.12+ 00:04:39 T:140440892319488 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

anxdpanic commented 7 years ago

related to #60 maybe? some solutions are provided there by others which way work for you

adrianf0 commented 7 years ago

You are right.

pip install pyopenssl==0.15.1

solves the issue.