bosel / plugin.video.nederland24

Kodi Addon Nederland24
GNU General Public License v3.0
7 stars 14 forks source link

Add-on fails to start 'script failed' due to missing BeautifulSoup #5

Closed RinkeHoekstra closed 10 years ago

RinkeHoekstra commented 10 years ago

In Gotham, both on Mac and OpenELEC, the addon fails to start because it tries to import BeautifulSoup, which is not present on all systems.

From the log: `15:42:20 T:4609355776 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

RinkeHoekstra commented 10 years ago

Should be fixable by adding a requirement to the addon.xml file:

<import addon="script.module.beautifulsoup" version="3.2.1"/>

bosel commented 10 years ago

Thanks for reporting, I have pushed a fix for this.