Error using urlwriteread. Error downloading URL.

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 comentarios

Walter Roberson
Walter Roberson el 11 de En. de 2016
What "job" is being submitted?
Ilya Bryukhanov
Ilya Bryukhanov el 14 de En. de 2016
They provided a list of .m files for solve some problems which I need to submit by calling submit() function. After I need to input my login e-mail and specific token provided on coursera.org site. Then ideally their system should test my code. But I've got this error. 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
This error occured even after I add certificate SSL for www-origin.coursera.org website.
daniel sand
daniel sand el 30 de Mzo. de 2016
I have the same problem, did you manage to solve it?
Roshan George
Roshan George el 20 de Nov. de 2016
did anyone solve this problem?
sissy magen
sissy magen el 12 de Dic. de 2016
I also have the same problem, and it seem like there is nobody who can tell how to solve it. Hope Matlab will investigate it, and support us with solution.
Issa Asrawi
Issa Asrawi el 27 de En. de 2017
To solve this problem, you should first clear the workspace and then close the octave files that you're opening. I encountered the same error and when I did these steps I submitted my work correctly.
If anybody still encounters this issue, try to use Octave (latest version on 23.10.2018). It solved my problem ( Error using urlreadwrite (line 56))
SHASHANK PANDEY
SHASHANK PANDEY el 26 de Abr. de 2020
try to use octave (latest) version, you will be able to submit it.
Suraj Badam
Suraj Badam el 11 de Jul. de 2021
my problem also same as you,but
!! Submission failed: unexpected error: Error using urlreadwrite_legacy (line 96)Error downloading URL. Your network connection may be down or your proxy settings improperly configured.is there any solution
REPLY
selyan Leandro
selyan Leandro el 11 de Jul. de 2021
I have the exact same problem with an error on line 96 on the urlreadwrite_legacy, does anyone know how to fix it
Akshat Sharma
Akshat Sharma el 11 de Jul. de 2021
Editada: Akshat Sharma el 11 de Jul. de 2021
@Suraj Badam@selyan Leandro if you have not figured out, then try new zip file. It's named "ex1-ex8-matlab" now. You can get that in 2nd week course. this worked for me
Muskan Bagrecha
Muskan Bagrecha el 13 de Jul. de 2021
Thanks @Akshat Sharma, it fixed my issue.
zhida zhang
zhida zhang el 24 de Jul. de 2021
Dear @Akshat Sharma, thank you very much, it solves my problem. Was confused for two weeks!
Guillermo Rosich
Guillermo Rosich el 25 de Oct. de 2021
Editada: Guillermo Rosich el 25 de Oct. de 2021
I tried ex1-ex8-matlab.zip and it worked for me! Thanx a lot @Akshat Sharma

Iniciar sesión para comentar.

 Respuesta aceptada

Tushar Sinha
Tushar Sinha el 13 de En. de 2016

1 voto

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 comentarios

Walter Roberson
Walter Roberson el 13 de En. de 2016
Interesting -- but the user indicated R2015b, not R2013a.
Ilya Bryukhanov
Ilya Bryukhanov el 14 de En. de 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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Install Products en Centro de ayuda y File Exchange.

Productos

Preguntada:

el 11 de En. de 2016

Editada:

el 25 de Oct. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by