[13:31:46] !log wcdo marcmiquel added davids as project admin [13:31:47] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Wcdo/SAL [13:53:28] chicocvenancio: do you know how to create new entries in the redirects project? [13:55:22] haven't done it, but it seems easy enough https://wikitech.wikimedia.org/wiki/Nova_Resource:Redirects/Documentation [13:56:49] involving a page I can't edit :/ [13:58:16] what page? [13:58:48] https://wikitech.wikimedia.org/wiki/Hiera:Redirects [13:59:04] ahh, you need to be a project admin, probably [13:59:10] in any case I want to set partnermetrics.wmflabs.org/mediaplaycounts --> tools.wmflabs.org/mediaviews-api [14:00:03] I think the redirects project is for the other directon [14:00:20] things that were moved from toolforge to cloud VPS [14:00:39] That doesn't appear to be the case. [14:00:48] it will issue a 301, so users will end up in the new location [14:01:42] true, forget the other way arround comment [14:02:35] do you have access to the partnermetrics project? [14:03:22] `wpx` project to be exact [14:03:31] and I see you do [14:04:13] I'd add the 301 in wpx-data-01.wpx.eqiad.wmflabs and open a task for it to be migrated to the redirects project [14:04:22] hare: ^ [19:27:02] !log tools.paws-beta edited `nginx-proxy-config` configMap to add redirect to https based on x_forwarded_proto header T197248 [19:27:03] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.paws-beta/SAL [19:27:04] T197248: Force HTTPS use in PAWS - https://phabricator.wikimedia.org/T197248 [22:23:08] !help I am trying to run a nodejs webservice on toolforge but it's not working and I get no error output. [22:23:08] r054l13: If you don't get a response in 15-30 minutes, please create a phabricator task -- https://phabricator.wikimedia.org/maniphest/task/edit/form/1/?projects=wmcs-team [22:24:21] The webservice starts well but then when I test it seems the service is not runing and I get not error output [22:24:30] no* [22:31:55] r054l13: hey [22:32:17] what is the tool again? [22:33:47] it is a Bot [22:34:08] the name of the tool, is it wm-commons-emoji-bot? [22:34:30] yes [22:35:18] ok, the errors are in the `error.log` file [22:35:41] this is what I see: https://www.irccloud.com/pastebin/nf7Ok5wS/ [22:36:35] checking ... [22:37:58] I remember you depend on using a specific node version right? [22:38:58] yes [22:39:40] I installed it in a virtual env and that's where i run the bot [22:55:08] you have to define the commands to activate that version in the `start` command of package.json in the `'www/js` directory [22:56:07] ok [22:56:22] that makes sense :) [22:56:50] the `start` property of the `scripts` obejct in package.json, to be more precise [22:57:13] ok [22:57:34] it does make sense, but we need to do a better job documenting this (I had to dig around the code to remind myself how it works just now) [23:09:11] r054l13: hopefully this helps the next nodjs users https://wikitech.wikimedia.org/w/index.php?title=Help:Node.js&diff=1794867&oldid=1790663