Page MenuHomePhabricator

Unrecognized option 'vn-max_muxing_queue_size'. Error splitting the argument list: Option not found
Closed, ResolvedPublicBUG REPORT

Description

I missed a space in I002a2d8964a2aea169e6a64b3bbb8e0b8089047c, which for audio transcodes causes the string to concatenate creating an invalid option. Spotted in https://quarry.wmcloud.org/query/83666

Details

Event Timeline

Change #1236738 had a related patch set uploaded (by TheDJ; author: TheDJ):

[mediawiki/extensions/TimedMediaHandler@master] Fix audio transcodes

https://gerrit.wikimedia.org/r/1236738

Change #1236738 merged by jenkins-bot:

[mediawiki/extensions/TimedMediaHandler@master] Fix audio transcodes

https://gerrit.wikimedia.org/r/1236738

From https://quarry.wmcloud.org/query/83666 (that is a very nice system we have there), I have picked commons:File:Marcos_Brunet_-_Dialogo_Intimo_-_(Disco_Completo).ogg as a test candidate. It showed as being in error:

transcode_fails.png (163×805 px, 24 KB)

After the patch has been deployed, I reran the transcoding and surely it succeeded:

transcode_success.png (176×836 px, 26 KB)

In Quary:

SELECT transcode_key, transcode_error, transcode_image_name, transcode_time_startwork, transcode_time_error
FROM transcode
WHERE transcode_image_name = 'Marcos_Brunet_-_Dialogo_Intimo_-_(Disco_Completo).ogg'

Result has transcode_error = '':

{
  "meta": {
    "run_id": 1068593,
    "rev_id": 1101699,
    "query_id": 101805
  },
  "headers": [
    "transcode_key",
    "transcode_error",
    "transcode_image_name",
    "transcode_time_startwork",
    "transcode_time_error"
  ],
  "rows": [
    [
      "mp3",
      "",
      "Marcos_Brunet_-_Dialogo_Intimo_-_(Disco_Completo).ogg",
      "20260204144445",
      null
    ]
  ]
}

Success! Thank you for have spotted that one @TheDJ

I am leaving this open since we might want to trigger transcoding for any audio files that failed recently. I however do not know how to do that easily ;)

i restarted the transcodes for the affected files