The problem was i was using the_author_meta('ID') which has an echo built into it to display the info, so instead i used get_the_author_meta('ID') and now it seems to be working ok.
Really strange because i was sure i tried it already lol.
<?php echo xprofile_get_field_data( 'TWITCH TV Username', get_the_author_meta('ID') ); ?>