[07:24:54] bmansurov: Saw you comment. Was busy last week with WikiMedia Training 2019 India. Started working on the issue today. [07:25:49] Will ping if I run into some issues. [14:22:16] bmansurov: The error reproduces in local env for the link in the comment as well. If I understand it corretcly I should check for the case where the API fails and return 500 with a appropriate message. Right? [15:54:35] muhdusman: can you link to the line that's causing the error? [15:55:08] muhdusman: you can use this repo: https://github.com/wikimedia/mediawiki-services-recommendation-api [15:55:13] to link [16:37:41] bmansurov: It is either being returned from this https://github.com/wikimedia/mediawiki-services-recommendation-api/blob/master/lib/article.creation.translation.js#L174 or L176. [16:39:01] How do I use log()? I tried doing log.info() and also bunyan.createLogger and then log.info, yet it does not print. [16:42:13] muhdusman: ok, let's handle those errors [16:42:39] muhdusman: for logging, see article.creation.morelike.js [16:42:58] muhdusman: it's using app.logger.log [16:45:42] It does not seem to work as well. [16:46:43] Tried placing it on https://github.com/wikimedia/mediawiki-services-recommendation-api/blob/master/routes/article.creation.translation.js#L55 and on article.creation.translation.js as well. [16:47:02] Both the places it is not logging anything. [17:01:54] muhdusman: It's working fine here. Add this to line 172: app.logger.log('debug', '-------------------.'); [17:02:01] and restart npm run [17:02:11] npm start* [17:02:46] Oh I was passing only argument :facepalm: [23:48:32] what tools would people recommend for an informal survey [23:48:56] like a survey that people are invited to take? [23:49:08] not trying to do anything representative or fancy. [23:49:10] google forms?