[00:07:18] fabriceflorin: https://bugzilla.wikimedia.org/show_bug.cgi?id=67056 [00:10:18] fabriceflorin: this bug occurs when MediaViewer uses thumbnail guessing and Commons files are available via InstantCommons [00:10:46] normally not a problem, since on WMF wikis Commons files are available directly, and on other wikis thumbnail guessing is disabled [00:11:02] so beta should be the only place where this occurs [00:11:16] tgr: Thanks, Gergo. here are some examples of beta files for which we get error messages: http://en.wikipedia.beta.wmflabs.org/wiki/Barack_Obama#mediaviewer/File:Barack_Obama_at_Cairo_University_cropped.jpg [00:11:55] I can disable thumbnail guessing for beta, that would make it work, but I would prefer closer to the production cluster in terms of behavior [00:13:01] “Error: Could not load thumbnail data.” It’s referring to a strange upload URL on beta. I think I reported this issue before. [00:13:46] tgr: Here’s a screenshot that Steven Walling sent me of his error message: https://i.imgur.com/1E8kvZF.png [00:14:09] Would it be helpful if I added these to the bug you sent me? Or opened a separate bug ticket? [00:22:44] tgr: FYI, you can see the new typography refresh with borderless thumbnails and no magnify icons here on beta: http://en.wikipedia.beta.wmflabs.org/wiki/Barack_Obama — just scroll down the page a bit. [01:29:09] fabriceflorin: looks great [01:31:04] 3MediaWiki extensions / 3MultimediaViewer: MediaViewer does not work on Beta - 10https://bugzilla.wikimedia.org/67651 (10Tisza Gergő) 3NEW p:3Unprio s:3normal a:3None Due to bug 67056, MediaViewer fails to display thumbnails on beta, unless they have already been generated in production. [01:31:16] 3MediaWiki extensions / 3MultimediaViewer: MediaViewer does not work on Beta - 10https://bugzilla.wikimedia.org/67651 (10Tisza Gergő) [01:31:22] fabriceflorin: ^^ created a more specific bug for the MV issue [01:32:01] 3MediaWiki extensions / 3MultimediaViewer: MediaViewer does not work on Beta - 10https://bugzilla.wikimedia.org/67651 (10Fabrice Florin) p:5Unprio>3Normal [01:32:02] tgr: Thanks for doing this, much appreciated! [01:46:17] 3MediaWiki extensions / 3Score: MIDI generation on Windows fails with "No MIDI file generated despite being requested"; Support "-dmidi-extension=midi" - 10https://bugzilla.wikimedia.org/47703#c2 (10gnosygnu) Hey, thanks for the reply as well as the instructions. I'll take a look at it within the week and po... [03:33:24] Anyone know how messages in TMH actually work [03:33:35] Like as far as I can tell, they have no right to actually work [03:50:08] (03PS2) 10Brian Wolff: Launch videos in VLC app on iOS if installed [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/144349 (https://bugzilla.wikimedia.org/61095) [04:01:15] (03CR) 10Brian Wolff: "Brion: Thank you for testing this." (034 comments) [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/144349 (https://bugzilla.wikimedia.org/61095) (owner: 10Brian Wolff) [04:13:34] (03PS2) 10Brian Wolff: Android native browser ending playback after 1 second [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/144352 (https://bugzilla.wikimedia.org/43748) [04:23:31] (03CR) 10Brion VIBBER: "Yeah, I can live with the popup error when you don't have VLC installed. :) But the weird thing is that I keep getting the prompt to insta" [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/144349 (https://bugzilla.wikimedia.org/61095) (owner: 10Brian Wolff) [04:29:39] (03CR) 10Brian Wolff: "Hmm, I guess we could do something like var d = (new Date()).getTime(); then do that again in the handler, and say if its been more than a" [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/144349 (https://bugzilla.wikimedia.org/61095) (owner: 10Brian Wolff) [04:30:15] (03CR) 10Brion VIBBER: "Actually, something's wrong with my install and it's not giving me the updated JS. Need to poke at it and test again..." [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/144349 (https://bugzilla.wikimedia.org/61095) (owner: 10Brian Wolff) [04:39:14] awesome, safari seems to termporarily stop talking to the debugger when i switch away. *that*’ll make it easy to debug ;) [04:39:44] lol, nice [04:40:40] brion: btw, do you have a thumbnail of the video file before you hit the play button with that change. I'm wondering if lack of that was something weird with my friends phone (or my local install), or if that's a general problem [04:41:13] bawolff: i do; might be a problem with the install — does it show in regular browser window? [04:41:40] shows fine in firefox [04:41:55] on my desktop that is [04:42:43] I wouldn't be surprised if it was my install. There's a bunch of things about TimedMediaHandler that work on production but not on my test wiki (Which is very scary when one thinks about it) [04:46:45] bawolff: ok, promptInstallTimeout fires before the pagehide event does [04:46:46] wtf? [04:46:48] that seems wrong [04:47:45] increase timeout to 1 second maybe [04:48:56] yeah, if i bump it up to 6 seconds it fires pagehide first. lemme try 1s [04:49:10] must be waiting for the app-switch animation ;) [04:49:15] lol [04:49:16] i bet that’s slower on ipad than iphone [04:51:10] bawolff: ahhh, works much better :D [04:51:22] Ok. lets use that [04:51:30] at 1000ms it no longer prompts me on successful app switch [04:51:33] I'm going to add a check for real world time too, just to be safe [04:51:38] but still does if it was missing [04:51:42] not a bad idea :D [04:54:08] (03CR) 10Brion VIBBER: [C: 04-1] "Per testing & IRC convo: bump the timeout up from 600ms to 1000ms and it removes the false positive install prompts on my iPad Air. \o/ Ev" [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/144349 (https://bugzilla.wikimedia.org/61095) (owner: 10Brian Wolff) [04:54:46] should be good to go with the bumped timeout :D [04:55:08] bawolff: and thanks for working on this — i always meant to try but TimedMediaHandler scares me ;) [04:55:20] Its a scary place [04:58:30] honestly one of the scariest parts of our code base imo [04:58:45] :D [04:58:52] they should give you hazard pay for mental health ;) [05:03:02] brion: My favourite issue was when I found a line using the escape function (as in the old built in encodeURIComponent, but for iso 8859-1 not utf-8) to do html escaping [05:03:18] nooooooooooooooo [05:03:47] (03PS3) 10Brian Wolff: Launch videos in VLC app on iOS if installed [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/144349 (https://bugzilla.wikimedia.org/61095) [05:04:35] Anyways, when I was at the wikiconference thing in New York earlier in the year, everyone was very whiney about video. My goal is to give them new things to complain about for wikimania ;) [05:04:46] awesome :D [05:06:28] So in regards to ogv.js - My understanding of the plan there, is that at some point somebody (Kaltura? multimedia team? somebody else?) is going to integrate the upstream kaltura library into timed media handler, and then either as part of that work ogv.js will be included, or ogv.js will be integrated at some point after that [05:06:34] Is that roughly correct? [05:07:27] I assume it doesn't make sense to really integrate it now-ish, as that's probably going to be a somewhat larger job then this little vlc thing, and TimedMediaHandler may significantly change in the not so distant future (supposedly) [05:08:29] bawolff: there’s at least been some talk that it should be ‘easier’ to integrate in the kaltura player v2 [05:08:44] i don’t know for sure if there’s a schedule for doing that :D [05:08:47] Well that's a positive [05:08:59] but i am trying to give ogv.js a very