Icecast - undefined index

I had the log import working. But then upgraded to 3.14.0. Today, I imported logs for the last month, and am not seeing any visits. I know there were a bunch the last couple weeks. I am seeing a bunch of these errors reported:
WARNING: /var/www/html/analytics/plugins/IceCastStatistics/Widgets/GetIceCastStatistics.php(221): Notice - Undefined index: /stream - Matomo 3.14.1 - Please report this message in the Matomo forums: https://forum.matomo.org (please do a search first as it might have been reported already) (Module: IceCastStatistics, Action: getIceCastStatistics, In CLI mode: false)

and

WARNING: /var/www/html/analytics/plugins/IceCastStatistics/Widgets/GetIceCastStatistics.php(233): Notice - Trying to access array offset on value of type null - Matomo 3.14.1 - Please report this message in the Matomo forums: https://forum.matomo.org (please do a search first as it might have been reported already) (Module: IceCastStatistics, Action: getIceCastStatistics, In CLI mode: false)

I then tried to update to 3.14.1, but still seeing the errors.

Hi,

The issue occurs in the third party IceCastStatistics plugin, so I’d recommend you to report the issue to the developer:

(It seems like others have already reported issues there)

Looking at the code it seems like the mountpoint your specified in your plugin settings is not in the response returned by http://youricecast.example/admin/stats. (Whatever that means. I don’t know icecast)