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

yleareena doesn't work on Linux #37

Closed Ape closed 10 years ago

Ape commented 10 years ago

plugin.video.yleareena doesn't work on Linux. It fails to load the Crypto library.

Ape commented 10 years ago

I figured that I have to install pycrypto (which was available on Arch Linux repositories).

The issue remains, now it crashes with this stack trace:

Error Type: <type 'exceptions.ValueError'> Error Contents: invalid literal for int() with base 10: 'no' Traceback (most recent call last): File "/home/ape/.xbmc/addons/plugin.video.yleareena/yleareena.py", line 436, in yleAreenaAddon.handle() File "/home/ape/.xbmc/addons/plugin.video.yleareena/xbmcutil.py", line 59, in handle hdlFunc(int(pg), params) File "/home/ape/.xbmc/addons/plugin.video.yleareena/yleareena.py", line 348, in handleSerie intSetting = int(self.addon.getSetting("international")) ValueError: invalid literal for int() with base 10: 'no'

szymex commented 10 years ago

Just open and close plugin configuration. It will override those values.

Ape commented 10 years ago

Thanks, it seems to be working now. Do you think this could be fixed so that it wouldn't require the visit on the configuration page?

szymex commented 10 years ago

Basically this happened when updating to newer version of yle areena, with newer versions should not happen same problem.