Jump to content

Set views not working


saitoh183

Recommended Posts

saitoh183

When i try to set any view, i get a script error. xbmb3c ver 0.9.716 and 714

16:41:53 T:11796  NOTICE: XBMB3C DownloadUtils -> DOWNLOAD_URL = http://192.168.13.198:8096/mediabrowser/Users/f6c51e6fd330e59d16f4cc52886702e1/items?ParentId=4c836f8411cc39bf311d5267feb5c58f&IncludeItemTypes=Movie,Series,Episode,MusicArtist,MusicVideo,Video&Fields=ParentId,Overview&Recursive=true&CollapseBoxSetItems=false&format=json
16:41:53 T:11796  NOTICE: XBMB3C DownloadUtils -> DownloadUtils -> Returning saved UserID : f6c51e6fd330e59d16f4cc52886702e1UserName: Saitoh
16:41:53 T:11796  NOTICE: XBMB3C DownloadUtils -> DownloadUtils -> Returning saved AccessToken : 8859fb0c565a4ecb9106af596fb12f37
16:41:53 T:11796  NOTICE: XBMB3C DownloadUtils -> Authentication Header : {'Accept-Charset': 'UTF-8,*', 'Accept-encoding': 'gzip', 'Authorization': 'MediaBrowser UserId="f6c51e6fd330e59d16f4cc52886702e1",Client="XBMC",Device="sisai-tab",DeviceId="4DFE6DD28D184AA1B45FB657F329B23D",Version="0.9.716"', 'X-MediaBrowser-Token': '8859fb0c565a4ecb9106af596fb12f37'}
16:41:53 T:11796  NOTICE: XBMB3C DownloadUtils -> HEADERS : {'Accept-Charset': 'UTF-8,*', 'Accept-encoding': 'gzip', 'Authorization': 'MediaBrowser UserId="f6c51e6fd330e59d16f4cc52886702e1",Client="XBMC",Device="sisai-tab",DeviceId="4DFE6DD28D184AA1B45FB657F329B23D",Version="0.9.716"', 'X-MediaBrowser-Token': '8859fb0c565a4ecb9106af596fb12f37'}
16:41:56 T:4224  NOTICE: XBMB3C ThemeMediaThread -> updateThemeMedia Called
16:41:58 T:4224  NOTICE: XBMB3C ThemeMediaThread -> updateThemeMedia itemGUID :
16:41:58 T:4224  NOTICE: XBMB3C ThemeMediaThread -> isChangeTheme restart false
16:42:02 T:4224  NOTICE: XBMB3C ThemeMediaThread -> updateThemeMedia Called
16:42:03 T:4224  NOTICE: XBMB3C ThemeMediaThread -> updateThemeMedia itemGUID :
16:42:03 T:4224  NOTICE: XBMB3C ThemeMediaThread -> isChangeTheme restart false
16:42:04 T:7488  NOTICE: Thread LanguageInvoker start, auto delete: false
16:42:04 T:7488  NOTICE: -->Python Interpreter Initialized<--
16:42:05 T:7488  NOTICE: ===== XBMB3C START =====
16:42:05 T:7488  NOTICE: XBMB3C -> running Python: sys.version_info(major=2, minor=7, micro=5, releaselevel='final', serial=0)
16:42:05 T:7488  NOTICE: XBMB3C -> running XBMB3C: 0.9.716
16:42:05 T:7488  NOTICE: 13.2 Git:20140817-0f3db05
16:42:05 T:7488  NOTICE: XBMB3C -> Platform: Windows
16:42:05 T:7488  NOTICE: XBMB3C 1 -> XBMB3C -> Flatten is:
16:42:05 T:7488  NOTICE: XBMB3C -> LogLevel:  1
16:42:05 T:7488  NOTICE: XBMB3C 1 -> XBMB3C -> Script argument date ['plugin://plugin.video.xbmb3c/', '3', '?mode=3&url=_SHOWVIEWS_SEASONS']
16:42:05 T:7488  NOTICE: XBMB3C 0 -> Version : 13.2 - {u'major': 13, u'tag': u'stable', u'minor': 2, u'revision': u'20140817-0f3db05'}
16:42:05 T:7488  NOTICE: XBMB3C 1 -> XBMB3C -> Script params is {'url': '_SHOWVIEWS_SEASONS', 'mode': '3'}
16:42:05 T:7488  NOTICE: XBMB3C 1 -> XBMB3C Service Timestamp: 1416778924
16:42:05 T:7488  NOTICE: XBMB3C 1 -> XBMB3C Current Timestamp: 1416778925
16:42:05 T:7488  NOTICE: XBMB3C 1 -> XBMB3C checkServer Called
16:42:05 T:7488  NOTICE: XBMB3C 1 -> XBMB3C server already set
16:42:05 T:7488  NOTICE: XBMB3C 1 -> XBMB3C -> Mode: 3
16:42:05 T:7488  NOTICE: XBMB3C 1 -> XBMB3C -> URL: _SHOWVIEWS_SEASONS
16:42:05 T:7488  NOTICE: XBMB3C 1 -> XBMB3C -> Name:
16:42:05 T:7488  NOTICE: XBMB3C 1 -> XBMB3C -> identifier: None
16:42:05 T:7488   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.NameError'>
                                            Error Contents: global name 'xbmcvfs' is not defined
                                            Traceback (most recent call last):
                                              File "C:\Users\Josh\AppData\Roaming\XBMC\addons\plugin.video.xbmb3c\default.py", line 39, in <module>
                                                MainModule.MainEntryPoint()
                                              File "C:\Users\Josh\AppData\Roaming\XBMC\addons\plugin.video.xbmb3c\resources\lib\MainModule.py", line 3177, in MainEntryPoint
                                                showViewList(param_url, pluginhandle)
                                              File "C:\Users\Josh\AppData\Roaming\XBMC\addons\plugin.video.xbmb3c\resources\lib\MainModule.py", line 2919, in showViewList
                                                if xbmcvfs.exists(skin_view_file_alt):
                                            NameError: global name 'xbmcvfs' is not defined
                                            -->End of Python script error report<--
16:42:05 T:7488 WARNING: CPythonInvoker(4, C:\Users\Josh\AppData\Roaming\XBMC\addons\plugin.video.xbmb3c\default.py): the python script "C:\Users\Josh\AppData\Roaming\XBMC\addons\plugin.video.xbmb3c\default.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcaddon::Addon
16:42:05 T:7284   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.xbmb3c/?mode=3&url=_SHOWVIEWS_SEASONS
16:42:05 T:7284   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.xbmb3c/?mode=3&url=_SHOWVIEWS_SEASONS) failed
16:42:05 T:8740  NOTICE: Thread LanguageInvoker start, auto delete: false
16:42:05 T:8740  NOTICE: -->Python Interpreter Initialized<--
16:42:05 T:8740  NOTICE: ===== XBMB3C START =====
16:42:05 T:8740  NOTICE: XBMB3C -> running Python: sys.version_info(major=2, minor=7, micro=5, releaselevel='final', serial=0)
16:42:05 T:8740  NOTICE: XBMB3C -> running XBMB3C: 0.9.716
16:42:05 T:8740  NOTICE: 13.2 Git:20140817-0f3db05
16:42:05 T:8740  NOTICE: XBMB3C -> Platform: Windows
16:42:05 T:8740  NOTICE: XBMB3C 1 -> XBMB3C -> Flatten is:
16:42:05 T:8740  NOTICE: XBMB3C -> LogLevel:  1
16:42:05 T:8740  NOTICE: XBMB3C 1 -> XBMB3C -> Script argument date ['plugin://plugin.video.xbmb3c/', '4', '?mode=3&url=http%3a%2f%2fSETVIEWSSETVIEWS']
16:42:05 T:8740  NOTICE: XBMB3C 0 -> Version : 13.2 - {u'major': 13, u'tag': u'stable', u'minor': 2, u'revision': u'20140817-0f3db05'}
16:42:05 T:8740  NOTICE: XBMB3C 1 -> XBMB3C -> Script params is {'url': 'http%3a%2f%2fSETVIEWSSETVIEWS', 'mode': '3'}
16:42:05 T:8740  NOTICE: XBMB3C 1 -> XBMB3C Service Timestamp: 1416778925
16:42:05 T:8740  NOTICE: XBMB3C 1 -> XBMB3C Current Timestamp: 1416778925
16:42:05 T:8740  NOTICE: XBMB3C 1 -> XBMB3C checkServer Called
16:42:05 T:8740  NOTICE: XBMB3C 1 -> XBMB3C server already set
16:42:05 T:8740  NOTICE: XBMB3C 1 -> XBMB3C -> Mode: 3
16:42:05 T:8740  NOTICE: XBMB3C 1 -> XBMB3C -> URL: http://SETVIEWSSETVIEWS
16:42:05 T:8740  NOTICE: XBMB3C 1 -> XBMB3C -> Name:
16:42:05 T:8740  NOTICE: XBMB3C 1 -> XBMB3C -> identifier: None
16:42:05 T:8740  NOTICE: ===== XBMB3C STOP =====
16:42:05 T:11164  NOTICE: Thread BackgroundLoader start, auto delete: false
16:42:05 T:11164 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(plugin) in plugin://plugin.video.xbmb3c/folder.jpg?mode=3&url=_SHOWVIEWS_MOVIES
16:42:05 T:11164 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(plugin) in plugin://plugin.video.xbmb3c/folder.jpg?mode=3&url=_SHOWVIEWS_BOXSETS
16:42:05 T:11164 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(plugin) in plugin://plugin.video.xbmb3c/folder.jpg?mode=3&url=_SHOWVIEWS_CHANNELS
16:42:05 T:11164 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(plugin) in plugin://plugin.video.xbmb3c/folder.jpg?mode=3&url=_SHOWVIEWS_SERIES
16:42:05 T:11164 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(plugin) in plugin://plugin.video.xbmb3c/folder.jpg?mode=3&url=_SHOWVIEWS_SEASONS
16:42:05 T:11164 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(plugin) in plugin://plugin.video.xbmb3c/folder.jpg?mode=3&url=_SHOWVIEWS_EPISODES
16:42:05 T:11164 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(plugin) in plugin://plugin.video.xbmb3c/folder.jpg?mode=3&url=_SHOWVIEWS_MUSICARTISTS
16:42:05 T:11164 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(plugin) in plugin://plugin.video.xbmb3c/folder.jpg?mode=3&url=_SHOWVIEWS_MUSICALBUMS
16:42:05 T:11164 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(plugin) in plugin://plugin.video.xbmb3c/folder.jpg?mode=3&url=_SHOWVIEWS_MUSICVIDEOS
16:42:05 T:11164 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(plugin) in plugin://plugin.video.xbmb3c/folder.jpg?mode=3&url=_SHOWVIEWS_MUSICTRACKS
16:42:05 T:8740 WARNING: CPythonInvoker(5, C:\Users\Josh\AppData\Roaming\XBMC\addons\plugin.video.xbmb3c\default.py): the python script "C:\Users\Josh\AppData\Roaming\XBMC\addons\plugin.video.xbmb3c\default.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcaddon::Addon
16:42:07 T:4224  NOTICE: XBMB3C ThemeMediaThread -> updateThemeMedia Called
Edited by saitoh183
Link to comment
Share on other sites

saitoh183

in 713 stable i get 

 

54725ab3d960f_xbmcviews.jpg

 

This is a fresh install also

 

Scrath that post above...didnt notices i was in confluence non-xbmb3c...713 stable works

Edited by saitoh183
Link to comment
Share on other sites

marcelveldt

@saitoh183, Please download the latest beta version of the xbmb3c addon (0.9.717).

 

It is fixed and you can now disable the forced view on a sublevel, like only for movies etc.

 

For the titan skin also make sure you have the latest helper service: version 1.3.5

 

Because the beta repo is under construction, I've attached the zipfiles to this post:

 

script.titanskin.helpers-1.3.5.zip

 

plugin.video.xbmb3c-0.9.717.zip

 

  • Like 1
Link to comment
Share on other sites

saitoh183

@saitoh183, Please download the latest beta version of the xbmb3c addon (0.9.717).

 

It is fixed and you can now disable the forced view on a sublevel, like only for movies etc.

 

For the titan skin also make sure you have the latest helper service: version 1.3.5

 

Because the beta repo is under construction, I've attached the zipfiles to this post:

 

attachicon.gifscript.titanskin.helpers-1.3.5.zip

 

attachicon.gifplugin.video.xbmb3c-0.9.717.zip

 

 

Excellent!...it looks like it is working great!

 

Thank you!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...