You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm new here. Trying in install system bridge on my ubuntu 22.04.2 box however i was unable to run it. It keeps throwing below error when start the app by running the command python -m systembridgebackend. Tried to uninstall and reinstall system bridge several times with different versions (from 3.5 to latest) as well as python 3.9, 3.10 and 3.11 but still get the same error. Could some one please help? Thank you.
~$ python -m systembridgebackend
2023-07-09 22:58:28 INFO (MainThread) [main.Main] System Bridge 3.6.2: Startup
2023-07-09 22:58:28 INFO (MainThread) [main.Main] Autostart enabled: False
2023-07-09 22:58:28 CRITICAL (MainThread) [root] Unhandled error in application
Traceback (most recent call last):
File "/home/hass/virtual_env/venv_with_python3.9/lib/python3.9/site-packages/systembridgebackend/main.py", line 71, in
Main()
File "/home/hass/virtual_env/venv_with_python3.9/lib/python3.9/site-packages/systembridgebackend/main.py", line 52, in init
self._server = Server(
File "/home/hass/virtual_env/venv_with_python3.9/lib/python3.9/site-packages/systembridgebackend/server/init.py", line 60, in init
self._mdns_advertisement.advertise_server()
File "/home/hass/virtual_env/venv_with_python3.9/lib/python3.9/site-packages/systembridgebackend/server/mdns.py", line 32, in advertise_server
system_id = system.uuid()
File "/home/hass/virtual_env/venv_with_python3.9/lib/python3.9/site-packages/systembridgebackend/modules/system/init.py", line 73, in uuid
return uniqueid.id
File "/home/hass/virtual_env/venv_with_python3.9/lib/python3.9/site-packages/plyer/utils.py", line 117, in getattribute
result = getattr(object.getattribute(self, '_obj'), name)
File "/home/hass/virtual_env/venv_with_python3.9/lib/python3.9/site-packages/plyer/facades/uniqueid.py", line 42, in id
return self.get_uid()
File "/home/hass/virtual_env/venv_with_python3.9/lib/python3.9/site-packages/plyer/facades/uniqueid.py", line 49, in get_uid
return self._get_uid()
File "/home/hass/virtual_env/venv_with_python3.9/lib/python3.9/site-packages/plyer/platforms/linux/uniqueid.py", line 35, in _get_uid
result = output.split()[1]
IndexError: list index out of range
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm new here. Trying in install system bridge on my ubuntu 22.04.2 box however i was unable to run it. It keeps throwing below error when start the app by running the command
python -m systembridgebackend
. Tried to uninstall and reinstall system bridge several times with different versions (from 3.5 to latest) as well as python 3.9, 3.10 and 3.11 but still get the same error. Could some one please help? Thank you.Beta Was this translation helpful? Give feedback.
All reactions