rbv_api.sendJSONRequest-ERROR

Posted by Edilberto Mariño Moya on 04-Jan-2017 13:45

Hi all

I need help.

This is a trigger to send SMS

//var url="usr@dominio.com:xxxxx@www.elibom.com/.../messages";
var url="www.elibom.com/.../messages";

var params={"To":"573105582821","text":"Enviado desde IMPEL"};
rbv_api.println(typeof(params));
var method='POST';
var contentType='application/json; charset=UTF-8';
var username='usr@dominio.com';
var password='xxxx';
var headers=null;

var request=rbv_api.sendJSONRequest(url, params, method, contentType, username, password,headers);
rbv_api.println(request);

Bedugging formula, I recive next error:

Error  Could not generate DH keypair (line #14) in formula:


Can you help me?

Best regards

All Replies

Posted by Karthikeyan Bhaskaran on 12-Jan-2017 00:30

This question is being followed up via Support case.
Further investigation shows that the code works without issue in RB 4.4.1.

This thread is closed