v17 Kmediatorrent doesn't work
#1
I have Kodi installed on my QNAP NAS and i also have the kmediatorrent add-on installed but it doesn't work.
It doesn't fetch any data, and im getting an error: ERROR: GetDirectory - Error getting plugin://plugin.video.kmediatorrent/kat/search?

Can anybody help me?
I am very new to this.


Below the kodi log:



19:29:09 T:140496014133248 NOTICE: Running database version Addons20
19:29:09 T:140496014133248 NOTICE: Running database version ViewModes6
19:29:09 T:140496014133248 NOTICE: Running database version Textures13
19:29:09 T:140496014133248 NOTICE: Running database version MyMusic56
19:29:09 T:140496014133248 NOTICE: Running database version MyVideos99
19:29:09 T:140496014133248 NOTICE: Running database version TV29
19:29:09 T:140496014133248 NOTICE: Running database version Epg11
19:29:09 T:140496014133248 NOTICE: start dvd mediatype detection
19:29:09 T:140496014133248 WARNING: CSkinInfo: failed to load skin settings
19:29:09 T:140496014133248 WARNING: Previous line repeats 1 times.
19:29:09 T:140496014133248 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
19:29:09 T:140496014133248 NOTICE: ActiveAE DSP - starting
19:29:09 T:140496014133248 NOTICE: initialize done
19:29:09 T:140496014133248 NOTICE: Running the application...
19:29:09 T:140496014133248 NOTICE: starting zeroconf publishing
19:29:09 T:140496014133248 NOTICE: WebServer: Started the webserver
19:29:09 T:140496014133248 NOTICE: starting upnp client
19:29:09 T:140494470371072 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
19:29:09 T:140494470371072 NOTICE: UDP: Listening on port 9777
19:30:13 T:140494873024256 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
19:30:14 T:140494873024256 WARNING: Previous line repeats 26 times.
19:30:14 T:140494873024256 NOTICE: [xbmcswift2] Request for "/cmd/clear_cache" matches rule for function "clear_cache"
19:30:29 T:140494856238848 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
19:30:29 T:140494856238848 WARNING: Previous line repeats 26 times.
19:30:29 T:140494856238848 NOTICE: [xbmcswift2] Request for "/kat" matches rule for function "kat_index"
19:30:31 T:140494856238848 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
19:30:31 T:140494856238848 WARNING: Previous line repeats 26 times.
19:30:31 T:140494856238848 NOTICE: [xbmcswift2] Request for "/kat/movies" matches rule for function "kat_movies"
19:30:33 T:140494889809664 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
19:30:33 T:140494889809664 WARNING: Previous line repeats 26 times.
19:30:33 T:140494889809664 NOTICE: [xbmcswift2] Request for "/kat/search" matches rule for function "kat_search"
19:30:33 T:140494889809664 NOTICE: [xbmcswift2] Request for "/kat/browse/usearch%2F720p%2520category%253Amovies%2520%2520verified%253A1/1/seeders/desc" matches rule for function "kat_page"
19:30:34 T:140494889809664 NOTICE: Traceback (most recent call last):
19:30:34 T:140494889809664 NOTICE: File "/root/.kodi/addons/plugin.video.kmediatorrent-master/addon.py", line 7, in <module>
19:30:34 T:140494889809664 NOTICE: plugin.run()
19:30:34 T:140494889809664 NOTICE: File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/xbmcswift2/plugin.py", line 334, in run
19:30:34 T:140494889809664 NOTICE: items = self._dispatch(self.request.path)
19:30:34 T:140494889809664 NOTICE: File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/xbmcswift2/plugin.py", line 306, in _dispatch
19:30:34 T:140494889809664 NOTICE: listitems = view_func(**items)
19:30:34 T:140494889809664 NOTICE: File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/kmediatorrent/ga.py", line 56, in _fn
19:30:34 T:140494889809664 NOTICE: return fn(*a, **kwds)
19:30:34 T:140494889809664 NOTICE: File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/kmediatorrent/scrapers/kickass.py", line 172, in kat_search
19:30:34 T:140494889809664 NOTICE: plugin.redirect(plugin.url_for("kat_page", root="usearch/%s" % urllib.quote("%s %s verified:1" % (query, suffix), safe=""), page=1, **plugin.request.args_dict))
19:30:34 T:140494889809664 NOTICE: File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/xbmcswift2/plugin.py", line 328, in redirect
19:30:34 T:140494889809664 NOTICE: return self._dispatch(new_request.path)
19:30:34 T:140494889809664 NOTICE: File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/xbmcswift2/plugin.py", line 306, in _dispatch
19:30:34 T:140494889809664 NOTICE: listitems = view_func(**items)
19:30:34 T:140494889809664 NOTICE: File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/kmediatorrent/utils.py", line 178, in _fn
19:30:34 T:140494889809664 NOTICE: items = list(items)
19:30:34 T:140494889809664 NOTICE: File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/kmediatorrent/scrapers/kickass.py", line 155, in kat_page
19:30:34 T:140494889809664 NOTICE: for item in rss.parse(page_data, content_type):
19:30:34 T:140494889809664 NOTICE: File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/kmediatorrent/library.py", line 104, in _fn
19:30:34 T:140494889809664 NOTICE: for item in items:
19:30:34 T:140494889809664 NOTICE: File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/kmediatorrent/scrapers/rss.py", line 46, in parse
19:30:34 T:140494889809664 NOTICE: root = ET.fromstring(data)
19:30:34 T:140494889809664 NOTICE: File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1300, in XML
19:30:34 T:140494889809664 NOTICE: parser.feed(text)
19:30:34 T:140494889809664 NOTICE: File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1640, in feed
19:30:34 T:140494889809664 NOTICE: self._parser.Parse(data, 0)
19:30:34 T:140494889809664 NOTICE: TypeError: must be string or read-only buffer, not None
19:30:34 T:140494889809664 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: must be string or read-only buffer, not None
Traceback (most recent call last):
File "/root/.kodi/addons/plugin.video.kmediatorrent-master/addon.py", line 7, in <module>
plugin.run()
File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/xbmcswift2/plugin.py", line 334, in run
items = self._dispatch(self.request.path)
File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/xbmcswift2/plugin.py", line 306, in _dispatch
listitems = view_func(**items)
File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/kmediatorrent/ga.py", line 56, in _fn
return fn(*a, **kwds)
File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/kmediatorrent/scrapers/kickass.py", line 172, in kat_search
plugin.redirect(plugin.url_for("kat_page", root="usearch/%s" % urllib.quote("%s %s verified:1" % (query, suffix), safe=""), page=1, **plugin.request.args_dict))
File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/xbmcswift2/plugin.py", line 328, in redirect
return self._dispatch(new_request.path)
File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/xbmcswift2/plugin.py", line 306, in _dispatch
listitems = view_func(**items)
File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/kmediatorrent/utils.py", line 178, in _fn
items = list(items)
File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/kmediatorrent/scrapers/kickass.py", line 155, in kat_page
for item in rss.parse(page_data, content_type):
File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/kmediatorrent/library.py", line 104, in _fn
for item in items:
File "/root/.kodi/addons/plugin.video.kmediatorrent-master/resources/site-packages/kmediatorrent/scrapers/rss.py", line 46, in parse
root = ET.fromstring(data)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1300, in XML
parser.feed(text)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1640, in feed
self._parser.Parse(data, 0)
TypeError: must be string or read-only buffer, not None
-->End of Python script error report<--
19:30:34 T:140496014133248 ERROR: GetDirectory - Error getting plugin://plugin.video.kmediatorrent/kat/search?content_type=movies&query=720p%20category%3amovies&sort_field=seeders&sort_order=desc
19:30:34 T:140496014133248 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.kmediatorrent/kat/search?content_type=movies&query=720p%20category%3amovies&sort_field=seeders&sort_order=desc) failed
19:30:34 T:140494889809664 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
19:30:34 T:140494889809664 WARNING: Previous line repeats 26 times.
19:30:34 T:140494889809664 NOTICE: [xbmcswift2] Request for "/kat/movies" matches rule for function "kat_movies"
Reply

Logout Mark Read Team Forum Stats Members Help
Kmediatorrent doesn't work0