Advertisement
Guest User

Untitled

a guest
May 25th, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.63 KB | None | 0 0
  1. 00:29:38 T:1503654832  NOTICE: ### [Torrenter v.2.5.2g]: SYS ARGV: ['plugin://plugin.video.torrenter/', '-1', '?action=playTorrent&url=0&thumbnail=DefaultVideo.png']
  2. 00:29:41 T:1503654832   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  3.                                              - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  4.                                             Error Type: <type 'exceptions.TypeError'>
  5.                                             Error Contents: object of type 'NoneType' has no len()
  6.                                             Traceback (most recent call last):
  7.                                               File "/root/.kodi/addons/plugin.video.torrenter/default.py", line 41, in <module>
  8.                                                 core.executeAction(params)
  9.                                               File "/root/.kodi/addons/plugin.video.torrenter/Core.py", line 1148, in executeAction
  10.                                                 getattr(self, get("action"))(params)
  11.                                               File "/root/.kodi/addons/plugin.video.torrenter/Core.py", line 1385, in playTorrent
  12.                                                 self.userStorage(params)
  13.                                               File "/root/.kodi/addons/plugin.video.torrenter/Core.py", line 1371, in userStorage
  14.                                                 if len(save_folder)>0:
  15.                                             TypeError: object of type 'NoneType' has no len()
  16.                                             -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement