Kolifanes / plugin.video.youtube

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

the plugin expects the python module certifi to be present, it isn't #143

Open Jildsma opened 6 years ago

Jildsma commented 6 years ago

Since a recent update the plugin requires the "certifi" python module, or since the upgrade to ubuntu 17.10 this module isn't available by default any more.

It needs to be installed separately. pip install certifi resolves an issues where the youtube addon throws a python importerror.