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
First of all, your plugin is amazing. 😄
But I have one issue.
var vm = aa.getVM(1);
vm.chmod(1,1,1,-1,-1,-1,-1,-1,-1, function(err, data){
console.log(err);
console.log(data);
});
I got this error.
{ Error: XML-RPC fault: Parameter that is supposed to be boolean is not
at createFault (/home/osboxes/aaa/node_modules/xmlrpc/lib/deserializer.js:82:21)
at Deserializer.onDone (/home/osboxes/aaa/node_modules/xmlrpc/lib/deserializer.js:88:21)
at emitNone (events.js:86:13)
at SAXStream.emit (events.js:185:7)
at Object.SAXStream._parser.onend (/home/osboxes/aaa/node_modules/xmlrpc/node_modules/sax/lib/sax.js:171:8)
at emit (/home/osboxes/aaa/node_modules/xmlrpc/node_modules/sax/lib/sax.js:325:33)
at end (/home/osboxes/aaa/node_modules/xmlrpc/node_modules/sax/lib/sax.js:363:3)
at Object.end (/home/osboxes/aaa/node_modules/xmlrpc/node_modules/sax/lib/sax.js:137:24)
at SAXStream.end (/home/osboxes/aaa/node_modules/xmlrpc/node_modules/sax/lib/sax.js:209:16)
at IncomingMessage.onend (_stream_readable.js:511:10)
code: -501,
faultCode: -501,
faultString: 'Parameter that is supposed to be boolean is not' }
Please help me!!!
The text was updated successfully, but these errors were encountered:
First of all, your plugin is amazing. 😄
But I have one issue.
I got this error.
Please help me!!!
The text was updated successfully, but these errors were encountered: