Error using urlwriteread. Error downloading URL.

19 views (last 30 days)
Hello,
I'm studying machine learning from coursera.org. I'm using Matlab R2015b academic license. I've got error message during the job submission.
!! Submission failed: unexpected error: Error using urlreadwrite (line 98) Error downloading URL. Your network connection may be down or your proxy settings improperly configured. !! Please try again later.
I tried to set off windows firewall & antivirus and also reinstall Windows. The problem is still the same. What should I do to solve it.
Thank for advance.
  14 Comments
zhida zhang
zhida zhang on 24 Jul 2021
Dear @Akshat Sharma, thank you very much, it solves my problem. Was confused for two weeks!
Guillermo Rosich
Guillermo Rosich on 25 Oct 2021
Edited: Guillermo Rosich on 25 Oct 2021
I tried ex1-ex8-matlab.zip and it worked for me! Thanx a lot @Akshat Sharma

Sign in to comment.

Accepted Answer

Tushar Sinha
Tushar Sinha on 13 Jan 2016
Hi llya,
The problem here is that although your browsers trust certificates signed by "Trustwave", MATLAB release R2013a does not (yet). You can manually add Trustwave or the specific certificate of the website which you are working with to MATLAB's trusted certificate store however. The following article on our website explains how you can do this:
I hope this helps answer your question.
Thanks,
Tushar
  2 Comments
Walter Roberson
Walter Roberson on 13 Jan 2016
Interesting -- but the user indicated R2015b, not R2013a.
Ilya Bryukhanov
Ilya Bryukhanov on 14 Jan 2016
I download certificate for www-origin.coursera.org using Mozilla and then add it to MATLAB acerts file by Portede software. But nothing changes.
Moreover I tried to find the correct URL that I connected by writing urlConnection before try block in urlreadwrite function. I get this.
Java exception occurred: java.io.IOException: Server returned HTTP response code: 500 for URL: https://www-origin.coursera.org/api/onDemandProgrammingImmediateFormSubmissions.v1
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown

Sign in to comment.

More Answers (0)

Categories

Find more on Downloads in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!