Yeah, updating WP now will be a sensitive process…
Anyway, I’ve managed to get it to show albums on the frontend by commenting line 305 of Photonic_Google_Photos_Processor.php:
$call_args[‘body’] = $args;
This way it works… But only loads 20 albums and the load more is not working…
I guess this WP version has something different on wp_remote_request()…