Zitat von Onkelandy
Beitrag anzeigen
Code:
2018-04-02 17:18:03 ERROR plugin Main Plugin 'avdevice' from section 'avdevice' exception: expected string or bytes-like object -- plugin.py:__init__:134 Traceback (most recent call last): File "/usr/local/smarthome/lib/plugin.py", line 122, in __init__ plugin_thread = PluginWrapper(smarthome, plugin, classname, classpath, args, instance, self.meta, self._gtrans) File "/usr/local/smarthome/lib/plugin.py", line 490, in __init__ exec("self.plugin.__init__(smarthome{0}{1})".format("," if len(arglist) else "", argstring)) File "<string>", line 1, in <module> File "/usr/local/smarthome/plugins/avdevice/__init__.py", line 139, in __init__ self._update_exclude = self.init._process_variables(update_exclude, 'update_exclude') File "/usr/local/smarthome/plugins/avdevice/AVDeviceInit.py", line 183, in _process_variables update_exclude = re.sub(', ', ',', value).split(",") File "/usr/lib/python3.5/re.py", line 182, in sub return _compile(pattern, flags).sub(repl, string, count) TypeError: expected string or bytes-like object 2018-04-02 17:18:03 INFO plugin Main Load of plugins finished -- plugin.py:__init__:136
plugin.yaml habe ich nicht angerührt:
Code:
avdevice: class_name: AVDevice class_path: plugins.avdevice model: denon-avr1912 tcp_ip: 192.168.2.52
Kommentar