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

Exception when attaching audio to a VM with a dash ('-') in its name #681

Closed
marmarek opened this Issue Mar 8, 2015 · 1 comment

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 5 Dec 2012 15:26 UTC

ValueError: Invalid object path '/org/qubesos/audio/work-web': contains invalid character '-'
at line 1445
of file /usr/lib64/python2.6/site-packages/qubesmanager/main.py.

----
line: _dbus_bindings.validate_object_path(object_path)
func: __init__
line no.: 237
file: /usr/lib/python2.6/site-packages/dbus/proxies.py
----
line: follow_name_owner_changes=follow_name_owner_changes)
func: get_object
line no.: 244
file: /usr/lib/python2.6/site-packages/dbus/bus.py
----
line: '/org/qubesos/audio/%s' % vm.name)
func: action_toggle_audio_input_triggered
line no.: 1445
file: /usr/lib64/python2.6/site-packages/qubesmanager/main.py

Migrated-From: https://wiki.qubes-os.org/ticket/681

@marmarek marmarek added this to the Release 2 Beta 1 milestone Mar 8, 2015

@marmarek marmarek closed this Mar 8, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment