Wordpress TubePress playlist shortcode is not working

We are using WordPress with the TubePress plugin. I was able to pull a YouTube channels videos by adding the YouTube Channel ID to the Video source and selecting that option.

I added a second source for a YouTube Playlist from the same user. When I added the playlist to the Which Videos? tab, I noticed it removed PL from the playlist ID, so it went from PLHbna3qc23zaJ6NiTRferYs7QyPeYDQuL to Hbna3qc23zaJ6NiTRferYs7QyPeYDQuL.

I tried a few iteration to add the playlist to the site including.

[tubepress mode=“playlist” playlistValue=“Hbna3qc23zaJ6NiTRferYs7QyPeYDQuL”]
[tubepress mode=“playlist” playlistValue=“PLHbna3qc23zaJ6NiTRferYs7QyPeYDQuL”]

The playlist is set to public. You can view the playlist here - https://www.youtube.com/playlist?list=PLHbna3qc23zaJ6NiTRferYs7QyPeYDQuL

The error that TubePress is giving on the page where the shortcode should be is - YouTube responded with an error: Invalid Value

I checked the Console log using Chrome and this is the only error that I see. [Violation] Added non-passive event listener to a scroll-blocking event. Consider marking event handler as ‘passive’ to make the page more responsive. See

I tried the iframe that YouTube provides and that seems to work but would prefer to route it through the plugin so the way it interacts is the same.

Following up here. Would someone be able to help resolve this issue?