Page MenuHomePhabricator

MediaViewer does not work on Beta
Closed, InvalidPublic

Description

Due to bug 67056 (T69056), MediaViewer fails to display thumbnails on beta, unless they have already been generated in production.


Version: unspecified
Severity: normal
URL: https://i.imgur.com/1E8kvZF.png

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 3:42 AM
bzimport added a project: MediaViewer.
bzimport set Reference to bz67651.
bzimport added a subscriber: Unknown Object (MLST).

The underlying issue is that MediaViewer thumbnail guessing does not work well with frontend caches which cache 404s (see bug 64554 fore details). That's not a problem on WMF sites which have thumbnail handlers enabled, and not a problem on other sites which have thumbnail guessing disabled by default; Beta is the exception.

We might want to just disable thumbnail guessing there; that would mean significantly different behavior on test and production, though.

  • Bug 72190 has been marked as a duplicate of this bug. ***

See T69056#799964 for a hypothesis of what happens. If I am correct, the underlying issue is T27958.

Change 235361 had a related patch set uploaded (by Gergő Tisza):
Disable MediaViewer thumbnail guessing on Beta

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

Change 235361 merged by jenkins-bot:
Disable MediaViewer thumbnail guessing on Beta

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

Mass-removing the Multimedia tag from MediaViewer tasks, as this is now being worked on by the Reading department, not Editing's Multimedia team.

Jdlrobson subscribed.

Not clear what is happening here.

Not clear what is happening here.

Feel free to ask :)

This was fixed with https://gerrit.wikimedia.org/r/235361 (for some value of fixed; the patch disabled a feature on beta that's used on production so it's not ideal).