[02:58:03] !log anticomposite@tools-bastion-15 tools.commons-delinquent too many failed logins to tcywikisource, prevent login attempts in demon.php [02:58:05] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.commons-delinquent/SAL [13:29:41] !log admin rebooting cloudgw1004 for T417075 fixes [13:29:49] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Admin/SAL [13:29:49] T417075: networking.service in failed state on Trixie cloudgw nodes - https://phabricator.wikimedia.org/T417075 [13:48:15] !log admin failing traffic back to cloudgw1004 [15:52:52] For Quarry, is there a time limit for unused (but puslished) queries to be deleted from the system? I have some queries 3-5 times a year [16:20:51] @Yetkin: https://phabricator.wikimedia.org/T360041#10268152 says stored results would be purged after a year. [16:21:30] I'm not sure where to find the code for that to give a definitive answer. [20:14:15] bd808: Thanks for the reply [20:19:34] Hmm, I can see that some of my old (3+ years) are still there. How often does the purging mechanism run? Will they disappear suddenly? 😊 Also, will there be an option for users to delete their own queries? I have lots of draft queries there [20:23:05] results or queries? (re @Yetkin: Hmm, I can see that some of my old (3+ years) are still there. How often does the purging mechanism run? Will they disappear sud...) [20:23:13] storing SQL must be cheaper than storing results [20:23:39] I suspect that there's no automated mechanism, probably manually done [20:23:41] queries (re @jeremy_b: results or queries?) [20:24:05] (can't find anything on k8s or the code, just like bd808 said) [20:25:21] Why are published queries being deleted then? Would it not be better if we only deleted the queries that were not run for x months? [20:27:59] I think that there's currently no way to delete the queries for users (note also that quarry is currently maintained by community members only, so I might be missing some newer features etc.) [20:32:57] It would not be too hard to implement, though [20:51:54] @Yetkin: T135908 is the 10 year old feature request for deleting drafts. Patches welcome. [20:51:55] T135908: Add a possibility to delete a draft - https://phabricator.wikimedia.org/T135908 [21:17:02] hello! we have been receiving [21:17:03] {"httpCode":401,"httpReason":"Jwt issuer is not configured"} [21:17:05] at https://www.wikidata.org/w/rest.php/oauth2/resource/profile [21:17:06] while trying to use new issued tokens from OAuth2 at QuickStatements 3.0 [21:17:08] does anybody know what is happening? does requesting a new pair of OAuth2 credentials would solve it? [21:34:18] @arcstur: I think you need to ask meta for the tokens, not wikidata. I think only meta and mediawiki.org are setup to issue OAuth credentials. Once issued the credentials can be used on any wiki (unless the grant itself included a limited set of wikis). [22:00:57] It's also possibly broken due to the library upgrade [22:24:55] I've got oauth issues too in my toolforge app, is there an ongoing incident? [22:46:02] m3api-oauth2 CI (running against a local MediaWiki with the latest code, and against the Beta cluster) still seems to be working FWIW https://gitlab.wikimedia.org/repos/m3api/m3api-oauth2/-/pipelines/166034 [22:46:13] but it sounds like it might still be worth opening a task if you have more details / steps to reproduce [22:46:41] (I’m guessing the library upgrade Reedy referred to is https://phabricator.wikimedia.org/T417722?) [22:47:31] I tried to understand what's going on but it's too late to troubleshoot weird oauth issues, I'll dig in tomorrow :) [22:51:15] No [22:51:50] https://phabricator.wikimedia.org/T417820 is the task I'm suspecting [22:51:51] oauth login to phab still works [22:52:08] Which cross referenced to https://phabricator.wikimedia.org/T417278 and https://phabricator.wikimedia.org/T261462 [22:53:26] aha, I can reproduce the error with https://gitlab.wikimedia.org/repos/m3api/m3api-examples though [22:53:33] both of the webapp-* examples [22:59:05] reported at https://phabricator.wikimedia.org/T417839 [23:03:04] that’s OAuth 1.0a, not OAuth 2: https://meta.wikimedia.org/wiki/Special:OAuthListConsumers/view/515956f268dcf5738beabe21154df11f (re @jeremy_b: oauth login to phab still works) [23:03:10] it sounds like only OAuth 2 is broken [23:03:40] sounds like we need more CI :)