You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi every body, at first i thank all contributor on this project.
so when i want to start new service i got this error Error: Connection ":1.1162" is not allowed to own the service "nodejs.dbus.PMTABounceManager" due to security policies in the configuration file
This is a portion of my code
`
DBus = require('dbus');
process.env.DISPLAY = ':0';
process.env.DBUS_SESSION_BUS_ADDRESS = 'unix:path=/run/dbus/system_bus_socket';
var dbus = DBus.getBus('system');
// Create a new service, object and interface
var service = DBus.registerService('system', 'nodejs.dbus.PMTABounceManager');
var obj = service.createObject('/nodejs/dbus/PMTABounceManager');
var iface = obj.createInterface('nodejs.dbus.PMTABounceManager.PusherInterface');
`
The text was updated successfully, but these errors were encountered:
Hi every body, at first i thank all contributor on this project.
so when i want to start new service i got this error
Error: Connection ":1.1162" is not allowed to own the service "nodejs.dbus.PMTABounceManager" due to security policies in the configuration file
This is a portion of my code
`
DBus = require('dbus');
`
The text was updated successfully, but these errors were encountered: