Die Auswahl eines (Video-)Plugins bricht mit einer Fehlermeldung ab.
Im Log steht:
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: unbalanced parenthesis
Traceback (most recent call last):
File "C:\Users\XXX\AppData\Roaming\Kodi\addons\plugin.video.osmosis\default.py", line 756, in <module>
fillPluginItems(url)
File "C:\Users\XXX\AppData\Roaming\Kodi\addons\plugin.video.osmosis\default.py", line 208, in fillPluginItems
strm_name = str(utils.multiple_reSub(strm_name.rstrip(), dictReplacements))
File "C:\Users\XXX\AppData\Roaming\Kodi\addons\plugin.video.osmosis\utils.py", line 87, in multiple_reSub
text = re.sub(i, j, text)
File "C:\Program Files (x86)\Kodi\system\python\Lib\re.py", line 155, in sub
return _compile(pattern, flags).sub(repl, string, count)
File "C:\Program Files (x86)\Kodi\system\python\Lib\re.py", line 251, in _compile
raise error, v # invalid expression
error: unbalanced parenthesis
-->End of Python script error report<--