Advertisement
Guest User

iptvrecoderlog

a guest
Apr 14th, 2018
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. matches rule for function "nuke"
  2. 10:09:33.235 T:11496 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
  3. 10:09:33.605 T:11496 WARNING: Previous line repeats 460 times.
  4. 10:09:33.605 T:11496 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  5. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  6. Error Type: <class 'sqlite3.ProgrammingError'>
  7. Error Contents: You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings.
  8. Traceback (most recent call last):
  9. File "C:\Users\surf\AppData\Roaming\Kodi\addons\plugin.video.iptv.recorder\main.py", line 2072, in <module>
  10. plugin.run()
  11. File "C:\Users\surf\AppData\Roaming\Kodi\addons\script.module.xbmcswift2\lib\xbmcswift2\plugin.py", line 332, in run
  12. items = self._dispatch(self.request.path)
  13. File "C:\Users\surf\AppData\Roaming\Kodi\addons\script.module.xbmcswift2\lib\xbmcswift2\plugin.py", line 306, in _dispatch
  14. listitems = view_func(**items)
  15. File "C:\Users\surf\AppData\Roaming\Kodi\addons\plugin.video.iptv.recorder\main.py", line 1956, in nuke
  16. full_service()
  17. File "C:\Users\surf\AppData\Roaming\Kodi\addons\plugin.video.iptv.recorder\main.py", line 1521, in full_service
  18. xmltv()
  19. File "C:\Users\surf\AppData\Roaming\Kodi\addons\plugin.video.iptv.recorder\main.py", line 1788, in xmltv
  20. [name.strip(), tvg_name, tvg_id, tvg_logo, groups, url.strip()])
  21. ProgrammingError: You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings.
  22. -->End of Python script error report<--
  23. 10:09:33.760 T:15880 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.iptv.recorder/nuke
  24. 10:09:33.764 T:15880 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.iptv.recorder/nuke) failed
  25. 10:12:13.070 T:10708 NOTICE: AddOnLog: PVR IPTV Simple Client: EPG Loaded.
  26. 10:14:28.374 T:14080 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
  27. 10:14:28.398 T:14080 NOTICE: [xbmcswift2] Request for "/groups" matches rule for function "groups"
  28. 10:14:28.400 T:14080 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
  29. 10:14:30.437 T:15504 WARNING: Previous line repeats 1 times.
  30. 10:14:30.437 T:15504 NOTICE: [xbmcswift2] Request for "/group/All+Channels" matches rule for function "group"
  31. 10:14:30.439 T:15504 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
  32. 10:14:32.114 T:12652 WARNING: Previous line repeats 2 times.
  33. 10:14:32.114 T:12652 NOTICE: [xbmcswift2] Request for "/groups" matches rule for function "groups"
  34. 10:14:32.117 T:12652 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement