Advertisement
Guest User

Untitled

a guest
Apr 19th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. 16:41:34.935 T:244 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
  2. 16:41:34.968 T:244 NOTICE: [xbmcswift2] Request for "/full_service" matches rule for function "full_service"
  3. 16:41:35.507 T:244 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
  4. 16:41:39.478 T:244 WARNING: Previous line repeats 237 times.
  5. 16:41:39.478 T:244 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  6. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  7. Error Type: <class 'sqlite3.ProgrammingError'>
  8. 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.
  9. Traceback (most recent call last):
  10. File "C:\Users\TV\AppData\Roaming\Kodi\addons\plugin.video.iptv.recorder\main.py", line 2655, in <module>
  11. plugin.run()
  12. File "C:\Users\TV\AppData\Roaming\Kodi\addons\script.module.xbmcswift2\lib\xbmcswift2\plugin.py", line 332, in run
  13. items = self._dispatch(self.request.path)
  14. File "C:\Users\TV\AppData\Roaming\Kodi\addons\script.module.xbmcswift2\lib\xbmcswift2\plugin.py", line 306, in _dispatch
  15. listitems = view_func(**items)
  16. File "C:\Users\TV\AppData\Roaming\Kodi\addons\plugin.video.iptv.recorder\main.py", line 1891, in full_service
  17. xmltv()
  18. File "C:\Users\TV\AppData\Roaming\Kodi\addons\plugin.video.iptv.recorder\main.py", line 2410, in xmltv
  19. [channel, title, sub_title, start, stop, date, description, episode, categories, xml])
  20. 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.
  21. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement