I got an error, when i try to call the plugin from the dialogpvrinfo.xml. this error exists in the created estuary Skin:
xml:
2019-02-24 21:39:20.453 T:10092 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'sre_constants.error'>
Error Contents: redefinition of group name 'H' as group 5; was group 4
Traceback (most recent call last):
File "C:\Users\standard\AppData\Roaming\Kodi\addons\plugin.video.iptv.recorder\default.py", line 28, in <module>
start_time = datetime.datetime.fromtimestamp(time.mktime(time.strptime(date, format)))
File "C:\Program Files (x86)\Kodi\system\python\Lib\_strptime.py", line 478, in _strptime_time
return _strptime(data_string, format)[0]
File "C:\Program Files (x86)\Kodi\system\python\Lib\_strptime.py", line 315, in _strptime
format_regex = _TimeRE_cache.compile(format)
File "C:\Program Files (x86)\Kodi\system\python\Lib\_strptime.py", line 269, in compile
return re_compile(self.pattern(format), IGNORECASE)
File "C:\Program Files (x86)\Kodi\system\python\Lib\re.py", line 194, in compile
return _compile(pattern, flags)
File "C:\Program Files (x86)\Kodi\system\python\Lib\re.py", line 251, in _compile
raise error, v # invalid expression
error: redefinition of group name 'H' as group 5; was group 4
-->End of Python script error report<--
Recording from the plugin itself is working very well.