Hallo zusammen,
ich habe heute mal ein Git-Update der Develop gemacht und habe jetzt untenstehende Fehlermeldung beim Sqlite Plugin. Hat noch jemand das Problem? Ich habe auch das Databasplugin Versuchsweise mal konfiguriert. Da kommt die gleiche Fehlermeldung.
bei SmartHomeNG 1.4.d9859ca.dev ist noch alles ok.
2017-07-14 12:50:46 DEBUG plugin Main Plugin: sql -- plugin.py:__init__:58
2017-07-14 12:50:46 DEBUG plugin Main Using arguments [] -- plugin.py:__init__:142
2017-07-14 12:50:46 DEBUG __init__ Main SQLite 3.18.0 -- __init__.py:__init__:61
2017-07-14 12:50:47 DEBUG __init__ Main SQLite: database integrity ok -- __init__.py:__init__:78
2017-07-14 12:50:47 DEBUG scheduler Main SQLite Maintain next time: 2017-07-15 03:02:00+02:00 -- scheduler.py:_next_time:339
Init SmartHomeNG 1.4.a4caba8.dev
2017-07-14 12:46:31 ERROR plugin Main Plugin sql exception: 'SmartHome' object has no attribute 'dbapi' -- plugin.py:__init__:94
Traceback (most recent call last):
File "/usr/local/smarthome/lib/plugin.py", line 90, in __init__
plugin_thread = PluginWrapper(smarthome, plugin, classname, classpath, args, instance)
File "/usr/local/smarthome/lib/plugin.py", line 144, in __init__
exec("self.plugin.__init__(smarthome{0}{1})".forma t("," if len(arglist) else "", argstring))
File "<string>", line 1, in <module>
File "/usr/local/smarthome/plugins/sqlite_visu2_8/__init__.py", line 60, in __init__
sqlite3 = self._sh.dbapi('sqlite')
AttributeError: 'SmartHome' object has no attribute 'dbapi'
ich habe heute mal ein Git-Update der Develop gemacht und habe jetzt untenstehende Fehlermeldung beim Sqlite Plugin. Hat noch jemand das Problem? Ich habe auch das Databasplugin Versuchsweise mal konfiguriert. Da kommt die gleiche Fehlermeldung.
bei SmartHomeNG 1.4.d9859ca.dev ist noch alles ok.
2017-07-14 12:50:46 DEBUG plugin Main Plugin: sql -- plugin.py:__init__:58
2017-07-14 12:50:46 DEBUG plugin Main Using arguments [] -- plugin.py:__init__:142
2017-07-14 12:50:46 DEBUG __init__ Main SQLite 3.18.0 -- __init__.py:__init__:61
2017-07-14 12:50:47 DEBUG __init__ Main SQLite: database integrity ok -- __init__.py:__init__:78
2017-07-14 12:50:47 DEBUG scheduler Main SQLite Maintain next time: 2017-07-15 03:02:00+02:00 -- scheduler.py:_next_time:339
Init SmartHomeNG 1.4.a4caba8.dev
2017-07-14 12:46:31 ERROR plugin Main Plugin sql exception: 'SmartHome' object has no attribute 'dbapi' -- plugin.py:__init__:94
Traceback (most recent call last):
File "/usr/local/smarthome/lib/plugin.py", line 90, in __init__
plugin_thread = PluginWrapper(smarthome, plugin, classname, classpath, args, instance)
File "/usr/local/smarthome/lib/plugin.py", line 144, in __init__
exec("self.plugin.__init__(smarthome{0}{1})".forma t("," if len(arglist) else "", argstring))
File "<string>", line 1, in <module>
File "/usr/local/smarthome/plugins/sqlite_visu2_8/__init__.py", line 60, in __init__
sqlite3 = self._sh.dbapi('sqlite')
AttributeError: 'SmartHome' object has no attribute 'dbapi'
Kommentar