Bug Callback error when loading an android remote
#1
Bug 
Hi, got the following error in the logs

Code:
17:04:11 T:1384457312   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: CFileLoader2 instance has no attribute 'localfile'
                                            Traceback (most recent call last):
                                              File "/root/.xbmc/addons/script.navi-x/src/navix.py", line 451, in onClick
                                                self.onAction1(ACTION_SELECT_ITEM)
                                              File "/root/.xbmc/addons/script.navi-x/src/navix.py", line 284, in onAction1
                                                self.SelectItem(self.playlist, pos)
                                              File "/root/.xbmc/addons/script.navi-x/src/navix.py", line 998, in SelectItem
                                                result = self.ParsePlaylist(mediaitem=mediaitem)
                                              File "/root/.xbmc/addons/script.navi-x/src/navix.py", line 580, in ParsePlaylist
                                                result = playlist.load_plx(URL, mediaitem, proxy="SMARTCACHE")
                                              File "/root/.xbmc/addons/script.navi-x/src/CPlayList.py", line 137, in load_plx
                                                loader.load(self.URL, proxy=proxy)
                                              File "/root/.xbmc/addons/script.navi-x/src/CFileLoader.py", line 98, in load
                                                self.loadSmartCache(URL, destfile, timeout, proxy, content_type, retries)
                                              File "/root/.xbmc/addons/script.navi-x/src/CFileLoader.py", line 189, in loadSmartCache
                                                self.writeMetaData(self.localfile)
                                            AttributeError: CFileLoader2 instance has no attribute 'localfile'
                                            -->End of Python script error report<--
17:04:12 T:1124455520   DEBUG: webserver: request received for /jsonrpc


when loading the Yatse android remote.

Hardware: G box midnight
Software: XMBC 12 - j1nx version beta 2
#2
no navi-x support. not only is this something that has nothing to do with pvr, but it's also not allowed here (and will result in a nice ban from these forums)
opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.

Logout Mark Read Team Forum Stats Members Help
Callback error when loading an android remote0