Just in case you never solved this, this worked for me:
I Changed line 602 of user-avatar.php
$avatar_url = plugins_url(‘/user-avatar/user-avatar-pic.php’).”?src=”.$avatar_src .”&w=”.$width.”&id=”.$item_id.”&random=”.$file_time;
into this:
$avatar_url = $avatar_src;