Trying to use your stream search addon, followed the tutorial here:
Code:
https://forum.kodi.tv/showthread.php?tid=282157&pid=2498263#pid2498263
But when I try search for a channel I get the following errors in the log file:
Code:
18:03:18 T:10952 NOTICE: [xbmcswift2] Request for "/subscribe" matches rule for function "subscribe"
18:03:18 T:10952 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
18:03:21 T:13036 NOTICE: [xbmcswift2] Request for "/" matches rule for function "index"
18:03:23 T:11856 NOTICE: [xbmcswift2] Request for "/channel_player" matches rule for function "channel_player"
18:03:24 T:10824 NOTICE: [xbmcswift2] Request for "/" matches rule for function "index"
18:03:27 T:11040 NOTICE: [xbmcswift2] Request for "/add_channel" matches rule for function "add_channel"
18:03:31 T:10204 NOTICE: [xbmcswift2] Request for "/" matches rule for function "index"
18:03:34 T:5232 NOTICE: [xbmcswift2] Request for "/channel_player" matches rule for function "channel_player"
18:03:35 T:9356 NOTICE: [xbmcswift2] Request for "/stream_search/BEIN" matches rule for function "stream_search"
18:03:36 T:9356 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeEncodeError'>
Error Contents: 'ascii' codec can't encode character u'\xe9' in position 18: ordinal not in range(128)
Traceback (most recent call last):
File "C:\Users\henry\AppData\Roaming\Kodi\addons\plugin.video.stream.searcher\main.py", line 460, in <module>
plugin.run()
File "C:\Users\henry\AppData\Roaming\Kodi\addons\script.module.xbmcswift2\lib\xbmcswift2\plugin.py", line 332, in run
items = self._dispatch(self.request.path)
File "C:\Users\henry\AppData\Roaming\Kodi\addons\script.module.xbmcswift2\lib\xbmcswift2\plugin.py", line 306, in _dispatch
listitems = view_func(**items)
File "C:\Users\henry\AppData\Roaming\Kodi\addons\plugin.video.stream.searcher\main.py", line 393, in stream_search
label_search = label.decode("utf8").lower().replace(' ','')
File "C:\Program Files (x86)\Kodi\system\python\Lib\encodings\utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 18: ordinal not in range(128)
-->End of Python script error report<--
18:03:36 T:9652 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.stream.searcher/stream_search/BEIN]
18:03:51 T:4868 NOTICE: [xbmcswift2] Request for "/" matches rule for function "index"
18:03:53 T:9492 NOTICE: [xbmcswift2] Request for "/subscribe" matches rule for function "subscribe"
18:03:53 T:9492 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
18:03:54 T:1400 NOTICE: [xbmcswift2] Request for "/folder/plugin.video.live.streamspro/plugin%3A%2F%2Fplugin.video.live.streamspro" matches rule for function "folder"
18:04:02 T:6784 NOTICE: [xbmcswift2] Request for "/add_folder/plugin.video.live.streamspro/plugin%3A%2F%2Fplugin.video.live.streamspro%2F%3Furl%3DD%253A%255CKODI%2Bbox%255Cbbc%2Bnews.xml%26mode%3D1%26name%3Dbbc%2Bnews%26fanart%3DC%253A%255CUsers%255Chenry%255CAppData%255CRoaming%255CKodi%255Caddons%255Cplugin.video.live.streamspro%255Cfanart.jpg" matches rule for function "add_folder"
18:04:02 T:12008 NOTICE: [xbmcswift2] Request for "/folder/plugin.video.live.streamspro/plugin%3A%2F%2Fplugin.video.live.streamspro" matches rule for function "folder"
Any ideas would be appreciated
edit: I am using kodi 17.4