[18:06:03] !log tools.stewardbots Restarted StewardBot stucked on IRC [18:06:07] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.stewardbots/SAL [20:41:15] i'm having trouble getting PAWS notebooks to load on the hub where it just spins forever and I have the `No Kernel | Initializing` status (public links work fine). could someone check if it's working on their end that they can load a notebook and edit it? I tried both from firefox and chrome so at least verified it wasn't a browser issue but i just restated my laptop so maybe that's somehow relevant [20:41:52] https://hub-paws.wmcloud.org/hub/login as entrypoint [20:44:48] looking... [20:53:19] thank you! [20:53:59] Sure enough. Probably from https://github.com/toolforge/paws/pull/244 I'll revert it [21:16:30] Ok, I think notebooks are loading again. I'll look more closely at the jupyterlab upgrade [21:19:35] !log paws revert jupyterlab upgrade, causing notebooks to not load T324002 [21:19:40] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Paws/SAL [21:19:40] T324002: Upgrade jupyterlab - https://phabricator.wikimedia.org/T324002 [21:19:52] yep working for me again. thanks Rook for all the support around this! [21:20:01] 👍 [21:56:16] Hi, I have a very basic question. I have a python webservice, and it was using an obsolete pywikibot call. I just changed it, performed a webservice restart, but it hasn't loaded the new version yet. What am I missing? [21:59:11] Joutbis: hmmm... a restart should be the needed trick. Can you confirm with `kubectl get pods` that it actually restarted? [22:02:46] It's running, but the age shows 3d10h, so I guess it didn't restart [22:03:12] and Restarts equals 0, so yes. [22:05:11]  maybe I should have specified --backend=kubernetes? [22:07:10] and it's under python3.7, which is deprecated. Should I stop and then restart with python3.9? [22:08:19] In theory the backend should be picked up from the $HOME/service.manifest, but maybe it can fail in come cases? [22:09:21] service.manifest looks OK. Should I try a stop and then start? [22:09:47] Running with python3.7 is safe for the time being, but upgrading to the most current runtime version is encouraged. You will have to rebuild your $HOME/www/python/venv with python3.9 if you do want to change. [22:10:49] ah, I was going to ask what involved moving to 3.9. So you have to create the venv again. [22:10:57] Joutbis: yeah, you can try a full stop and start cycle or you can try manually deleting the current pod and letting the Deployment's ReplicaSet create a new one. That is actually what restart does under the hood when it works. [22:11:01] I'll try to do it over the weekend, then [22:12:04] OK, i did stop and start, and now kubectl shows an age of seconds. So that was it. [22:12:51] glad you got it working, and sorry the obvious commands failed [22:15:07] no problem, thanks for your help [22:15:24] I'm very rusty on toolforge