SMS Settings Error

Good day,

My SMS gateway updated their SMS api. I have been notified and I udpated my SMS settings. But when I try to send an SMS I have the following error (on chrome console):

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check https://xhr.spec.whatwg.org/.
2all-app.min.js:241 Traceback (innermost last):
File “…/lib/webnotes/handler.py”, line 93, in handle
execute_cmd(cmd)
File “…/lib/webnotes/handler.py”, line 133, in execute_cmd
ret = call(method, webnotes.form_dict)
File “…/lib/webnotes/handler.py”, line 150, in call
return fn(**newargs)
File “…/lib/webnotes/handler.py”, line 47, in runserverobj
webnotes.widgets.form.run_method.runserverobj()
File “…/lib/webnotes/widgets/form/run_method.py”, line 40, in runserverobj
r = webnotes.model.code.run_server_obj(so, method, arg)
File “…/lib/webnotes/model/code.py”, line 153, in run_server_obj
return getattr(server_obj, method_name)()
File “…/app/selling/doctype/sms_center/sms_center.py”, line 62, in send_sms
msgprint(get_obj(‘SMS Control’, ‘SMS Control’).send_sms(receiver_list, cstr(self.doc.message)))
File “…/app/utilities/doctype/sms_control/sms_control.py”, line 72, in send_sms
ret = self.send_via_gateway(arg)
File “…/app/utilities/doctype/sms_control/sms_control.py”, line 84, in send_via_gateway
resp.append(self.send_request(ss.doc.sms_gateway_url, args))
File “…/app/utilities/doctype/sms_control/sms_control.py”, line 93, in send_request
conn = httplib.HTTPConnection(server) # open connection
File “/usr/lib64/python2.6/httplib.py”, line 661, in init
self._set_hostport(host, port)
File “/usr/lib64/python2.6/httplib.py”, line 686, in _set_hostport
raise InvalidURL(“nonnumeric port: ‘%s’” % host[i+1:])
InvalidURL: nonnumeric port: ‘’

How can I fix this problem?