-
Notifications
You must be signed in to change notification settings - Fork 266
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
fix unsigned long long *:1 #85
Conversation
doomedraven
commented
Oct 2, 2017
lol Missing type converters: unsigned long long *:1 ERROR: failed virDomainMigrateGetMaxDowntime error: command '/usr/bin/python' failed with exit status 1
libvirt-python is also upgraded by #83 |
Worked for me, thanks |
Sweet! Let's get the mergy mergy going! Thanks for the fix @doomedraven! If I knew any ruby I'd have gone looking myself, but when I see that '.rb' extension I run the other way. Should probably work on that :) |
This worked for me as well! |
The URI is unavailable now, so I've installed libvirt-python with pip (3.9.0 version) and removed libvirt-python dependency from virt-manager.rb |
Any chance we can get this merged? |
This patch worked for me. Temporary workaround if you're affected by this issue: brew install https://raw.githubusercontent.com/doomedraven/homebrew-virt-manager/ef0515d1e54309a5627ecfc20b2ae5d5cde84494/virt-manager.rb # link to file in this patch |
Thanks for the pull request, sorry I didn't get to it sooner. I've updated to libvirt-python-4.0.0 to match the latest version of libvirt in homebrew-core. |