Page MenuHomePhabricator

Score audio cannot be played
Open, Needs TriagePublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:
Hovering over the media player shows https://en.wikipedia.org/wiki/File:Undefined as the link target; trying to play it produces an indeterminate progress bar (which somehow ends up behind the main article content, at least on Vector 2022), without actually playing anything.

image.png (454×1 px, 135 KB)

image.png (579×3 px, 139 KB)

What should have happened instead?:
The audio should be normally playable.

Other information (browser name/version, screenshots, etc.):
Minimum reproducible wikitext:

<score vorbis="1">
{a}
</score>
[[File:Example.ogg]]

Event Timeline

Minimum reproducible wikitext:

<score vorbis="1">
{a}
</score>
[[File:Example.ogg]]

I can reproduce anywhere with that code.

The issue has also been reported on itwiki.

Somehow, the same code works here but here doesn't

That task only reports inconsistent behaviour. The indeterminate progress bar issue is occurring in that example.

I was just explaining why it works in your first example and it doesn't in the latter. The presence of other embedded media on the same page triggers the use of the VideoJS player for Score-generated audio.

Nardog renamed this task from Bad Score output (File:Undefined) on enwiki: Ragtime progression to Score audio cannot be played.Mon, Apr 29, 10:38 PM
Nardog edited projects, added VideoJS player; removed TimedMediaHandler.