How to resolve url error
Mostra commenti meno recenti
i am getting an error of proxy setting when i m trying to read an url.
urlread('https://transferwise.com/gb/currency-converter/usd-to-inr-rate?amount=1');
i m getting following error
Error using urlreadwrite (line 94)
Error downloading URL. Your network connection may be down or your proxy settings improperly configured.
Error in urlread (line 36)
[s,status] = urlreadwrite(mfilename,catchErrors,url,varargin{:});
How can i resolve this??
Thank you
1 Commento
That line works for me without error.
Is that error happening for other websites or just that one? Can you load the website from an internet browser?
Also, have you check out this link?
Risposte (0)
Categorie
Scopri di più su Downloads in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!