Avatar picture does not display when using get_avatar
I'm using WordPress with bbPress and Gravatar for user avatars. I want to display the user's avatar next to their topic. I'm using:
echo get_avatar( get_the_author_meta( 'ID' ), 32 );
Which get's me this:
I know that my author image is set because I set it myself.