xibosignage / xibo

Xibo Digital Signage
https://xibosignage.com
GNU Affero General Public License v3.0
579 stars 165 forks source link

Add media (URL): Validation needed for unsupported URLs like YouTube #3514

Closed maurofmferrao closed 1 month ago

maurofmferrao commented 1 month ago

When adding a YouTube link via the Add Media (URL) form, an Unexpected Error, please contact support. message appears. This happens because YouTube URLs are not supported as media, leading to a null value being passed in Library.php on line 2526.

Xibo\Factory\ModuleFactory::getByExtension(): Argument #1 ($extension) must be of type string, null given, called in /var/www/cms/lib/Controller/Library.php on line 2526

Steps to reproduce:

Proposed solution: