2018-03-24, 21:32
I was actually testing with some logs, here it is
Is the "u" in the front of the date normal ?
My kodi is set to French, i tried with English and I have the same output
Code:
20:28:14.942 T:18446744073046956336 NOTICE: [xbmcswift2] Request for "/channel/MyChannel/1" matches rule for function "channel"
20:28:15.091 T:18446744073046956336 ERROR: u'2018-03-24 05:15:00'
20:28:15.114 T:18446744073046956336 ERROR: u'2018-03-24 06:10:00'
20:28:15.119 T:18446744073046956336 ERROR: u'2018-03-24 07:05:00'
20:28:15.122 T:18446744073046956336 ERROR: u'2018-03-24 07:50:00'
20:28:15.124 T:18446744073046956336 ERROR: u'2018-03-24 08:35:00'
20:28:15.127 T:18446744073046956336 ERROR: u'2018-03-24 09:40:00'
20:28:15.130 T:18446744073046956336 ERROR: u'2018-03-24 10:25:00'
20:28:15.133 T:18446744073046956336 ERROR: u'2018-03-24 11:10:00'
20:28:15.136 T:18446744073046956336 ERROR: u'2018-03-24 11:55:00'
20:28:15.139 T:18446744073046956336 ERROR: u'2018-03-24 12:35:00'
20:28:15.141 T:18446744073046956336 ERROR: u'2018-03-24 13:05:00'
20:28:15.143 T:18446744073046956336 ERROR: u'2018-03-24 14:00:00'
20:28:15.147 T:18446744073046956336 ERROR: u'2018-03-24 14:45:00'
20:28:15.150 T:18446744073046956336 ERROR: u'2018-03-24 15:30:00'
20:28:15.152 T:18446744073046956336 ERROR: u'2018-03-24 15:55:00'
20:28:15.155 T:18446744073046956336 ERROR: u'2018-03-24 16:25:00'
20:28:15.157 T:18446744073046956336 ERROR: u'2018-03-24 17:10:00'
20:28:15.160 T:18446744073046956336 ERROR: u'2018-03-24 17:35:00'
20:28:15.163 T:18446744073046956336 ERROR: u'2018-03-24 18:30:00'
20:28:15.166 T:18446744073046956336 ERROR: u'2018-03-24 18:45:00'
20:28:15.168 T:18446744073046956336 ERROR: u'2018-03-24 19:05:00'
20:28:15.171 T:18446744073046956336 ERROR: u'2018-03-24 19:35:00'
20:28:15.173 T:18446744073046956336 ERROR: u'2018-03-24 19:44:00'
20:28:15.175 T:18446744073046956336 ERROR: u'2018-03-24 19:50:00'
20:28:15.179 T:18446744073046956336 ERROR: u'2018-03-24 20:40:00'
20:28:15.183 T:18446744073046956336 ERROR: u'2018-03-24 21:35:00'
20:28:15.185 T:18446744073046956336 ERROR: u'2018-03-24 22:30:00'
20:28:15.188 T:18446744073046956336 ERROR: u'2018-03-24 23:00:00'
20:28:15.190 T:18446744073046956336 ERROR: u'2018-03-24 23:25:00'
20:28:15.192 T:18446744073046956336 ERROR: u'2018-03-25 00:25:00'
20:28:15.196 T:18446744073046956336 ERROR: u'2018-03-25 01:10:00'
20:28:15.199 T:18446744073046956336 ERROR: u'2018-03-25 02:00:00'
20:28:15.208 T:18446744073046956336 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.OverflowError'>
Error Contents: mktime argument out of range
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.iptv.recorder/main.py", line 970, in <module>
plugin.run()
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 332, in run
items = self._dispatch(self.request.path)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 306, in _dispatch
listitems = view_func(**items)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.iptv.recorder/main.py", line 562, in channel
start = str2dt(starttime)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.iptv.recorder/main.py", line 112, in str2dt
return utc2local(res)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.iptv.recorder/main.py", line 102, in utc2local
epoch = time.mktime(utc.timetuple())
OverflowError: mktime argument out of range
-->End of Python script error report<--
20:28:15.312 T:18446744073432856880 ERROR: GetDirectory - Error getting plugin://plugin.video.iptv.recorder/channel/MyChannel/1
20:28:15.315 T:18446744073432856880 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.iptv.recorder/channel/MyChannel/1) failed
Is the "u" in the front of the date normal ?
My kodi is set to French, i tried with English and I have the same output