Probleme shortcode with list author

This is because output buffers are closed, but they’re never opened.

Adding this at the beginning of the shortcode will fix things:

ob_start();