[05:24:06] How to find person, who makes the voice transcription? [05:29:30] kjold: what voice transcription? [05:31:24] voice acting [05:31:37] kjold: what is that, where? [05:31:46] how to spell [05:33:30] i find the certain word, here is the meaning of this word and how to spell it, the sound, about 1-3 seconds, and i want to understand whose is that voice [05:38:31] kjold: check the file page. it will have the author [05:41:19] but where can i check the file page? [05:43:20] kjold: is this at wiktionary? [05:45:07] yes [05:45:45] kjold: ok see this example: https://en.wiktionary.org/wiki/example [05:46:24] kjold: find 'Audio: '. click 'menu'. find the link after 'title:', open it in a new tab [05:46:54] kjold: this has 'author' = the speaker and the recorder [05:47:02] https://commons.wikimedia.org/w/index.php?title=File%3ALL-Q1860_(eng)-Nattes_%C3%A0_chat-example.wav [05:47:10] Speaker: Nattes à chat; Recorder: Nattes à chat [05:50:05] thank you [07:56:03] hi all [07:56:24] have a problem with my mediawiki db during backup/mysqldump [07:56:38] doing: mysqldump -u root -p -h localhost wiki text > wikitext.sql [07:56:48] but fails always on same error [07:56:57] mysqldump: Error 2013: Lost connection to MySQL server during query when dumping table `text` at row: 2856 [07:57:07] always at same row [17:25:37] Hello everyone, has anyone had the experience with cloud syncing the image backup from MW and have trouble with the number of folders under the upload path? [18:13:15] I installed oauth and configured, but any page of OAuth gets this error: [d13fb3ee4ea176d0e445e0a3] 2020-07-08 18:11:12: Fatal exception of type "Error" [18:22:18] Galahad: see https://www.mediawiki.org/wiki/Manual:How_to_debug [19:07:22] hey folks, is there a way to get the post-expand include size of a mediawiki page through the API? would the size of the page as returned by, say, api.php?action=expandtemplates&title=Main_Page be that size? [19:08:37] I'm making some updates to a userscript, and that userscript currently does a GET on the page followed by doing a regex search for the "Post‐expand include size" line in the HTML comments, which seems...less than ideal [19:53:04] tgr, done, https://dpaste.org/qJLY [19:53:25] Hi peeps, is there a way to get a better/cleaner output on a diff page? I'm looking for a rendering that doesn't display wikitext, but something closer to what the user see on a regular page. [19:54:27] absor70: if you have VisualEditor installed, it also adds the option to view visual diffs [19:55:52] Uhm, interesting MatmaRex. I don't have at the moment, but could be a nice addition. No way to intercept the DiffEngine and parse the content somehow? [19:56:39] umm, it's probably possible, but i'm not aware of anyone having actually done it [19:57:17] here's an example of the VE visual diffs: https://en.wikipedia.org/w/index.php?title=Hi-Level&diff=841429519&oldid=841427428&diffmode=visual [20:02:25] Nice, much cleaner, but even with VE the links are still with brackets around them and {{}} are not expanded either :( So it wouldn't really solve what I'm trying to do [20:04:01] absor70: ahh wait, the new interface is not enabled by default [20:04:24] absor70: here's what i am seeing on that page: https://i.imgur.com/aYHEAja.png [20:04:59] you can create an account and enable "Visual differences" on https://en.wikipedia.org/wiki/Special:Preferences#mw-prefsection-betafeatures if you want to try it out on other pages [20:06:10] Ahhhh, that's the result I'm looking for MatmaRex :) Didn't know VE was capable of doing that [20:48:42] Galahad: $wgMWOAuthSharedUserSource is not set correctly, I'd guess [20:51:50] I set $wgMWOAuthCentralWiki = 'metawikisp'; [20:51:51] and $wgMWOAuthSharedUserSource = 'centralauth'; [20:52:47] you are using CentralAuth? [20:55:13] hi [20:55:13] yep [20:56:48] am getting problems backing up my mediawiki db using following: mysqldump -uroot -h localhost -p'mypass' wiki | gzip > /mnt/Backups/wiki-backups/wiki-text-$( date '+%d-%m-%Y_%H-%M-%S' ).sql.gz [20:57:05] always get: mysqldump: Error 2013: Lost connection to MySQL server during query when dumping table `text` at row: 2856 [20:57:28] have done a repaer on the text table within phpmyadmin [20:57:32] tgr, but in InitialiseSettings I set metawikisp only [20:57:37] still always comes back with error [20:58:18] It's probably timing out [20:58:25] Repairing the table probably won't help [21:32:29] Reedy ive tweaked the /etc/mysql/mariadb.conf.d/50-server.cnf [21:33:03] several times just cant get passed the -----when dumping table `text` at row: 2856 [21:33:17] dont know what else todo [21:34:22] Galahad: well, CentralIdLookup::factory( $wgMWOAuthSharedUserSource ) is returning null, so either that global is not set correctly or CentralAuth is not registered correctly [21:35:51] wonderer: look at the mysqld logs. This probably means there's something corrupt on that table [21:37:38] Vulpix how can i fix the corruption [21:39:08] Look at the mysqld logs, look at the exact error message, see if it gives instructions about that, or else search for the error that appears on the log in your favorite search engine or post on a mysql forum. You can post it here too, but chances are nobody has sufficient knowledge about how to fix that [21:43:29] well here is where it errors out from what the mysql.log says https://pastebin.com/7WSamqDv [22:02:14] MySQL is crashing fairly spectacularly [22:23:35] only when i do these dump :/ [22:23:39] * wonderer sighs [22:23:44] well g'nite