-
Notifications
You must be signed in to change notification settings - Fork 134
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
Call to ObjectManager GetManagedObjects() fails #28
Comments
FWIW I stuck a debug print in Array([DictEntry(Str(/org/kernel/froyo/blah), Array([DictEntry(Str(org.freedesktop.DBus.Introspectable), Array([], {sv})), DictEntry(Str(org.freedesktop.DBus.ObjectManager), Array([], {sv})), DictEntry(Str(org.kernel.FroyoService1), Array([], {sv}))], {sa{sv}}))], {oa{sa{sv}}}) |
Make sure we deref the Arc<Path> to a Path, not all the way to a &str. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Thanks for the bug report! I just pushed a new commit to master, could you see if that helps? (And if not, what is the debug print now?) |
Works now! Thanks! |
I get this error when calling
GetManagedObjects
from qdbusviewer-qt5. Here's my code for reference.The text was updated successfully, but these errors were encountered: