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
$ yoke --id 1
Starting service... Press Ctrl+C to exit.
Shutting down...
Traceback (most recent call last):
File "/usr/local/bin/yoke", line 85, in <module>
service.run()
File "/home/haltosan/.local/lib/python3.10/site-packages/yoke/service.py", line 161, in run
self.info = ServiceInfo(stype, fullname, socket.inet_aton(adr), port, 0, 0, {}, fullname)
File "/home/haltosan/.local/lib/python3.10/site-packages/zeroconf/_services/info.py", line 143, in __init__
self._set_properties(properties)
File "/home/haltosan/.local/lib/python3.10/site-packages/zeroconf/_services/info.py", line 241, in _set_properties
for key, value in properties.items():
AttributeError: 'int' object has no attribute 'items'
I'm running Ubuntu 22.04, python3.10, pip 22.0.2. I ran the pip install command in the readme. I also ran the yoke-enable-uinput executable.
The text was updated successfully, but these errors were encountered:
Here's the output when I run it on my system.
I'm running Ubuntu 22.04, python3.10, pip 22.0.2. I ran the pip install command in the readme. I also ran the
yoke-enable-uinput
executable.The text was updated successfully, but these errors were encountered: