I'm getting undefined index notices on viewing a video file after uploading a test webm in the MediaWiki-Docker dev environment while working on adding a jobrunner for TimedMediaHandler there.
This could be an artifact of the environment, but I notice patches just merged touching those lines for T203994. If a real bug, probably a blocker for T254173?
The stack traces:
Notice: Undefined index: start in /var/www/html/extensions/TimedMediaHandler/includes/TimedMediaHandler.php on line 392 Call Stack # Time Memory Function Location 1 0.0054 421600 {main}( ) .../index.php:0 2 0.0544 3293392 MediaWiki->run( ) .../index.php:47 3 0.0546 3293392 MediaWiki->main( ) .../MediaWiki.php:543 4 0.0654 4235456 MediaWiki->performRequest( ) .../MediaWiki.php:986 5 0.0677 4594584 MediaWiki->performAction( ) .../MediaWiki.php:313 6 0.0679 4595272 ViewAction->show( ) .../MediaWiki.php:527 7 0.0686 4595560 ImagePage->view( ) .../ViewAction.php:74 8 0.0713 5072552 ImagePage->openShowImage( ) .../ImagePage.php:142 9 0.0807 5773656 Linker::processResponsiveImages( ) .../ImagePage.php:434 10 0.0823 6197184 LocalFile->transform( ) .../Linker.php:652 11 0.0827 6198488 WebMHandler->getTransform( ) .../File.php:1149 12 0.0827 6198488 WebMHandler->doTransform( ) .../MediaHandler.php:270
and
Notice: Undefined index: end in /var/www/html/extensions/TimedMediaHandler/includes/TimedMediaHandler.php on line 395 Call Stack # Time Memory Function Location 1 0.0054 421600 {main}( ) .../index.php:0 2 0.0544 3293392 MediaWiki->run( ) .../index.php:47 3 0.0546 3293392 MediaWiki->main( ) .../MediaWiki.php:543 4 0.0654 4235456 MediaWiki->performRequest( ) .../MediaWiki.php:986 5 0.0677 4594584 MediaWiki->performAction( ) .../MediaWiki.php:313 6 0.0679 4595272 ViewAction->show( ) .../MediaWiki.php:527 7 0.0686 4595560 ImagePage->view( ) .../ViewAction.php:74 8 0.0713 5072552 ImagePage->openShowImage( ) .../ImagePage.php:142 9 0.0807 5773656 Linker::processResponsiveImages( ) .../ImagePage.php:434 10 0.0823 6197184 LocalFile->transform( ) .../Linker.php:652 11 0.0827 6198488 WebMHandler->getTransform( ) .../File.php:1149 12 0.0827 6198488 WebMHandler->doTransform( ) .../MediaHandler.php:270