Modify line 113 in /wp-content/plugins/simple-instagram/inc/class-simple-instagram.php
From:
$request = wp_remote_get( $url );
To:
$request = (array) wp_remote_get( $url );
Hopefully the developers can add this fix directly to the plugin so that it doesn’t get overwritten with an update.