szymex / xbmc-finnish-tv

XBMC Video Plugins for playing Finnish television content containers.
GNU General Public License v3.0
31 stars 38 forks source link

Yle Areena doesn't work #70

Closed jussike closed 9 years ago

jussike commented 9 years ago

I'm running XBMC (Kodi) on my Raspberry Pi with latest Raspbmc build.

I tried to watch Yle Areena with your add-on but I just get Script Failed -error. Which logs you need to debug it?

tigert commented 9 years ago

Install python-crypto from command line as root if you already didn't: pi@raspbmc:~$ sudo su root@raspbmc:/home/pi# apt-get install python-crypto

The log is in /home/pi/.kodi/temp/kodi.log. When you enable debugging, you can see the log filename on your screen.

Might not hurt to mention this dependency in the README (or perhaps even in the error message?) as raspbmc is not installing python-crypto by default.

tigert commented 9 years ago

Oh, for Kodi this might be related to your issue as well, if you already have the crypto installed:

https://github.com/szymex/xbmc-finnish-tv/pull/68

szymex commented 9 years ago

Yle Areena should work no in Kodi.

jussike commented 9 years ago

Thanks for fixing this issue.