sidorares / dbus-native

D-bus protocol client and server for node.js written in native javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Making methodCalls over DBus

radical-edo opened this issue · comments

Hi,

I've been using your lib for quite some time now, so thanks for the hard work!
However I haven't been able to make the methodCall part work, up till now have been using signals.

I really need some help with this guys....

I've created a jumbled up code form examples, can be seen here

I constantly get

[ 'Method "doStuff" with signature "s" on interface "com.example.service" doesn\'t exist\n' ]

Would really appreciate some help with this.

Regards,