필터 지우기
필터 지우기

webread could not be determined IP adress

조회 수: 10 (최근 30일)
Julio Castro
Julio Castro 2022년 12월 13일
답변: Nikhil 2022년 12월 19일
I'm having since two weeks problems using webread to get data from an URL. I can open the URL using the MATLAB browser, but if I use webread doesn't works and show the code :
Error using webread (line 122)
The IP address of "xxx.xxx.x.xx" could not be determined.
Previously it worked without problems. this happens for any url read.
  댓글 수: 4
Nikhil
Nikhil 2022년 12월 13일
Hi Julio, check this link once. Might help.
Also, one thing that I have noticed from my end is webread is not working for me if I set the protocol to http, but the same thing works fine with https.
You could try the above thing as well and let me know
Julio Castro
Julio Castro 2022년 12월 14일
Thank you very much !!
it worked using:
options = weboptions( 'CertificateFilename' , '' " );
webread(url, options)
I've tried both https and http, and it worked both ways.

댓글을 달려면 로그인하십시오.

답변 (1개)

Nikhil
Nikhil 2022년 12월 19일

카테고리

Help CenterFile Exchange에서 Web Services에 대해 자세히 알아보기

태그

제품


릴리스

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by