Zitat von mumpf
Beitrag anzeigen
im plugin.conf ist klar.
Ich habe nun im Autoblind-Verzeichnis ein git update gemacht, es kam aber keinerlei Meldung, so dass ich davon ausgehe, es war schon alles aktuell
Und git status sagt nun:
Code:
On branch master Your branch is up-to-date with 'origin/master'. nothing to commit, working directory clean
Code:
2015-10-26 19:48:07,467 DEBUG Main Python 3.4.2 -- smarthome.py:__init__:232
2015-10-26 19:48:07,469 INFO Main Init Scheduler -- scheduler.py:__init__:86
2015-10-26 19:48:07,472 DEBUG Scheduler creating 5 workers -- scheduler.py:run:93
2015-10-26 19:48:07,473 INFO Main Init Plugins -- smarthome.py:start:274
2015-10-26 19:48:07,489 DEBUG Main Plugin: knx -- plugin.py:__init__:43
2015-10-26 19:48:07,506 DEBUG Main Plugin: autoblind -- plugin.py:__init__:43
2015-10-26 19:48:07,543 ERROR Main Plugin autoblind exception: __init__() got an unexpected keyword argument 'log_maxage' -- plugin.py:__init__:57
Traceback (most recent call last):
File "/media/sda2/smarthome/lib/plugin.py", line 53, in __init__
plugin_thread = Plugin(smarthome, plugin, classname, classpath, args)
File "/media/sda2/smarthome/lib/plugin.py", line 80, in __init__
exec("self.plugin = {0}.{1}(smarthome{2})".format(classpath, classname, args))
File "<string>", line 1, in <module>
TypeError: __init__() got an unexpected keyword argument 'log_maxage'
2015-10-26 19:48:07,558 DEBUG Main Plugin: visu -- plugin.py:__init__:43
2015-10-26 19:48:07,587 DEBUG Main Plugin: cli -- plugin.py:__init__:43
2015-10-26 19:48:07,593 DEBUG Main Plugin: sql -- plugin.py:__init__:43
Code:
gitdir: ../../.git/modules/plugins/autoblind
Grüße, Arne

Einen Kommentar schreiben: