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
On one computer (out of three), we're getting these errors repeatedly after running the application:
Full page of output from CLI: https://pastebin.com/ti2xC2jx
Can't figure out what's happening here because it's working with the two other computers, but when we try to connect this computer to Home Assistant it times out:
You might notice the Python path is in the local user appdata (C:\Users\therks\AppData\Local\Programs\Python), but we did try it from Program Files (uninstalled, then installed for all users) but were getting the same results. We then un/reinstalled back to the local user again because that's what's working on the other computers.
OS is Windows 10 Pro (21H2).
Python version is 3.10.7
We installed SystemBridge using python -m pip install --upgrade pywin32 systembridgeshared systembridgebackend systembridgecli systembridgefrontend systembridgegui systembridgewindowssensors
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
-
On one computer (out of three), we're getting these errors repeatedly after running the application:
Full page of output from CLI: https://pastebin.com/ti2xC2jx
Can't figure out what's happening here because it's working with the two other computers, but when we try to connect this computer to Home Assistant it times out:
You might notice the Python path is in the local user appdata (
C:\Users\therks\AppData\Local\Programs\Python
), but we did try it from Program Files (uninstalled, then installed for all users) but were getting the same results. We then un/reinstalled back to the local user again because that's what's working on the other computers.OS is Windows 10 Pro (21H2).
Python version is 3.10.7
We installed SystemBridge using
python -m pip install --upgrade pywin32 systembridgeshared systembridgebackend systembridgecli systembridgefrontend systembridgegui systembridgewindowssensors
Any assistance would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions