2016-08-10 :-(
_ [coursera]coursera 宿題時のエラー
week3 の宿題を submit したら下以下のエラーが出た。
!! Submission failed: unexpected error: urlread: Peer certificate cannot be authenticated with given CA certificates !! Please try again later.
ググるとパッチがあったので適用したら治った。パッチというかファイル上書きだけど。ex?/lib/ にファイルを上書きしろとあるので、ex2, ex3... と毎回ファイルを上書きする必要があるらしい。
Mentor tips for submitting your work
Are you getting an error about "peer certificates"? You will need to install (this) patch if you are using Windows, or (this) this patch if you are using a linux-based operating system (including MacOS). Follow the instructions in the readme.txt file. Restart Octave after installing the patch.
手元の環境は Microsoft Windows 10 で octave 4.0.3
「octave 4.0.1 で直ってる」と書いてあるが手元の 4.0.3 でも再現したのでパッチは適用しないといけない。