jordan85824 / navi-x

Automatically exported from code.google.com/p/navi-x
0 stars 0 forks source link

EXCEPTION in CFileLoader #210

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
happens when i browse networks->movies->genre-> music

url points to julesallen77.com...

03:22:23 T:4788     ERROR: EXCEPTION Thrown (PythonToCppException) : - - 
>Python callback/script returned the following error
       Error Contents: string index out of range
       Traceback (most recent call last):
          File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 445, in onClick
              self.onAction1(ACTION_SELECT_ITEM)
          File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 285, in onAction1
              self.SelectItem(self.playlist, pos)
          File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 924, in SelectItem
              self.SelectPage(page=self.page)
          File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 704, in SelectPage
              icon = self.getPlEntryThumb(m)
          File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 893, in getPlEntryThumb
              loader.load(URL, imageCacheDir + "thumb." + ext, timeout=2, proxy="INCACHE", content_type='image')
          File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\CFileLoader.py", line 107, in load
              if (URL[1] == ':') or (URL[0] == '/'): #absolute (local) path
       IndexError: string index out of range
       - - >End of Python script error reportPython callback/script returned the following error
       Error Contents: string index out of range
       Traceback (most recent call last):
          File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 451, in onClick
              self.onAction1(ACTION_SELECT_ITEM)
          File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 284, in onAction1
              self.SelectItem(self.playlist, pos)
          File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 998, in SelectItem
              result = self.ParsePlaylist(mediaitem=mediaitem)
          File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 669, in ParsePlaylist
              self.SelectPage(start_index / self.page_size, start_index % self.page_size)
          File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 724, in SelectPage
              icon = self.getPlEntryThumb(m)
          File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 913, in getPlEntryThumb
              loader.load(URL, imageCacheDir + "thumb." + ext, timeout=2, proxy="INCACHE", content_type='image')
          File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\CFileLoader.py", line 123, in load
              if (URL[1] == ':') or (URL[0] == '/'): #absolute (local) path
       IndexError: string index out of range
       - - >End of Python script error report< - -

    Hardware: PC
    Host Software: XBMC Version: 12.2
    Navi-X Version: 3.7.6 + 3.7.8

Original issue reported on code.google.com by nir.fr...@gmail.com on 20 Jun 2013 at 12:39

GoogleCodeExporter commented 8 years ago
one is of 3.7.6 and one is 3.7.8

03:22:23 T:4788   ERROR: EXCEPTION Thrown (PythonToCppException) : - - >Python 
callback/script returned the following error< - -
     - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <type 'exceptions.IndexError'>
    Error Contents: string index out of range
    Traceback (most recent call last):
      File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 445, in onClick
        self.onAction1(ACTION_SELECT_ITEM)
      File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 285, in onAction1
        self.SelectItem(self.playlist, pos)
      File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 924, in SelectItem
        self.SelectPage(page=self.page)
      File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 704, in SelectPage
        icon = self.getPlEntryThumb(m)
      File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 893, in getPlEntryThumb
        loader.load(URL, imageCacheDir + "thumb." + ext, timeout=2, proxy="INCACHE", content_type='image')
      File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\CFileLoader.py", line 107, in load
        if (URL[1] == ':') or (URL[0] == '/'): #absolute (local) path
    IndexError: string index out of range
    - - >End of Python script error report< - -

02:39:36 T:3816   ERROR: EXCEPTION Thrown (PythonToCppException) : - - >Python 
callback/script returned the following error< - -
     - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <type 'exceptions.IndexError'>
    Error Contents: string index out of range
    Traceback (most recent call last):
      File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 451, in onClick
        self.onAction1(ACTION_SELECT_ITEM)
      File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 284, in onAction1
        self.SelectItem(self.playlist, pos)
      File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 998, in SelectItem
        result = self.ParsePlaylist(mediaitem=mediaitem)
      File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 669, in ParsePlaylist
        self.SelectPage(start_index / self.page_size, start_index % self.page_size)
      File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 724, in SelectPage
        icon = self.getPlEntryThumb(m)
      File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\navix.py", line 913, in getPlEntryThumb
        loader.load(URL, imageCacheDir + "thumb." + ext, timeout=2, proxy="INCACHE", content_type='image')
      File "C:\Users\nir\AppData\Roaming\XBMC\addons\Navi-X\src\CFileLoader.py", line 123, in load
        if (URL[1] == ':') or (URL[0] == '/'): #absolute (local) path
    IndexError: string index out of range
    - - >End of Python script error report< - -

Original comment by nir.fr...@gmail.com on 20 Jun 2013 at 12:41

GoogleCodeExporter commented 8 years ago
somewhere here: 
http://julesallen77.com/Navi-J/imdb/GenreX.php?page=genX&selection=Music

Original comment by nir.fr...@gmail.com on 20 Jun 2013 at 12:52

GoogleCodeExporter commented 8 years ago

Original comment by turne...@gmail.com on 14 Nov 2013 at 11:41