Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 KB | None | 0 0
  1. 22:44:25.614 T:7888 NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
  2. 22:44:28.230 T:6820 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
  3. 22:44:28.280 T:6820 NOTICE: [xbmcswift2] Request for "/renew_jobs" matches rule for function "renew_jobs"
  4. 22:44:28.968 T:7360 ERROR: [plugin.video.iptv.recorder] service started...
  5. 22:45:30.352 T:10980 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
  6. 22:45:30.405 T:10980 NOTICE: [xbmcswift2] Request for "/full_service" matches rule for function "full_service"
  7. 22:45:30.571 T:10980 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
  8. 22:45:31.481 T:1268 ERROR: XFILE::CDirectory::GetDirectory - Error getting
  9. 22:45:31.534 T:10980 ERROR: Previous line repeats 6 times.
  10. 22:45:31.534 T:10980 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
  11. 22:45:33.007 T:10980 WARNING: Previous line repeats 73 times.
  12. 22:45:33.007 T:10980 ERROR: C:\Program Files\Kodi\system\python\Lib\urllib.py:1299: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  13. return ''.join(map(quoter, s))
  14. 22:45:33.056 T:10980 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  15. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  16. Error Type: <type 'exceptions.KeyError'>
  17. Error Contents: u'\xfa'
  18. Traceback (most recent call last):
  19. File "C:\Users\Ivan\AppData\Roaming\Kodi\addons\plugin.video.iptv.recorder\main.py", line 3098, in <module>
  20. plugin.run()
  21. File "C:\Users\Ivan\AppData\Roaming\Kodi\addons\script.module.xbmcswift2\lib\xbmcswift2\plugin.py", line 332, in run
  22. items = self._dispatch(self.request.path)
  23. File "C:\Users\Ivan\AppData\Roaming\Kodi\addons\script.module.xbmcswift2\lib\xbmcswift2\plugin.py", line 306, in _dispatch
  24. listitems = view_func(**items)
  25. File "C:\Users\Ivan\AppData\Roaming\Kodi\addons\plugin.video.iptv.recorder\main.py", line 2197, in full_service
  26. xmltv()
  27. File "C:\Users\Ivan\AppData\Roaming\Kodi\addons\plugin.video.iptv.recorder\main.py", line 2489, in xmltv
  28. name = urllib.quote_plus(channel[0].rsplit(',', 1)[-1].strip())
  29. File "C:\Program Files\Kodi\system\python\Lib\urllib.py", line 1304, in quote_plus
  30. s = quote(s, safe + ' ')
  31. File "C:\Program Files\Kodi\system\python\Lib\urllib.py", line 1299, in quote
  32. return ''.join(map(quoter, s))
  33. KeyError: u'\xfa'
  34. -->End of Python script error report<--
  35. 22:45:33.162 T:4604 NOTICE: [xbmcswift2] Request for "/" matches rule for function "index"
  36. 22:45:33.164 T:4604 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement