[04:09:08] How is possible to get recentchanges from wiki without eventstreams and paste on irc channel? [07:10:49] Galahad: do you mean like using the recentchanges API? [07:13:53] hi [07:14:26] (y) [09:36:56] hello, is it safe to delete the data stored in RESTBase? [09:39:27] lens0021: yes, it's only a cache [09:51:11] vulpix: thanks! [18:07:41] Does anyone know about addressing issues with Visual Editor when using https? I can get it to work fine when switching to http but I always generate a Parsoid/RESTBase server:http-request-error when using https [18:15:08] Guest73: is your SSL certificate valid? [18:15:32] specifically, does the server believe that its own certificate is valid [18:17:05] Yes the connection is secure as I'm using a CA signed wildcard certificate that goes to my domain [18:19:13] the way parsoid works behind the scenes is your browser <-> mediawiki <-> parsoid [18:19:40] in other words, mediawiki itself is making an http(s) request to parsoid, so if parsoid is returning some sort of http request error then it's the mediawiki <-> parsoid link you need to be looking into [18:20:57] it can be a bit painful to debug that unfortunately, but first thing to check is whether or not your php installation is able to access itself, which should be doable by making a quick script or trying such a request in the eval.php maintenance script [18:27:23] Ok, I'm not great at debugging but I'll try to figure out how to use the eval.php maintenance script then. At least I have a direction to focus now, thank you [18:35:35] I'd provide a bit more guidance but I'm unfortunately too busy atm to dig into it :( [19:39:31] Are you using a self-signed cert? [19:39:51] Guest73: What errors are you seeing? [19:39:51] Guest73: also, what version? Is this nodeJS parsoid? [19:58:47] ^ this question is important since the answers are very different for MW <1.34 and MW >=1.35 [20:00:55] Hi folks, how is possible to get recentchanges from wiki without eventstreams and paste on irc channel? And for some prominent pages on such wiki? [20:02:02] Escanor: MW has a REcentChanges API [20:02:02] https://www.mediawiki.org/wiki/API:RecentChanges [20:03:56] There are also recent changes on IRC [20:03:57] https://meta.wikimedia.org/wiki/IRC/Channels#Recent_changes [20:48:40] Escanor: If you want to create your own IRC RC bot, see https://www.mediawiki.org/wiki/Manual:IRC_RC_Bot [20:50:06] oooo