As of 3-5 days ago, my authors template decided to stop retrieving user meta info. These are the commands I'm using - let me know if they are out of date or if there was an update that I should be aware of.
<div class="authortemplate">
<div class="authortemplatepic">
<?php echo get_avatar( get_the_author_email(), '215' ); ?>
</div>
<div class="authortemplatename">
<?php the_author_meta( 'firstname' ); ?> <?php the_author_meta( 'lastname' ); ?>
</div>
<div class="authortemplatecontent">
website: <span style="font-weight: bold;"> <a href="http://www.selecterz.com">www.selecterz.com</a> </span>
</div>
<div class="authortemplatebio">
<?php the_author_meta( 'description' ); ?>
</div>
</div>
I can take my site out of maintenance mode if someone wants to take a look at it.