2018-04-03, 02:44
doesn't work for me again.
with 0.0.5 i can put _ instead of space for id's that have spaces (ie. tvg-id="Nova_TV") to get the guide working for those channels.
The ones without spaces work fine.
this is all i get and recording and everything works fine, but i can't record channels without a guide:
edit: aaaand it automagically works without those underscores now. i guess i didn't wait enough for channels to load before testing it.
with 0.0.5 i can put _ instead of space for id's that have spaces (ie. tvg-id="Nova_TV") to get the guide working for those channels.
The ones without spaces work fine.
this is all i get and recording and everything works fine, but i can't record channels without a guide:
Code:
02:39:25.287 T:9852 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
02:39:25.356 T:9852 NOTICE: [xbmcswift2] Request for "/full_service" matches rule for function "full_service"
02:39:25.464 T:9852 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
02:39:41.558 T:9852 ERROR: Previous line repeats 184 times.
02:39:41.558 T:9852 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
02:39:42.657 T:9852 WARNING: Previous line repeats 85 times.
02:39:42.658 T:9852 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: 'NoneType' object is not callable
Traceback (most recent call last):
File "C:\Users\raych\AppData\Roaming\Kodi\addons\plugin.video.iptv.recorder\main.py", line 1988, in <module>
plugin.run()
File "C:\Users\raych\AppData\Roaming\Kodi\addons\script.module.xbmcswift2\lib\xbmcswift2\plugin.py", line 332, in run
items = self._dispatch(self.request.path)
File "C:\Users\raych\AppData\Roaming\Kodi\addons\script.module.xbmcswift2\lib\xbmcswift2\plugin.py", line 306, in _dispatch
listitems = view_func(**items)
File "C:\Users\raych\AppData\Roaming\Kodi\addons\plugin.video.iptv.recorder\main.py", line 1485, in full_service
service_thread()
File "C:\Users\raych\AppData\Roaming\Kodi\addons\plugin.video.iptv.recorder\main.py", line 1493, in service_thread
rules = cursor.execute('SELECT uid, channelid, channelname, title, start AS "start [TIMESTAMP]", stop AS "stop [TIMESTAMP]", description, type FROM rules ORDER by channelname, title, start, stop').fetchall()
File "C:\Program Files (x86)\Kodi\system\python\Lib\sqlite3\dbapi2.py", line 69, in convert_timestamp
year, month, day = map(int, datepart.split("-"))
TypeError: 'NoneType' object is not callable
-->End of Python script error report<--
02:40:23.114 T:2256 ERROR: XFILE::CDirectory::GetDirectory - Error getting
02:40:23.769 T:12248 ERROR: Previous line repeats 18 times.
02:40:23.769 T:12248 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
02:40:23.786 T:12248 NOTICE: [xbmcswift2] Request for "/group/All+Channels" matches rule for function "group"
02:40:23.789 T:12248 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
edit: aaaand it automagically works without those underscores now. i guess i didn't wait enough for channels to load before testing it.