• 1
  • 16
  • 17
  • 18(current)
  • 19
  • 20
  • 49
[RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins
Moi,

I have an issue with the Katsomo plugin since 1 week or so. Could it be that something changed from MTV3 side? The Error-Log I got is the following:

Code:
9:07:43 T:2827220032  NOTICE: -->Python Interpreter Initialized<--
19:07:46 T:2827220032  NOTICE: CommonFunctions-2.5.1
19:07:47 T:2827220032  NOTICE: http://mtvhlsvod.edgesuite.net/mtv3_viihde_vod/_definst_/mp4:2014-02-24/Emmerdale_308371_WCS2_WM!308371,T5-5HLSH!.mp4/playlist.m3u8?hdnea=st=1394039267~exp=1394039387~acl=%2fmtv3_viihde_vod%2f_definst_%2fm>
19:07:47 T:2827220032 WARNING: The python script "/home/pi/.xbmc/addons/plugin.video.katsomo/katsomo.py" has left several classes in memory that we couldn't clean up. The classes include: Addon
19:07:47 T:3040559104  NOTICE: COMXPlayer: Opening: http://mtvhlsvod.edgesuite.net/mtv3_viihde_vod/_definst_/mp4:2014-02-24/Emmerdale_308371_WCS2_WM!308371,T5-5HLSH!.mp4/playlist.m3u8?hdnea=st=1394039267~exp=1394039387~acl=%2fmtv3_viihd>
19:07:47 T:3040559104 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
19:07:47 T:2827220032  NOTICE: Thread COMXPlayer start, auto delete: false
19:07:47 T:2827220032  NOTICE: Creating InputStream
19:07:47 T:2792612928  NOTICE: Thread CFileCache start, auto delete: false
19:07:48 T:2827220032  NOTICE: Creating Demuxer
19:07:48 T:2827220032   ERROR: OpenDemuxStream - Error creating demuxer
19:07:48 T:2827220032  NOTICE: COMXPlayer::OnExit()
19:07:48 T:2827220032  NOTICE: COMXPlayer::OnExit() deleting input stream
19:07:48 T:3040559104   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.katsomo/?view=video&link=http%3A%2F%2Fm.mtvkatsomo.fi%2F%3FprogId%3D308371]
19:07:48 T:3040559104  NOTICE: COMXPlayer::CloseFile
19:07:48 T:3040559104 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
19:07:48 T:3040559104  NOTICE: COMXPlayer: waiting for threads to exit
19:07:48 T:3040559104  NOTICE: DVDPlayer: finished waiting

Since everything worked smooth so far, I am afraid that something changed somewhere and that it cannot be solved with simple reconfiguration?!

The other possible option is that the update to 1.2.2 might have caused the problem, unfortunately I cannot trace that anymore.
Reply
(2014-03-05, 19:21)Fischuu Wrote: Moi,

I have an issue with the Katsomo plugin since 1 week or so. Could it be that something changed from MTV3 side? The Error-Log I got is the following:

Code:
9:07:43 T:2827220032  NOTICE: -->Python Interpreter Initialized<--
19:07:46 T:2827220032  NOTICE: CommonFunctions-2.5.1
19:07:47 T:2827220032  NOTICE: http://mtvhlsvod.edgesuite.net/mtv3_viihde_vod/_definst_/mp4:2014-02-24/Emmerdale_308371_WCS2_WM!308371,T5-5HLSH!.mp4/playlist.m3u8?hdnea=st=1394039267~exp=1394039387~acl=%2fmtv3_viihde_vod%2f_definst_%2fm>
19:07:47 T:2827220032 WARNING: The python script "/home/pi/.xbmc/addons/plugin.video.katsomo/katsomo.py" has left several classes in memory that we couldn't clean up. The classes include: Addon
19:07:47 T:3040559104  NOTICE: COMXPlayer: Opening: http://mtvhlsvod.edgesuite.net/mtv3_viihde_vod/_definst_/mp4:2014-02-24/Emmerdale_308371_WCS2_WM!308371,T5-5HLSH!.mp4/playlist.m3u8?hdnea=st=1394039267~exp=1394039387~acl=%2fmtv3_viihd>
19:07:47 T:3040559104 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
19:07:47 T:2827220032  NOTICE: Thread COMXPlayer start, auto delete: false
19:07:47 T:2827220032  NOTICE: Creating InputStream
19:07:47 T:2792612928  NOTICE: Thread CFileCache start, auto delete: false
19:07:48 T:2827220032  NOTICE: Creating Demuxer
19:07:48 T:2827220032   ERROR: OpenDemuxStream - Error creating demuxer
19:07:48 T:2827220032  NOTICE: COMXPlayer::OnExit()
19:07:48 T:2827220032  NOTICE: COMXPlayer::OnExit() deleting input stream
19:07:48 T:3040559104   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.katsomo/?view=video&link=http%3A%2F%2Fm.mtvkatsomo.fi%2F%3FprogId%3D308371]
19:07:48 T:3040559104  NOTICE: COMXPlayer::CloseFile
19:07:48 T:3040559104 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
19:07:48 T:3040559104  NOTICE: COMXPlayer: waiting for threads to exit
19:07:48 T:3040559104  NOTICE: DVDPlayer: finished waiting

Since everything worked smooth so far, I am afraid that something changed somewhere and that it cannot be solved with simple reconfiguration?!

The other possible option is that the update to 1.2.2 might have caused the problem, unfortunately I cannot trace that anymore.

Downgrade to 1.21 does not solve problem,

(2013-12-06, 12:13)takiaine Wrote: 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'))

This Raspberry Pi problem does not been fix in last 1.62 update
Line needed to change again after the update.
Reply
Also reporting katsomo plugin problem. Same kind of logs as above using RPi Openelec.
Reply
Brick 
About the Katsomo problem. It doesn't work here either.

And Katsomo stopped working on my Nexus 7 (2013) tablet at the same time it stopped working on XBMC. And since this plugin uses the mobile version of Katsomo, I think these things are related to each other.

This might be because of added commercials before video playback.

PS. Weirdly, Katsomo still works on my Jolla phone with Android’s Tint Browser. I have CyanogenMod (11m3) on my Nexus 7. I don’t know if it matters.

EDIT: I contacted Katsomo’s support and they said there’s problems with the Android version of Katsomo and it’s under repair.

Here's their reply from March 5th:
Quote:Hei!

Valitettavasti Androidin mobiilisivustossa on tällä hetkellä ongelmia. Asia on on selvityksessä ja korjauksen alla.
Reply
Thanks for the awesome plugins! There is an option to enable saving for yle shows. How to save a program? There is a doc I want to see, but I don't have time to watch it atm. I set up a download folder, how to initiate the download?
Reply
Ah, after looking for a download button or menu item it came to my mind to try connecting mouse and try with right click. There it is, a download menu. Isn't there any other way, for remote control or a keyboard? Some keynoard shortcut or smth?

The download doesn't seem to work though... just stays at "preparing download". XBian with gotham nightly here.
Reply
(2014-03-02, 11:24)szymex Wrote: I made a branch with updated crypto for gotham, try this: https://github.com/szymex/xbmc-finnish-t...p?raw=true

This branch works ok with windows, but now i try xbmc (gotham) first time with android tablet and yle won't work, i get python error. Don't know where is the log.
Reply
Great!
Latest Katsomo plugin update fixes playback for Katsomo.
Now all plugins are working in my RPi with Openelec Gotham latest beta.

I'm also using xbmc gotham x86 and arm versions with my android tablet and phone but there Areena plugin gives script error.
Katsomo and Ruutu works. Neither 1.6.2 or 1.7.0 works.

Code:
23:45:15 T:1569454584   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.yleareena/)
23:45:15 T:1569454584   DEBUG:   ParentPath = [plugin://plugin.video.yleareena/]
23:45:15 T:1569454584   DEBUG: bool XFILE::CPluginDirectory::StartScript(const CStdString&, bool) - calling plugin YLE Areena('plugin://plugin.video.yleareena/','1','')
23:45:15 T:1569454584   DEBUG: bool XFILE::CPluginDirectory::WaitOnScriptResult(const CStdString&, int, const CStdString&, bool) - waiting on the YLE Areena (id=2) plugin...
23:45:15 T:1710507960  NOTICE: Thread LanguageInvoker start, auto delete: false
23:45:15 T:1710507960    INFO: initializing python engine.
23:45:15 T:1710507960   DEBUG: CPythonInvoker(2, /storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/plugin.video.yleareena/yleareena.py): start processing
23:45:15 T:1710507960  NOTICE: -->Python Interpreter Initialized<--
23:45:15 T:1710507960   DEBUG: CPythonInvoker(2, /storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/plugin.video.yleareena/yleareena.py): the source file to load is /storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/plugin.video.yleareena/yleareena.py
23:45:15 T:1710507960   DEBUG: CPythonInvoker(2, /storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/plugin.video.yleareena/yleareena.py): setting the Python path to /storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/plugin.video.yleareena:/data/data/org.xbmc.xbmc/cache/apk/assets/addons/script.module.pil/lib:/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.common.plugin.cache/lib:/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.module.simple.downloader/lib:/data/data/org.xbmc.xbmc/cache/apk/assets/addons/xbmc.debug/:/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.module.parsedom/lib:/:/data/app/org.xbmc.xbmc-1.apk/assets/python2.6/lib/python26.zip:/data/app/org.xbmc.xbmc-1.apk/assets/python2.6/lib/python2.6:/data/app/org.xbmc.xbmc-1.apk/assets/python2.6/lib/python2.6/plat-linux3:/data/app/org.xbmc.xbmc-1.apk/assets/python2.6/lib/python2.6/lib-tk:/data/app/org.xbmc.xbmc-1.apk/assets/python2.6/lib/python2.6/lib-old:/data/app/org.xbmc.xbmc-1.apk/assets/python2.6/lib/python2.6/lib-dynload
23:45:15 T:1710507960   DEBUG: CPythonInvoker(2, /storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/plugin.video.yleareena/yleareena.py): entering source directory /storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/plugin.video.yleareena
23:45:15 T:1710507960   DEBUG: CPythonInvoker(2, /storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/plugin.video.yleareena/yleareena.py): instantiating addon using automatically obtained id of "plugin.video.yleareena" dependent on version 2.1.0 of the xbmc.python api
23:45:15 T:1710507960   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named simplejson
                                            Traceback (most recent call last):
                                              File "/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/plugin.video.yleareena/yleareena.py", line 6, in <module>
                                                import simplejson as json
                                            ImportError: No module named simplejson
                                            -->End of Python script error report<--
23:45:15 T:1710507960    INFO: Python script stopped
23:45:15 T:1710507960   DEBUG: Thread LanguageInvoker 1710507960 terminating
23:45:15 T:1569454584   DEBUG:  bool XFILE::CPluginDirectory::WaitOnScriptResult(const CStdString&, int, const CStdString&, bool) - plugin exited prematurely - terminating
23:45:15 T:1569454584   ERROR: static bool XFILE::CDirectory::GetDirectory(const CStdString&, CFileItemList&, const XFILE::CDirectory::CHints&, bool) - Error getting plugin://plugin.video.yleareena/
23:45:15 T:1569454584   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.yleareena/) failed
23:45:15 T:1569454584   DEBUG: CGUIMediaWindow::GetDirectory ()
23:45:15 T:1569454584   DEBUG:   ParentPath = [plugin://plugin.video.yleareena/]
23:45:15 T:1710507960  NOTICE: Thread BackgroundLoader start, auto delete: false

There's also problem autoupdating repo... can't connect to github.
Reply
(2014-03-30, 22:52)LiM3 Wrote: Great!
Latest Katsomo plugin update fixes playback for Katsomo.
Now all plugins are working in my RPi with Openelec Gotham latest beta.

I'm also using xbmc gotham x86 and arm versions with my android tablet and phone but there Areena plugin gives script error.
Katsomo and Ruutu works. Neither 1.6.2 or 1.7.0 works.

It looks like on Android there is missing simplejson python module.
Reply
(2014-03-30, 22:52)LiM3 Wrote: There's also problem autoupdating repo... can't connect to github.

This is due to changes in github, I updated raw links (repository.finnish-tv-1.0.2.zip) but for me it did not help. More about problem here: http://forum.xbmc.org/showthread.php?tid=189722
Reply
Katsomo 1.2.2 didn't work at all but 1.2.3 plays only sound, no video.
Reply
(2014-03-31, 16:48)szymex Wrote:
(2014-03-30, 22:52)LiM3 Wrote: Great!
Latest Katsomo plugin update fixes playback for Katsomo.
Now all plugins are working in my RPi with Openelec Gotham latest beta.

I'm also using xbmc gotham x86 and arm versions with my android tablet and phone but there Areena plugin gives script error.
Katsomo and Ruutu works. Neither 1.6.2 or 1.7.0 works.

It looks like on Android there is missing simplejson python module.

OK. So found this http://mirrors.xbmc.org/addons/frodo/scr...-3.3.0.zip.
Even though it's for frodo it did install in gotham. Now it gives no module name crypto.cipher error. Doesn't matter if 1.6.2 or 1.7.0.
Even tried http://japesone.kapsi.fi/files/Crypto.zip but still fails Confused
Reply
Can someone please be so kind and post simple instructions on how to install all the Finnish TV -video add-ons. I can't seem to get the plugins to show up in Videos / Add-ons / Get More. Which zip file should I use? All I'm seeing is Finnish TV in Get Addons under settings / Add-ons / Get Add-ons, but it's just an empty folder? Confused I'm using Frodo on OSX.
Reply
(2014-03-31, 23:20)porkka Wrote: Can someone please be so kind and post simple instructions on how to install all the Finnish TV -video add-ons. I can't seem to get the plugins to show up in Videos / Add-ons / Get More. Which zip file should I use? All I'm seeing is Finnish TV in Get Addons under settings / Add-ons / Get Add-ons, but it's just an empty folder? Confused I'm using Frodo on OSX.

There are some problems with github and xbmc so installation (and updates) might not work for now. Try to install individual plugins from zip files.
Reply
Thanks for the reply. This might explain the problem I'm having. Tried to create zip-files from the folders and use them, but XBMC gives me this error message: "Add-on does not have the correct structure". Any ideas?
Reply
  • 1
  • 16
  • 17
  • 18(current)
  • 19
  • 20
  • 49

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