bikerider331 / plugin.video.filelist.ro.api

5 stars 4 forks source link

cacheTorrents #5

Open AdrianCert opened 4 years ago

AdrianCert commented 4 years ago

Hello!

Currently, I'm facing this error!

ERROR: EXCEPTION Thrown (PythonToCppException) : 

 -->Python callback/script returned the following error<--

- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!

Error Type: <type 'exceptions.TypeError'>
Error Contents: string indices must be integers
Traceback (most recent call last):
File "C:\Users\adrian\AppData\Roaming\Kodi\addons\plugin.video.filelist.ro.api\main.py", line 339, in <module> indexer.router(sys.argv[2][1:])
File "C:\Users\adrian\AppData\Roaming\Kodi\addons\plugin.video.filelist.ro.api\main.py", line 315, in router self.list_torrents(params['categoryId'], None)
File "C:\Users\adrian\AppData\Roaming\Kodi\addons\plugin.video.filelist.ro.api\main.py", line 158, in list_torrents self.cacheTorrents(torrents)
File "C:\Users\adrian\AppData\Roaming\Kodi\addons\plugin.video.filelist.ro.api\main.py", line 165, in cacheTorrents id = torrent['id']
TypeError: string indices must be integers
-->End of Python script error report<--