In case anyone else finds this, the issue is the site themechecklist.org no longer exists. However, the built in fall back fails because of this.
Change line 97 to
if( is_wp_error($request)) {
You will be all set. I can explain in more detail the broader issue with that line of code, but this fix works and utilizes the built in fallback.