Fork me on GitHub

Wikimedia IRC logs browser - #wikimedia-tech

Filter:
Start date
End date

Displaying 103 items:

2019-12-11 02:51:40 <Baylee> hi, where would I complain about an issue with https://discourse.wmflabs.org/ ?
2019-12-11 02:52:29 <Baylee> I got a notification email from it, and after I logged in, its just giving me a 500 error
2019-12-11 03:05:17 <Squox> anyone awake? The MediaWiki channels are silent
2019-12-11 03:15:27 <AntiComposite> Possibly, what's up?
2019-12-11 03:15:59 <Squox> I'm getting this error when running rebuildall.php:
2019-12-11 03:16:19 <Squox> Error from line 226 of /home/nchakdhb/lostjewel/extensions/Scribunto/engines/LuaCommon/LuaCommon.php: Class 'ScopedCallback' not found
2019-12-11 03:38:26 <Squox> AntiComposite, turns out I had an outdated Scribunto
2019-12-11 09:40:42 <HAKSOAT1> Will the discussion hold today?
2019-12-11 09:47:46 <apergos> which discussion? the technical advice session? it should
2019-12-11 10:27:49 <HAKSOAT1> @apergos Yes. The technical advice session. Thanks.
2019-12-11 10:36:12 <rob-to86> Hello. :) I have an issue when using Wikipedia in Safari 11.1.2 (newest version that runs on my Mac): The "Safari Networking" process takes up a lot of CPU. This doesn't seem to happen with other websites.
2019-12-11 10:36:12 <rob-to86> I have cleared cache, uninstalled extensions and disabled plugins. No changeā€¦
2019-12-11 10:37:02 <rob-to86> Is this the right place to ask for help with this issue?
2019-12-11 11:03:17 <apergos> it's as good as any, yes, but it's not one I've heard before
2019-12-11 11:03:22 <apergos> are you a logged in user?
2019-12-11 11:03:27 <apergos> on wikipedia I mean
2019-12-11 12:17:28 <rob-to86> apergos: Sorry for the late reply. Yes, I am. The issue is making my contributions painful.
2019-12-11 12:18:18 <rob-to86> There is a delay of a few seconds perhaps a page loads.
2019-12-11 13:24:36 <apergos> rob-to86: if you are an anonymous user in the same browser going to the same page, what happens?
2019-12-11 13:34:02 <rob-to86> apergos: Good idea. Much better then.
2019-12-11 13:34:24 <rob-to86> apergos: Could https://en.wikipedia.org/wiki/User:Robby.is.on/common.js be to blame?
2019-12-11 13:34:27 <apergos> that means it's likely to be a preference or a gadget or some piece of javascript that you've got turned on
2019-12-11 13:34:34 <apergos> it could
2019-12-11 13:34:47 <apergos> you'll have to suss out which thing it is by turning them off one by one
2019-12-11 13:34:55 <rob-to86> Thanks. :)
2019-12-11 13:35:00 <apergos> good luck!
2019-12-11 15:00:22 <wm-bot> Technical Advice IRC meeting starting in 60 minutes in channel #wikimedia-tech, hosts: @CFisch_WMDE & @James_F - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting
2019-12-11 15:50:21 <wm-bot> Technical Advice IRC meeting starting in 10 minutes in channel #wikimedia-tech, hosts: @Lucas_WMDE - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting
2019-12-11 15:57:48 <James_F> waves.
2019-12-11 15:58:03 <James_F> I'm here to answer questions and help out with whatever.
2019-12-11 16:00:52 <Lucas_WMDE> ok, cool! so am I :)
2019-12-11 16:04:19 <HAKSOAT1> James, any idea if Wikimedia will apply for GSoC 2020?
2019-12-11 16:05:50 <James_F> HAKSOAT1: I think it's very likely, yes.
2019-12-11 16:06:06 <James_F> We've done GSoC for many years now, and it's always been a brilliant programme.
2019-12-11 16:06:38 <James_F> It does rely on their being interesting things to do, so there's a need for colleagues to participate, but they generally do it very well.
2019-12-11 16:07:40 <HAKSOAT1> Okay. Great.
2019-12-11 16:10:15 <HAKSOAT1> How do you advice I get familiar with a code base? So I have some experience, but all of it has been with code bases where I was part of it from the beginning.
2019-12-11 16:11:04 <HAKSOAT1> Hence, I'm kind of struggling a bit here. Thousands of lines of code and I don't know where to start from. How to even think about testing a code change. A bit overwhelming.
2019-12-11 16:11:11 <James_F> nods.
2019-12-11 16:11:28 <James_F> What area are you interested in changing? Different areas have different strategies to get into.
2019-12-11 16:11:50 <pavithraes> James_F: May I also try to answer this question?
2019-12-11 16:12:35 <James_F> Sure!
2019-12-11 16:14:30 <HAKSOAT1> For example, with the Pywikibot project. I'm to modify a script. But I'm not running the scripts directly. Hence, I have to run a specific which I expect to in someway call the file that I am modifying. It looks to me like I need to understand how the original file works first, before I move to the file that concerns me.
2019-12-11 16:14:53 <HAKSOAT1> *run a specific file which I expect...
2019-12-11 16:16:34 <James_F> HAKSOAT1 Ah, yeah, pywikibot. That's a very large codebase that I don't know well, I'm afraid.
2019-12-11 16:17:26 <James_F> My general recommendation is to get it running locally as a test on somewhere you don't mind if it breaks (so, not trying to edit the "real" wiki you want to change :-)) and then making small changes to see what happens.
2019-12-11 16:19:13 <James_F> HAKSOAT1: Sorry that's not very specific!
2019-12-11 16:19:22 <James_F> pavithraes: Is there something you wanted to add?
2019-12-11 16:21:33 <HAKSOAT1> Okay. I think that'll work. Will give me the chance to play around, without affecting the original clone. (:-D original clone sounds paradoxical)
2019-12-11 16:21:46 <James_F> grins.
2019-12-11 16:24:48 <HAKSOAT1> Thanks for the insight. I think pavithraes was going to say something.
2019-12-11 16:25:14 <pavithraes> Hi, yes. (I had network issues on my end.) So, I'm not sure how familiar HAKSOAT1 is with the general contribution process and software used.
2019-12-11 16:26:47 <HAKSOAT1> I'm not very familiar yet.
2019-12-11 16:28:48 <HAKSOAT1> But I understand how Phabricator works. Then I understand how Gerrit works a little bit.
2019-12-11 16:29:58 <pavithraes> Oh alright. :)
2019-12-11 16:31:47 <pavithraes> As a past participant (different open source initiative), I just wanted to add that a good starting point is understanding the contribution process. If you want, I can point you to some getting started docs.
2019-12-11 16:31:57 <James_F> nods.
2019-12-11 16:32:02 <HAKSOAT1> I'll appreciate that.
2019-12-11 16:32:21 <James_F> HAKSOAT1: https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker might help, though is specific to MediaWiki.
2019-12-11 16:32:31 <James_F> Not sure if the pywikibot community has its own documentation.
2019-12-11 16:32:44 <pavithraes> https://www.mediawiki.org/wiki/New_Developers
2019-12-11 16:36:16 <HAKSOAT1> Yeah. I've gone through these. More like skimmed though. But I'll give them a thorough read after the meeting.
2019-12-11 16:36:51 <James_F> Great.
2019-12-11 16:36:56 <James_F> Any other questions?
2019-12-11 16:38:08 <pavithraes> HAKSOAT1: Also, have you started with any task yet?
2019-12-11 16:39:07 <HAKSOAT1> I'm looking to commence one very soon.
2019-12-11 16:40:13 <HAKSOAT1> But I've pinpointed tasks I want to work on. I'll make my contributions as soon as I understand the tasks well enough to implement a change.
2019-12-11 16:43:47 <James_F> Excellent. Welcome!
2019-12-11 16:45:38 <pavithraes> Awesome! All the best! (Sidenote: Documenting this process might be useful for your final proposal. =D )
2019-12-11 16:46:22 <HAKSOAT1> Great. Thanks for attending to my questions.
2019-12-11 16:49:31 <Lucas_WMDE> does anyone else have questions? :)
2019-12-11 16:51:00 <Erutuon> I do
2019-12-11 16:51:06 <James_F> Fire away.
2019-12-11 16:51:59 <Erutuon> I created a Wikimedia developer account in order to use Toolforge, but forgot my password. Is there any way to recover it, or remove the account and create a new one using the same Wikimedia account?
2019-12-11 16:52:13 <James_F> Did you set an e-mail when you created the account?
2019-12-11 16:52:38 <Erutuon> Yes
2019-12-11 16:52:43 <James_F> If yes, you should be able to go to https://wikitech.wikimedia.org/wiki/Special:PasswordReset and get it reset.
2019-12-11 16:53:46 <Erutuon> Okay, trying that now
2019-12-11 16:57:35 <James_F> Erutuon: Did it work?
2019-12-11 16:58:11 <Erutuon> So far no response.
2019-12-11 16:59:34 <James_F> Sorry to hear that.
2019-12-11 16:59:34 <Erutuon> After I submitted on the password reset page, it says "if this email address is associated with your account, then a password reset email will be sent", but I'm not sure what account it's referring to since I don't have a Wikitech account.
2019-12-11 17:00:39 <Erutuon> In case it's unclear, I'm trying to recover an account I set up with https://toolsadmin.wikimedia.org/register/
2019-12-11 17:01:00 <James_F> Oh, that thing.
2019-12-11 17:01:26 <Erutuon> Not sure if I'm asking in the right place.
2019-12-11 17:01:28 <James_F> Maybe that didn't set your e-mail correctly.
2019-12-11 17:02:13 <Erutuon> That's possible; I never got an email.
2019-12-11 17:08:01 <Erutuon> So when I press "Login using your Wikimedia account" it says "Wikimedia account already in use". I may have to create an alternative Wikimedia account and create a new Wikimedia developer account from that, but it'd be great to avoid that.
2019-12-11 17:08:40 <James_F> Right. I'm not sure how that tool works; perhaps bd808 as the expert will know what to advise?
2019-12-11 17:10:36 <bd808> Erutuon: If you want to open a phabricator task, I can poke at it next week when I'm back from holiday. The "Wikimedia account already in use" message means that some Developer account has already been linked with your SUL account using that tool.
2019-12-11 17:11:12 <bd808> We may need to manually "attach" your developer account to wikitech to make password resets work for you
2019-12-11 17:11:25 <bd808> has an open bug about that somewhere
2019-12-11 17:12:51 <Erutuon> Okay, I'll open a task.
2019-12-11 17:13:33 <bd808> I can probably get the attach done sooner rather than later. That is pretty easy for me to do once I have your username
2019-12-11 17:13:55 <bd808> If things are more deeply messed up I probably won't get to that until next week
2019-12-11 17:14:24 <Erutuon> Actually, I'm not entirely sure what to ask for in the task: a way to retrieve my WM developer account? Is it a bug or a feature request?
2019-12-11 17:18:04 <James_F> Erutuon: Sounds like a bug to me.
2019-12-11 17:18:59 <bd808> Erutuon: yeah, its a bug. The task can be pretty boring. T197612 was a similar thing, so something like that can get us started.
2019-12-11 17:19:00 <stashbot> T197612: Attach Developer Account to Wikitech, to enable Reset password - https://phabricator.wikimedia.org/T197612
2019-12-11 17:22:38 <Erutuon> Ahh, okay. I'll add a mention of that task.
2019-12-11 17:26:06 <Erutuon> T240478
2019-12-11 17:26:07 <stashbot> T240478: Way to retrieve Wikimedia developer account for Toolforge - https://phabricator.wikimedia.org/T240478
2019-12-11 20:11:27 <ebernhardson> whats the best practice around deprecating return values? So a function in core calls something, gets a (now, post deprecation) invalid return value. wfDeprecated takes a function, version, component, callerOffset. But i don't really know what component provided the implementation, and it's no longer on the call stack so $callerOffset is invalid

This page is generated from SQL logs, you can also download static txt files from here