• 1
  • 14
  • 15
  • 16(current)
  • 17
  • 18
  • 49
[RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins
Quote:Sorry if I'm stupid, or maybe I am missing something, but I can only locate separately downloaded subtitles that way. Should the Areena's subtitles be automatically selectable when streaming a video, or do I need to get them from *somewhere* by hand..?

http://forum.xbmc.org/showthread.php?tid=126495
Once I thought I was mistaken, but I was mistaken.
Don't say thanks, if I helped, just rate my reputation =)
Reply
Cool beans! I'll try that, thanks a lot.

Yours,
newbie
Reply
(2013-10-28, 09:19)atavist Wrote: Cool beans! I'll try that, thanks a lot.

Yours,
newbie

And don't forget add it in your skin/theme like this: (link removed by JPXNET)
Once I thought I was mistaken, but I was mistaken.
Don't say thanks, if I helped, just rate my reputation =)
Reply
Katsomo doesn't work anymore (probably because of the renewed website)
Reply
(2013-11-05, 18:39)teemue Wrote: Katsomo doesn't work anymore (probably because of the renewed website)

I just fixed it Wink
Reply
Hmm... Still no luck with country-restricted YLE Areena videos on Raspberry Pi running XBMC. Tried the settings trick, doesn't help. Had a look at the log file and the relevant error seems to be:

RTMP_Connect0, failed to connect socket. 111 (Connection refused)

I am in Finland on a DNA Welho connection, no proxy in beetween - and on my PC all Areena content plays well (haven't tried XBMC + areena addon on that platform though). Any ideas? Does anyone have country-restricted Areena videos working on RPi at the moment?
Reply
(2013-11-05, 20:34)szymex Wrote:
(2013-11-05, 18:39)teemue Wrote: Katsomo doesn't work anymore (probably because of the renewed website)

I just fixed it Wink

Thanks!
Reply
Playback for Katsomo stopped working.
Reply
(2013-11-20, 18:42)teemue Wrote: Playback for Katsomo stopped working.
Works with user agent fix described here: https://github.com/szymex/xbmc-finnish-tv/issues/38
Reply
Didn't work for me Sad

Log: http://pastebin.com/R7dC9Adr
Reply
Edit: All is ok now. My router firewall blocks areena.

Don't know what i do wrong again.
Areena won't work. I try stable relases and couple betas.
Here is log.

http://pastebin.com/BUaQMcXC

Areena works ok with browser.

(Latest betas won't open areena. There is wrong python version error.)
Reply
(2013-11-07, 17:42)linusl Wrote: Hmm... Still no luck with country-restricted YLE Areena videos on Raspberry Pi running XBMC. Tried the settings trick, doesn't help. Had a look at the log file and the relevant error seems to be:

RTMP_Connect0, failed to connect socket. 111 (Connection refused)

I am in Finland on a DNA Welho connection, no proxy in beetween - and on my PC all Areena content plays well (haven't tried XBMC + areena addon on that platform though). Any ideas? Does anyone have country-restricted Areena videos working on RPi at the moment?

Just to let you know that I have exactly the same issue on my setup (arch+xbmc). I already did settings->ok, but it did not help. I live in finland and I have no proxy (whatismyip shows the same). Country restricted shows give me the error
Code:
RTMP_Connect0, failed to connect socket. 111 (Connection refused)
My android tablet shows all areena programs correctly so I do not think there is anything wrong with the network itself. I will check the log files later to see if I can spot anything else...
Reply
I have YleAreena plugin 1.6.0 and I see the notification of update available (1.6.1) but the zip file doesn't exist: from xbmc.log I see that curl tries to fetch https://github.com/szymex/xbmc-finnish-t...-1.6.1.zip but it fails with error 22 (it got a 404).
Reply
(2013-12-05, 21:45)bitbanger Wrote: I have YleAreena plugin 1.6.0 and I see the notification of update available (1.6.1) but the zip file doesn't exist: from xbmc.log I see that curl tries to fetch https://github.com/szymex/xbmc-finnish-t...-1.6.1.zip but it fails with error 22 (it got a 404).

File was missing, now I added it. Thanks for noticing.
Reply
Found a solution for my problem. I needed to change the following line(68) in yleareena.py

Code:
useSocks = settings.getSetting('socks-use')
to
Code:
useSocks = int(settings.getSetting('socks-use'))
Reply
  • 1
  • 14
  • 15
  • 16(current)
  • 17
  • 18
  • 49

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins8