Why do I run into an error message when trying to use datascopeSelect()?
Show older comments
When I try to run the following command, then it fails with an error where it has worked fine a while ago:
>> c = datascopeSelect(username,password)
Error using matlab.net.http.RequestMessage/sendOneRequest (line 1364)
Secure connection to "https://selectapi.datascope.refinitiv.com/RestApi/v1/Authentication/RequestToken" not established because "Recv failure: Connection was reset".
Check your system certificates for expired, missing, or invalid certificates.
Error in matlab.net.http.RequestMessage/sendAfterChallenge (line 1697)
[response, request, history] = obj.sendOneRequest(connector, options, ...
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in matlab.net.http.RequestMessage/sendAndAuthenticate (line 1146)
obj.sendAfterChallenge(response, connector, ...
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in matlab.net.http.RequestMessage/send (line 559)
obj.sendAndAuthenticate([], completedURI, [], connector, options, ...
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in datascopeSelect (line 110)
response = send(Request,HttpURI,options);
Accepted Answer
More Answers (0)
Categories
Find more on Call Web Services from MATLAB Using HTTP in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!