[01:32:28] 06Multimedia, 06Wikipedia-Android-App-Backlog: Smartly suggest app users to upload a missing photo on Commons via UploadWizard - https://phabricator.wikimedia.org/T143884#2582116 (10Nicolas_Raoul) Great idea! Magnus Manske just suggested it for the Commons app too: https://github.com/commons-app/apps-android-c... [03:53:21] 06Multimedia, 06Wikipedia-Android-App-Backlog: Smartly suggest app users to upload a missing photo on Commons via UploadWizard - https://phabricator.wikimedia.org/T143884#2582116 (10josephine_l) From memory, if I take photos of a well-known cafe, Google pops up one notification saying something like "Add 5 pic... [13:03:38] 06Multimedia, 06Commons, 10MediaWiki-File-management, 13Patch-For-Review: Embed TinyRGB color profile when JPG EXIF Color Space = sRGB but no profile embedded - https://phabricator.wikimedia.org/T134498#2610900 (10Gilles) @Colin are you happy with the current state of the patch? Namely, if my understanding... [13:06:31] 06Multimedia, 06Commons, 06Operations: Deploy a PHP and HHVM patch (Exif values retrieved incorrectly if they appear before IFD) - https://phabricator.wikimedia.org/T140419#2610916 (10MoritzMuehlenhoff) a:03MoritzMuehlenhoff Sure, we can merge that patch the next time we upgrade to a HHVM security release.... [14:48:59] brion: Have you had any time to think about/look at file annotations for audio/video? [15:38:54] 06Multimedia, 06Commons, 10MediaWiki-File-management, 13Patch-For-Review: Embed TinyRGB color profile when JPG EXIF Color Space = sRGB but no profile embedded - https://phabricator.wikimedia.org/T134498#2611266 (10Colin) Giles, I'm not very familiar with gerrit or php but think I'm looking at the latest co... [15:55:27] 06Multimedia, 06Commons, 06Operations: Deploy a PHP and HHVM patch (Exif values retrieved incorrectly if they appear before IFD) - https://phabricator.wikimedia.org/T140419#2611294 (10matmarex) Thank you for the reply! > We're currently no longer using PHP on production app servers, is that relevant for PH... [16:01:35] (03PS1) 10Bartosz Dziewoński: Delete 'sourcefiles' directory [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/308757 [16:04:06] (03CR) 10Bartosz Dziewoński: [C: 04-1] "Any reason this can't be a key in 'UploadWizardConfig', like all other UW settings? If it can't, then it should probably at least be named" [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/308665 (https://phabricator.wikimedia.org/T144775) (owner: 10MarkAHershberger) [16:18:13] (03CR) 10Bartosz Dziewoński: "Looks nice." (033 comments) [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/307115 (https://phabricator.wikimedia.org/T140901) (owner: 10Matthias Mullie) [17:18:37] 06Multimedia, 10MediaWiki-Uploading: Files created in Adobe Illustrator and edited in Inkscape rejected with 'uploadscriptednamespace' - https://phabricator.wikimedia.org/T144827#2611698 (10matmarex) [17:20:41] 06Multimedia, 10MediaWiki-Uploading: Files created in Adobe Illustrator and edited in Inkscape rejected with 'uploadscriptednamespace' - https://phabricator.wikimedia.org/T144827#2611715 (10matmarex) Oh, also. The workaround is: 1. Open the file with a text editor, remove all broken namespace definitions (bas... [17:23:58] ^ everything is horrible [17:26:47] Time to file an Inkscape bug? [17:28:03] last inkscape release was two years ago… [17:41:09] 06Multimedia, 06Commons, 10MediaWiki-File-management: Wikimedia Commons - GIMP Exif data - https://phabricator.wikimedia.org/T144831#2611837 (10matmarex) Can you link an example affected file? (And elaborate? :) ) [17:55:16] Whoa seriously? [18:01:17] according to wikipedia :P [18:01:39] MatmaRex: You know you can't trust that [18:02:44] MatmaRex: You seen https://gerrit.wikimedia.org/r/#/c/308659/ ? Do you know why? [18:03:19] James_F: no. you're the second person asking me ;) i assume it's someone new clicking *all* the buttons. [18:03:41] Aha, OK. Will ask there then. [18:03:59] MatmaRex: I was mostly asking if there was something urgent we needed to get out in the SWAT, which is now. :-) [18:04:05] (i was going to give them a couple days to realize their mistake, then abandon) [18:04:14] * James_F nods. [18:05:57] 06Multimedia, 06Commons, 10Wikimedia-General-or-Unknown: File format changes automatically while moving Audio Files (on Commons, caused by a gadget?) - https://phabricator.wikimedia.org/T144593#2611974 (10matmarex) [18:08:40] 06Multimedia, 06Commons, 10MediaWiki-File-management: Upload form should change file extensions to the canonical form automatically (lowercase, jpeg→jpg etc.) - https://phabricator.wikimedia.org/T31284#2611986 (10matmarex) [18:09:15] 06Multimedia, 06Commons, 10Wikimedia-General-or-Unknown: File format changes automatically while moving Audio Files (on Commons, caused by a gadget?) - https://phabricator.wikimedia.org/T144593#2611990 (10matmarex) This task would be a duplicate of T31284 as originally filed and I think the real issue is els... [18:10:43] MatmaRex: I have someone reporting "parsererror" in UW, I told him to report any network responses he gets but he thinks it might be a connection issue. Any thoughts? [18:10:57] My suspicion is he's getting an API response that can't be parsed as JSON. [18:13:16] marktraceur: probably one of these two things. you can probably look up some details in the error logs if you know the approximate timestamp [18:13:24] I suppose so [18:15:24] marktraceur: select * from UploadWizardErrorFlowEvent_11772725 where event_code='parsererror' and timestamp between FOO and BAR limit 1; [18:15:46] On stat1003? [18:15:49] marktraceur: event_message will have the response that failed to parse, or 'unknown' if there was no response (that last part is a bug :P) [18:15:50] yes [18:18:48] Yeah it's "unknown" [18:18:59] So I guess no response is the accurate diagnosis, but who knows why [18:19:07] yeah. :/ [18:20:21] Also, multiple people have gotten the same problem this hour [18:21:15] 5000 in the past 20 minutes. [18:22:00] marktraceur: 5000 in last 20 minutes doesn't match what i'm seeing, but yes, it's fairly common everyday [18:22:16] Maybe my timestamp query is not accurate [18:22:40] i see 349 instances today [18:22:57] Oh, okay, yeah, I forgot seconds [18:23:11] (stupid) [18:23:58] marktraceur: i've looked at them briefly at some point and many of them are obviously caused by broken proxies (or proxies intentionally disallowing uploads). e.g. http 500 responses generated by software we don't use on wikimedia servers [18:24:12] but i never investigated further than that [18:24:57] i still need to share the spreadsheet and queries i use for watching the error logs. maybe i should just email it to y'all or something [18:25:26] i wonder if we have someone who would turn them into a web dashboard if i said pretty please… :P [18:30:05] (03CR) 10MarkAHershberger: "As far as I know, there isn't a reason why this couldn't be put in the other UW Config area. I'm just much more familiar with MW configur" [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/308665 (https://phabricator.wikimedia.org/T144775) (owner: 10MarkAHershberger) [18:48:00] 06Multimedia, 06Commons, 10MediaWiki-File-management, 10MediaWiki-Uploading, 13Patch-For-Review: Add 'no-change' and 'duplicate-of-old-version' warnings for uploading files - https://phabricator.wikimedia.org/T141822#2513373 (10matmarex) Example API results with the patch: ```lang=json { "upload": {... [18:48:25] 06Multimedia, 06Commons, 10MediaWiki-File-management, 10MediaWiki-Uploading: Add 'no-change' and 'duplicate-of-old-version' warnings for uploading files - https://phabricator.wikimedia.org/T141822#2612095 (10matmarex) 05Open>03Resolved [19:00:40] (03CR) 10Bartosz Dziewoński: "I don't think there's any advantage or disadvantage to doing config the way we do in UploadWizard, I'd just like to have all config done i" [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/308665 (https://phabricator.wikimedia.org/T144775) (owner: 10MarkAHershberger) [20:37:35] 06Multimedia, 06Commons, 10MediaWiki-File-management: Image frame width in units other than pixels - https://phabricator.wikimedia.org/T11409#2612615 (10mmodell) [20:43:02] (03PS3) 10MarkAHershberger: Allow UploadWizard users to use an alt. default [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/308665 (https://phabricator.wikimedia.org/T144775) [21:06:37] (03PS1) 10MarkAHershberger: Don't display place for tutorial if it is skipped [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/308877 [23:09:15] I notice that I forgot to join the standup, but also nobody asked for more, so I assume nobody else attended