Reputation: 33
I'm unable to submit the programming exercise of the ML course by AndrewNg on Coursera. Whenever I try to submit the assignment, the following error pops up and submission fails.
[error] submission with curl() was not successful
warning:findstr
is obsolete; usestrfind
instead
I've tried upgrading the version of the Octave used, but the error still pops up. While running the code, the result is absolutely correct though.
Upvotes: 2
Views: 1200
Reputation: 21
Yeah if you are using UNIX based systems try doing
sudo apt install curl
do this in the terminal , it worked for me. I'm assuming this is Andrew NG's ML course
Upvotes: 2