-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Here's the output when I run it on my system.
$ 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels