Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'int' object has no attribute 'items' #64

Open
haltosan opened this issue May 29, 2022 · 3 comments
Open

AttributeError: 'int' object has no attribute 'items' #64

haltosan opened this issue May 29, 2022 · 3 comments

Comments

@haltosan
Copy link

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.

@joradom
Copy link

joradom commented Jul 10, 2022

same to me ...

@joradom
Copy link

joradom commented Jul 11, 2022

update: Tested the new version Yoke Webview and it works ...
os: kubuntu 20.04
phone: Huawei RIO-L01
andoid 6.0.1

just wondering how to make a layout for flightgear now.

@non-resistant
Copy link

non-resistant commented Apr 4, 2024

update: Tested the new version Yoke Webview and it works ... os: kubuntu 20.04 phone: Huawei RIO-L01 andoid 6.0.1

just wondering how to make a layout for flightgear now.

@joradom How did switch to new version of Yoke Webview (which is android app) changed behavior of yoke (which is desktop app)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants