• 1
  • 48
  • 49
  • 50(current)
  • 51
  • 52
  • 151
Release Retrospect v5.5.x Video Add-On
Basje Wrote:could be that the format is the same, just the protocol not (like mms:// vs http://).

Ok, tried to debug it myself, without much success. Seems it has nothing to do with the "CFileFactory::CreateLoader - Unsupported protocol plugin", it throws that a lot in the logs.

I found some other suspicious messages in the log. All seems to go well untill here:

Code:
00:15:42 T:2881661808 M:1431932928  NOTICE: Traceback (most recent call last):
00:15:42 T:2881661808 M:1431932928  NOTICE:   File "/home/bram/.xbmc/addons/net.rieter.xot/resources/libs/plugin.py", line 276, in ProcessVideoItem
00:15:42 T:2881661808 M:1431932928  NOTICE:     pickleItem = pickle.loads(pickleString)
00:15:42 T:2881661808 M:1431932928  NOTICE:   File "/usr/share/xbmc/system/python/python24.zip/pickle.py", line 1394, in loads
00:15:42 T:2881661808 M:1431932928  NOTICE:     return Unpickler(file).load()
00:15:42 T:2881661808 M:1431932928  NOTICE:   File "/usr/share/xbmc/system/python/python24.zip/pickle.py", line 872, in load
00:15:42 T:2881661808 M:1431932928  NOTICE:     dispatch[key](self)
00:15:42 T:2881661808 M:1431932928  NOTICE:   File "/usr/share/xbmc/system/python/python24.zip/pickle.py", line 1083, in load_inst
00:15:42 T:2907700080 M:1431932928   DEBUG: WaitOnScriptResult- plugin returned failure
00:15:42 T:2907700080 M:1431932928   DEBUG: CGetDirectory::DoWork retrieving plugin://net.rieter.xot/?chn_rtl.py[[#]][[#]]processvideo[[#]](imediaitem
00:15:42 T:2907700080 M:1431932928   DEBUG: CGetDirectory::OnJobComplete called
00:15:42 T:2881661808 M:1431932928  NOTICE:     klass = self.find_class(module, name)
00:15:42 T:2881661808 M:1431932928  NOTICE:   File "/usr/share/xbmc/system/python/python24.zip/pickle.py", line 1140, in find_class
00:15:42 T:2881661808 M:1431932928  NOTICE:     klass = getattr(mod, name)
00:15:42 T:2881661808 M:1431932928  NOTICE: AttributeError: 'module' object has no attribute 'mediaitem'
00:15:42 T:3078264688 M:1431932928   ERROR: GetDirectory - Error getting plugin://net.rieter.xot/?chn_rtl.py[[#]][[#]]processvideo[[#]](imediaitem
00:15:42 T:3078264688 M:1431932928   ERROR: CGUIMediaWindow::GetDirectory(plugin://net.rieter.xot/?chn_rtl.py[[#]][[#]]processvideo[[#]](imediaitem
00:15:42 T:3078264688 M:1431932928   DEBUG: CGUIMediaWindow::GetDirectory (plugin://net.rieter.xot/?chn_rtl.py[[#]][[#]]http://www.rtl.nl/(vm=/programma/yourbodyenmind/uitzendingen/)/system/video/menu/programma/yourbodyenmind/uitzendingen/videomenu.xml )
00:15:42 T:3078264688 M:1431932928   DEBUG:   ParentPath = [plugin://net.rieter.xot/?chn_rtl.py[[#]][[#]]http://www.rtl.nl/(vm=/programma/yourbodyenmind/)/system/video/menu/programma/yourbodyenmind/videomenu.xml ]
00:15:42 T:3078264688 M:1431932928   DEBUG: Loading fileitems [plugin://net.rieter.xot/?chn_rtl.py[[#]][[#]]http://www.rtl.nl/(vm=/programma/yourbodyenmind/uitzendingen/)/system/video/menu/programma/yourbodyenmind/uitzendingen/videomenu.xml ]
00:15:42 T:3078264688 M:1431932928   DEBUG:   -- items: 6, directory: plugin://net.rieter.xot/?chn_rtl.py[[#]][[#]]http://www.rtl.nl/(vm=/programma/yourbodyenmind/uitzendingen/)/system/video/menu/programma/yourbodyenmind/uitzendingen/videomenu.xml  sort method: 0, ascending: false
00:15:42 T:3078264688 M:1431932928 WARNING: CFileFactory::CreateLoader - Unsupported protocol plugin
00:15:42 T:3050167152 M:1431044096 WARNING: Previous line repeats 3 times.
00:15:42 T:3050167152 M:1431044096   DEBUG: thread start, auto delete: 0
00:15:42 T:3050167152 M:1430663168   DEBUG: Thread 3050167152 terminating
00:15:42 T:2881661808 M:1430409216    INFO: Scriptresult: Success
00:15:42 T:3078264688 M:1426092032   ERROR: ClearBlock: Trying to clear non existent block /home/bram/.xbmc/addons/net.rieter.xot/
00:15:42 T:2881661808 M:1428504576    INFO: Python script stopped
00:15:42 T:2881661808 M:1428504576   DEBUG: Thread 2881661808 terminating
00:15:42 T:3078264688 M:1428504576   DEBUG: python thread 6 destructed
00:15:42 T:3078264688 M:1432068096   DEBUG: ------ Window Deinit (DialogBusy.xml) ------


Anyone has a clue?
Reply
miseryshining Wrote:Ok, tried to debug it myself, without much success. Seems it has nothing to do with the "CFileFactory::CreateLoader - Unsupported protocol plugin", it throws that a lot in the logs.

I found some other suspicious messages in the log. All seems to go well untill here:

Code:
00:15:42 T:2881661808 M:1431932928  NOTICE: Traceback (most recent call last):
00:15:42 T:2881661808 M:1431932928  NOTICE:   File "/home/bram/.xbmc/addons/net.rieter.xot/resources/libs/plugin.py", line 276, in ProcessVideoItem
00:15:42 T:2881661808 M:1431932928  NOTICE:     pickleItem = pickle.loads(pickleString)
00:15:42 T:2881661808 M:1431932928  NOTICE:   File "/usr/share/xbmc/system/python/python24.zip/pickle.py", line 1394, in loads
00:15:42 T:2881661808 M:1431932928  NOTICE:     return Unpickler(file).load()
00:15:42 T:2881661808 M:1431932928  NOTICE:   File "/usr/share/xbmc/system/python/python24.zip/pickle.py", line 872, in load
00:15:42 T:2881661808 M:1431932928  NOTICE:     dispatch[key](self)
00:15:42 T:2881661808 M:1431932928  NOTICE:   File "/usr/share/xbmc/system/python/python24.zip/pickle.py", line 1083, in load_inst
00:15:42 T:2907700080 M:1431932928   DEBUG: WaitOnScriptResult- plugin returned failure
00:15:42 T:2907700080 M:1431932928   DEBUG: CGetDirectory::DoWork retrieving plugin://net.rieter.xot/?chn_rtl.py[[#]][[#]]processvideo[[#]](imediaitem
00:15:42 T:2907700080 M:1431932928   DEBUG: CGetDirectory::OnJobComplete called
00:15:42 T:2881661808 M:1431932928  NOTICE:     klass = self.find_class(module, name)
00:15:42 T:2881661808 M:1431932928  NOTICE:   File "/usr/share/xbmc/system/python/python24.zip/pickle.py", line 1140, in find_class
00:15:42 T:2881661808 M:1431932928  NOTICE:     klass = getattr(mod, name)
00:15:42 T:2881661808 M:1431932928  NOTICE: AttributeError: 'module' object has no attribute 'mediaitem'
00:15:42 T:3078264688 M:1431932928   ERROR: GetDirectory - Error getting plugin://net.rieter.xot/?chn_rtl.py[[#]][[#]]processvideo[[#]](imediaitem
00:15:42 T:3078264688 M:1431932928   ERROR: CGUIMediaWindow::GetDirectory(plugin://net.rieter.xot/?chn_rtl.py[[#]][[#]]processvideo[[#]](imediaitem
00:15:42 T:3078264688 M:1431932928   DEBUG: CGUIMediaWindow::GetDirectory (plugin://net.rieter.xot/?chn_rtl.py[[#]][[#]]http://www.rtl.nl/(vm=/programma/yourbodyenmind/uitzendingen/)/system/video/menu/programma/yourbodyenmind/uitzendingen/videomenu.xml )
00:15:42 T:3078264688 M:1431932928   DEBUG:   ParentPath = [plugin://net.rieter.xot/?chn_rtl.py[[#]][[#]]http://www.rtl.nl/(vm=/programma/yourbodyenmind/)/system/video/menu/programma/yourbodyenmind/videomenu.xml ]
00:15:42 T:3078264688 M:1431932928   DEBUG: Loading fileitems [plugin://net.rieter.xot/?chn_rtl.py[[#]][[#]]http://www.rtl.nl/(vm=/programma/yourbodyenmind/uitzendingen/)/system/video/menu/programma/yourbodyenmind/uitzendingen/videomenu.xml ]
00:15:42 T:3078264688 M:1431932928   DEBUG:   -- items: 6, directory: plugin://net.rieter.xot/?chn_rtl.py[[#]][[#]]http://www.rtl.nl/(vm=/programma/yourbodyenmind/uitzendingen/)/system/video/menu/programma/yourbodyenmind/uitzendingen/videomenu.xml  sort method: 0, ascending: false
00:15:42 T:3078264688 M:1431932928 WARNING: CFileFactory::CreateLoader - Unsupported protocol plugin
00:15:42 T:3050167152 M:1431044096 WARNING: Previous line repeats 3 times.
00:15:42 T:3050167152 M:1431044096   DEBUG: thread start, auto delete: 0
00:15:42 T:3050167152 M:1430663168   DEBUG: Thread 3050167152 terminating
00:15:42 T:2881661808 M:1430409216    INFO: Scriptresult: Success
00:15:42 T:3078264688 M:1426092032   ERROR: ClearBlock: Trying to clear non existent block /home/bram/.xbmc/addons/net.rieter.xot/
00:15:42 T:2881661808 M:1428504576    INFO: Python script stopped
00:15:42 T:2881661808 M:1428504576   DEBUG: Thread 2881661808 terminating
00:15:42 T:3078264688 M:1428504576   DEBUG: python thread 6 destructed
00:15:42 T:3078264688 M:1432068096   DEBUG: ------ Window Deinit (DialogBusy.xml) ------


Anyone has a clue?
Could you post an issue on the XOT googlecode page and attach a complete uzgplugin.log and uzgplugin.log.old
Reply
Basje Wrote:Could you post an issue on the XOT googlecode page and attach a complete uzgplugin.log and uzgplugin.log.old

here it is
Reply
miseryshining Wrote:here it is

It will be fixed in the 3.2.1 release somewhere this week.
Reply
Just installed 3.2.1 following this guide:
http://www.rieter.net/pages/XOT:Installa...s_an_Addon

All goes well.
Then I go to Main Menu > Addons > "XOT-Uzg.v3 0 B" and click it. I see a progress bar filling and when its done... NOTHING!
Is this thing broken?
Running rev32555 on WinXP SP3.
BTW in the guide above it says the script version appears under "Programs" but programs doesn't exist in XBMC, not anymore.

I also tried:
Main Menu > Videos > "XOT-Uzg.v3", again nothing happens.
Reply
zilexa Wrote:Just installed 3.2.1 following this guide:
http://www.rieter.net/pages/XOT:Installa...s_an_Addon

All goes well.
Then I go to Main Menu > Addons > "XOT-Uzg.v3 0 B" and click it. I see a progress bar filling and when its done... NOTHING!
Is this thing broken?
Running rev32555 on WinXP SP3.
BTW in the guide above it says the script version appears under "Programs" but programs doesn't exist in XBMC, not anymore.

I also tried:
Main Menu > Videos > "XOT-Uzg.v3", again nothing happens.
You have to give me more information:
  • Did you install the XOT Repository?
  • Does it appear under System -> Add-ons?
  • Where do you find Main Menu > Addons > "XOT-Uzg.v3 0 B", XBMC does not have such a menu?
  • XBMC does have a Programs folder! So I am wondering what version you are using?
Reply
For me the addon is only working on the Confluence skin.

I tried several other skins (Night, Black Row, PM3.HD, Mediastream Redux) but in all of them neither the video addon nor the program addon is working.
Reply
yep, same here. i believe the plugin "view/option" is supposed to be skin independent. but you're right: it only works with the default skin.
Reply
bosel Wrote:yep, same here. i believe the plugin "view/option" is supposed to be skin independent. but you're right: it only works with the default skin.

Go into net.rieter.xot/resources/skins/Default/PAL and copy all those files into the net.rieter.xot/resources/skins/Default/PAL16x9 Folder. It will then work. I will fix it in 3.2.2.

The fact that it does not work as a plugin is caused by the way XOT works: even the plugin uses WindowXML objects which require a valid XML.
Reply
I did exactly as you described, but for me it seems not to work.

I tried several restarts of XBMC, but neither in the Addon section nor in the video section it is working. Same as before.
Reply
I´ve only had this wonderful script to work with Confluence skin only!!!

And I´ve tried like 15 skins.

I´m running latest Dharma-Branch under windows 7 x32
Reply
ridler Wrote:I did exactly as you described, but for me it seems not to work.

I tried several restarts of XBMC, but neither in the Addon section nor in the video section it is working. Same as before.

Post a complete logfile on pastebin.ca please and make sure you are running a very recent (not more than 2 weeks old) Dharma build.
Reply
h3nk3 Wrote:I´ve only had this wonderful script to work with Confluence skin only!!!

And I´ve tried like 15 skins.

I´m running latest Dharma-Branch under windows 7 x32

Could you try the same thing? Go into net.rieter.xot/resources/skins/Default/PAL and copy all those files into the net.rieter.xot/resources/skins/Default/PAL16x9 Folder.

And also make sure that you are using a very recent (2 weeks old at most) Dharma build.
Reply
Hi,

Im trying to run xot on openelec.tv embedded XBMC. It installs just fine but when i try to run it, it won't start. The following is the error in xbmc log file:

Code:
01:06:44 T:140025243584272 M:1627291648  NOTICE: WebServer: GET | /xbmcCmds/xbmcHttp
01:06:44 T:140025069004560 M:1627291648  NOTICE: -->Python Interpreter Initialized<--
01:06:44 T:140025069004560 M:1627267072   ERROR: Error Type: <type 'exceptions.IOError'>
01:06:44 T:140025069004560 M:1627267072   ERROR: Error Contents: (10, 'No child processes')
01:06:44 T:140025069004560 M:1627267072   ERROR: Traceback (most recent call last):
                                              File "/storage/.xbmc/addons/net.rieter.xot/default.py", line 22, in <module>
                                                env = envController.GetEnvironment()
                                              File "/storage/.xbmc/addons/net.rieter.xot/resources/libs/envcontroller.py", line 30, in GetEnvironment
                                                (bits, type) = platform.architecture()
                                              File "./Lib/platform.py", line 1028, in architecture
                                              File "./Lib/platform.py", line 976, in _syscmd_file
                                            IOError: (10, 'No child processes')

I'm running the latest version of this script and openelec.tv. Is there a way to fix this?
Reply
clandmeter Wrote:I'm running the latest version of this script and openelec.tv. Is there a way to fix this?

i think, but not know i have found the issue - see here:

http://forum.xbmc.org/showpost.php?p=586...tcount=259

maybe anyone can test this

thanks :-)
greetings, Stephan

Image

Image
Reply
  • 1
  • 48
  • 49
  • 50(current)
  • 51
  • 52
  • 151

Logout Mark Read Team Forum Stats Members Help
Retrospect v5.5.x Video Add-On7