Help - Search - Members - Calendar
Full Version: Plugins And Settings.xml
Scenyx Entertainment Community > Xbox1 Forums > Software Forums > XBMC for Xbox Forums > XBMC Python Scripting Forum
yahoogr
Hey all:



Trying to run various plugins here from xbmc. Ive installed a new plugin for the website hulu. Ive put them in the e:apps\xbmc\plugins\video folder. When I try to run them I get an error saying cannot connect to network server. Ive looked through my xbmc.log file and I find references to a missing settings.xml file for each script that I try to run. Shouldn't this file come with each separate plugin?


Thanks


yahoogr
Ive pasted a copy of my log file this may provide some clues.....im not sure


QUOTE

11:38:22 M: 57643008 NOTICE: -----------------------------------------------------------------------
11:38:22 M: 57622528 NOTICE: Starting XBMC, Platform: Xbox. Built on Nov 14 2008
11:38:22 M: 57622528 NOTICE: Q is mapped to: E:\Apps\XBMC
11:38:22 M: 57622528 NOTICE: The executable running is: E:\Apps\XBMC\default.xbe
11:38:22 M: 57622528 NOTICE: Log File is located: Q:\xbmc.log
11:38:22 M: 57622528 NOTICE: -----------------------------------------------------------------------
11:38:22 M: 57622528 NOTICE: Unmapped drive T
11:38:22 M: 57602048 NOTICE: Mapping drive T to Harddisk0\Partition1\Apps\XBMC\userdata
11:38:22 M: 57602048 NOTICE: Setup DirectX
11:38:22 M: 57573376 NOTICE: Mapping drive C to Harddisk0\Partition2
11:38:22 M: 57573376 NOTICE: Mapping drive E to Harddisk0\Partition1
11:38:22 M: 57573376 NOTICE: Unmapped drive D
11:38:22 M: 57573376 NOTICE: Mapping drive D to Cdrom0
11:38:22 M: 57573376 NOTICE: Mapping drive F to Harddisk0\Partition6
11:38:22 M: 57573376 NOTICE: Mapping drive X to Harddisk0\Partition3
11:38:22 M: 57573376 NOTICE: Mapping drive Y to Harddisk0\Partition4
11:38:22 M: 57573376 NOTICE: Unmapped drive Z
11:38:22 M: 57573376 NOTICE: Mapping drive Z to Harddisk0\Partition5
11:38:22 M: 57573376 NOTICE: load settings...
11:38:22 M: 57573376 NOTICE: Mapping drive P to Harddisk0\Partition1\Apps\XBMC\userdata
11:38:22 M: 57573376 NOTICE: loading T:\guisettings.xml
11:38:22 M: 57409536 NOTICE: Getting hardware information now...
11:38:22 M: 57409536 NOTICE: Checking resolution 10
11:38:22 M: 57409536 NOTICE: Setting autoresolution mode 4
11:38:22 M: 57409536 NOTICE: No advancedsettings.xml to load (T:\advancedsettings.xml)
11:38:22 M: 57409536 NOTICE: Per AV pack settings are off
11:38:22 M: 57540608 NOTICE: q:\userdata\sources.xml
11:38:22 M: 57540608 ERROR: Missing or invalid <name> and/or <path> in source
11:38:23 M: 50880512 ERROR: Window Translator: Can't find window xlinkkai
11:38:23 M: 50974720 NOTICE: Checking the Date!
11:38:23 M: 50995200 NOTICE: start dvd mediatype detection
11:38:23 M: 50925568 NOTICE: initializing playlistplayer
11:38:23 M: 50925568 NOTICE: DONE initializing playlistplayer
11:38:23 M: 50917376 NOTICE: load default skin:[Project Mayhem III]
11:38:24 M: 47349760 WARNING: use dashboard
11:38:24 M: 47034368 NOTICE: initialize done
11:38:24 M: 47034368 NOTICE: Running the application...
11:38:25 M: 43614208 NOTICE: start timeserver client
11:38:25 M: 43548672 NOTICE: Webserver: Starting...
11:38:25 M: 43405312 NOTICE: XBFileZilla: Starting...
11:38:25 M: 43274240 NOTICE: ES: Starting event server
11:38:25 M: 42156032 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
11:38:25 M: 42143744 NOTICE: UDP: Listening on port 9777
11:38:25 M: 42143744 NOTICE: Webserver: Started
11:38:26 M: 36962304 NOTICE: XBFileZilla: Started
11:38:28 M: 44855296 WARNING: CUtil::GetMatchingSource... no matching source found for [Video Plugins]
11:38:57 M: 44134400 ERROR: Unable to load: Q:\plugins\video\Hulu_Plugin_0.2\resources\settings.xml, Line 0
Failed to open file
11:38:57 M: 44134400 ERROR: Unable to run plugin Q:\plugins\video\Hulu_Plugin_0.2\default.py
11:38:57 M: 44134400 ERROR: CGUIMediaWindow::GetDirectory(plugin://video/Hulu_Plugin_0.2/) failed
11:39:01 M: 41713664 NOTICE: -->Python Initialized<--
11:39:01 M: 41713664 NOTICE:
11:39:03 M: 37924864 NOTICE:






start of HULU plugin
11:39:03 M: 37904384 NOTICE:
11:39:03 M: 37904384 NOTICE: Traceback (most recent call last):
11:39:03 M: 37904384 NOTICE: File "Q:\plugins\video\Lets Watch Hulu\default.py", line 18, in ?
11:39:03 M: 37904384 NOTICE:
11:39:03 M: 37904384 NOTICE: plugin.Main()
11:39:03 M: 37904384 NOTICE: File "Q:\plugins\video\Lets Watch Hulu\resources\lib\stream_hulu.py", line 23, in __init__
11:39:03 M: 37904384 NOTICE:
11:39:03 M: 37904384 NOTICE: self._get_settings()
11:39:03 M: 37904384 NOTICE: File "Q:\plugins\video\Lets Watch Hulu\resources\lib\stream_hulu.py", line 32, in _get_settings
11:39:03 M: 37904384 NOTICE:
11:39:03 M: 37904384 NOTICE: self.settings['quality'] = int(xbmcplugin.getSetting("quality"))
11:39:03 M: 37904384 NOTICE: ValueError
11:39:03 M: 37904384 NOTICE: :
11:39:03 M: 37904384 NOTICE: invalid literal for int():
11:39:03 M: 37904384 NOTICE:
11:39:03 M: 37904384 ERROR: Scriptresult: Error
11:39:03 M: 38428672 NOTICE:
11:39:03 M: 38428672 NOTICE:
11:39:03 M: 43499520 ERROR: CGUIMediaWindow::GetDirectory(plugin://video/Lets Watch Hulu/) failed
11:39:10 M: 44052480 ERROR: Unable to load: Q:\plugins\video\Southpark Studios\resources\settings.xml, Line 0
Failed to open file
11:39:10 M: 44052480 ERROR: Unable to run plugin Q:\plugins\video\Southpark Studios\default.py
11:39:10 M: 44052480 ERROR: CGUIMediaWindow::GetDirectory(plugin://video/Southpark Studios/) failed
11:41:49 M: 43913216 ERROR: Unable to load: Q:\plugins\video\Hulu_Plugin_0.1\resources\settings.xml, Line 0
Failed to open file
11:41:49 M: 43913216 ERROR: Unable to run plugin Q:\plugins\video\Hulu_Plugin_0.1\default.py
11:41:49 M: 43913216 ERROR: CGUIMediaWindow::GetDirectory(plugin://video/Hulu_Plugin_0.1/) failed
11:41:57 M: 43913216 ERROR: Unable to load: Q:\plugins\video\Hulu_Plugin_0.2\resources\settings.xml, Line 0
Failed to open file
11:41:57 M: 43913216 ERROR: Unable to run plugin Q:\plugins\video\Hulu_Plugin_0.2\default.py
11:41:57 M: 43913216 ERROR: CGUIMediaWindow::GetDirectory(plugin://video/Hulu_Plugin_0.2/) failed
11:42:04 M: 41500672 NOTICE: -->Python Initialized<--
11:42:04 M: 41500672 NOTICE:
11:42:06 M: 37756928 NOTICE:






start of HULU plugin
11:42:06 M: 37756928 NOTICE:
11:42:06 M: 37756928 NOTICE: Traceback (most recent call last):
11:42:06 M: 37756928 NOTICE: File "Q:\plugins\video\Lets Watch Hulu\default.py", line 18, in ?
11:42:06 M: 37756928 NOTICE:
11:42:06 M: 37736448 NOTICE: plugin.Main()
11:42:06 M: 37740544 NOTICE: File "Q:\plugins\video\Lets Watch Hulu\resources\lib\stream_hulu.py", line 23, in __init__
11:42:06 M: 37740544 NOTICE:
11:42:06 M: 37740544 NOTICE: self._get_settings()
11:42:06 M: 37740544 NOTICE: File "Q:\plugins\video\Lets Watch Hulu\resources\lib\stream_hulu.py", line 32, in _get_settings
11:42:06 M: 37740544 NOTICE:
11:42:06 M: 37740544 NOTICE: self.settings['quality'] = int(xbmcplugin.getSetting("quality"))
11:42:06 M: 37740544 NOTICE: ValueError
11:42:06 M: 37740544 NOTICE: :
11:42:06 M: 37740544 NOTICE: invalid literal for int():
11:42:06 M: 37740544 NOTICE:
11:42:06 M: 37740544 ERROR: Scriptresult: Error
11:42:06 M: 38264832 NOTICE:
11:42:06 M: 38285312 NOTICE:
11:42:06 M: 43302912 ERROR: CGUIMediaWindow::GetDirectory(plugin://video/Lets Watch Hulu/) failed
11:42:09 M: 43880448 ERROR: Unable to load: Q:\plugins\video\Southpark Studios\resources\settings.xml, Line 0
Failed to open file
11:42:09 M: 43880448 ERROR: Unable to run plugin Q:\plugins\video\Southpark Studios\default.py
11:42:09 M: 43880448 ERROR: CGUIMediaWindow::GetDirectory(plugin://video/Southpark Studios/) failed
11:42:43 M: 42545152 ERROR: Unable to load: Q:\plugins\video\Hulu_Plugin_0.1\resources\settings.xml, Line 0
Failed to open file
11:42:43 M: 42545152 ERROR: Unable to run plugin Q:\plugins\video\Hulu_Plugin_0.1\default.py
11:42:54 M: 43880448 ERROR: Unable to load: Q:\plugins\video\Hulu_Plugin_0.1\resources\settings.xml, Line 0
Failed to open file
11:42:54 M: 43880448 ERROR: Unable to run plugin Q:\plugins\video\Hulu_Plugin_0.1\default.py
11:42:54 M: 43880448 ERROR: CGUIMediaWindow::GetDirectory(plugin://video/Hulu_Plugin_0.1/) failed
11:43:31 M: 42536960 ERROR: Unable to load: Q:\plugins\video\Hulu_Plugin_0.1\resources\settings.xml, Line 0
Failed to open file
11:43:31 M: 42536960 ERROR: Unable to run plugin Q:\plugins\video\Hulu_Plugin_0.1\default.py
11:44:56 M: 43163648 NOTICE: DVDPlayer: Opening: smb://xbox:xbox@MGB-RAID-PRO/movies/THE ITALIAN JOB.ISO
11:44:56 M: 43163648 WARNING: CDVDMessageQueue::Put MSGQ_NOT_INITIALIZED
11:44:56 M: 42639360 NOTICE: Creating InputStream
11:45:06 M: 42299392 ERROR: XFILE::CFileSMB::Read - Error( Invalid computer name )
11:45:07 M: 42299392 ERROR: XFILE::CFileSMB::Read - Error( Invalid computer name )
11:45:07 M: 42299392 ERROR: XFILE::CFileSMB::Read - Error( Invalid computer name )
11:45:07 M: 42299392 ERROR: XFILE::CFileSMB::Read - Error( Invalid computer name )
11:45:07 M: 42561536 ERROR: Error on dvdnav_open
11:45:07 M: 42561536 ERROR: CDVDPlayer::OpenInputStream - error opening [smb://xbox:xbox@MGB-RAID-PRO/movies/THE ITALIAN JOB.ISO]
11:45:07 M: 42561536 NOTICE: CDVDPlayer::OnExit()
11:45:07 M: 42561536 NOTICE: CDVDPlayer::OnExit() deleting input stream
11:45:07 M: 43085824 ERROR: Playlist Player: skipping unplayable item: 0, path [smb://xbox:xbox@MGB-RAID-PRO/movies/THE ITALIAN JOB.ISO]
11:45:07 M: 43098112 NOTICE: CDVDPlayer::CloseFile()
11:45:07 M: 43098112 WARNING: CDVDMessageQueue::Put MSGQ_NOT_INITIALIZED
11:45:07 M: 43098112 NOTICE: DVDPlayer: waiting for threads to exit
11:45:07 M: 43098112 NOTICE: DVDPlayer: finished waiting
wirelessrat
Trying to get hulu working as well, but know nothing about pylon. Mine is working to the point of navigating the folders at the website with thumbnails, but when I try to initiate a stream I get:

"Error
Plugin playback aborted
Too many consecutive failed items"

I can send you the one I am using if you want.
Burncycle
Try using this version of the plugin and the latest T3CH build (12-30-2008). Also, the plugin (and Hulu for that matter) only work if you're in the US. You can follow development of the plugin here. smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.