OpenELEC / service.openelec.settings

service.openelec.settings - OpenELEC settings addon
Other
12 stars 35 forks source link

Wizard network setup does not work. #35

Closed Lu-Fi closed 10 years ago

Lu-Fi commented 10 years ago

The Addon runs as a service addon in xbmc. On startup the Addon will load all files from ./resources/lib/modules and load's a class into the dicttionary dictModules. Then it checks if an start_service function exists into the classes and call them. Now the Main Module OE.PY checks if the Wizard already finished, if not the wizard for each class will be called. The Problem happens into the connman.py module. When the function "menu_connections" should create the network list, the python code stops on line 1812. The dbus get_object call does not return.

Lu-Fi commented 10 years ago

should be fixed https://github.com/OpenELEC/service.openelec.settings/commit/e3edc82543d3c7c89f7cc7a01cb10eff48de894d