Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

That's not a issue I want to tell you something on my side. #7

Open
mygitrepo510k opened this issue Nov 28, 2017 · 2 comments
Open

Comments

@mygitrepo510k
Copy link

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!!!

@apocas
Copy link
Collaborator

apocas commented Nov 29, 2017

Actually it may be an issue :)

VM.chmod was missing a new boolean parameter.
http://docs.opennebula.org/5.4/integration/system_interfaces/api.html#one-template-chmod
"true to chmod the template plus any image defined in DISK."

Just published a new version (v1.0.11) update and test again :)

@feldsam
Copy link
Contributor

feldsam commented Dec 4, 2018

this looks like fixed, so should be closed. @mygitrepo510k can you confirm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants