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

[Resolved] 'tuple' object has no attribute 'items' #151

Open
jtjisgod opened this issue Nov 20, 2018 · 1 comment
Open

[Resolved] 'tuple' object has no attribute 'items' #151

jtjisgod opened this issue Nov 20, 2018 · 1 comment

Comments

@jtjisgod
Copy link

addr for key, addr in net_addrs.items()

addr for key, addr in net_addrs.items()
Change to
addr for key, addr in net_addrs

Issue ( Bug )

KeyError: 'OpaqueRef:72a6ebac-3527-0111-3516-950bad4b1712'
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/openxenmanager-0.1b1-py2.7.egg/OXM/oxcSERVER.py", line 1867, in
self.wine.builder.get_object("listvmnetwork")) and False)
File "/usr/local/lib/python2.7/dist-packages/openxenmanager-0.1b1-py2.7.egg/OXM/oxcSERVER.py", line 407, in fill_vm_network
addr for key, addr in net_addrs.items()
AttributeError: 'tuple' object has no attribute 'items'

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

1 participant