[04:48] Hey, I'm trying to help a new user get a Launchpad account set up so they can help contribute to Lubuntu, but for some reason it is behaving very strangely. It kept telling him "invalid validation link" when he would click on the link to verify his account, and he'd end up having to get another verification email. I also noticed that I had some difficulties logging into the Ubuntu Wiki earlier today. In the event these aren't known [04:48] issues, can someone look into what's going on with Ubuntu One? [04:49] (I think he finally got the account made thankfully.) [06:32] arraybolt3[m]: I can remember that I also had that issue. turned out (for me) some addon was messing up the link (I assume some tracking removing addon) [09:49] arraybolt3[m]: Glad you got it fixed. FWIW, the Launchpad team doesn't maintain SSO / Ubuntu One (the login system) [10:18] Oh... my bad, thank you for your help anyway! [11:15] I've been trying to mark bugs as duplicates but this consistently times out, even after waiting "a few minutes". Is there anything going on? (marking 1961774 as duplicate of 1868517) [11:32] This issue appears to be happening because the backend is returning a 503 error. [11:33] Is there an OOPS ID? [11:53] I got OOPS-3423657c872d4b74f2bde8dfe3f414ff from the XHR request's response but the OOPS system doesn't (yet?) know about it. [12:06] is something going on with launchpad? can't login :/ [12:22] murmel: Can you be more specific? [12:22] murmel: For example, do you get an error ID? [12:23] cjwatson: just tried again: OOPS-66f4ac87ab5645b1e807f3d61609a518 [12:24] murmel: Give me a few minutes and I'll fix your account [12:24] cjwatson: thank you very much :) [12:25] murmel: Ah, I see, you deactivated your account and that caused some confusion [12:26] And I guess deleted your SSO account and then changed your mind? [12:26] cjwatson: yup :/ [12:27] Ugh, the deactivated account had a PPA, hang on a minute while I work out what to do here [12:28] cjwatson: doesn't it get autodeleted? [12:28] Oh, it's empty, I'll just delete it [12:29] Well normally it wouldn't matter since it becomes invisible, but it causes some difficulty on reactivation/renaming like this [12:29] cjwatson: yeah I wanted to bpo stuff, but I (sadly) ragequit :/ [12:30] Just waiting for the empty PPA to finish deleting, takes a publisher cycle [12:30] thanks again. need to report a bug, one of the reasons why I need the ubuntu account :/ [12:55] cjwatson, the OOPS corresponding to the thing that schopin tried to do says the exception is `lp.services.webapp.adapter.RequestExpired: request expired.` [12:56] Does this mean the database query didn't complete in the expected time, within the timeout? [12:59] murmel: Sorry for the delay - you should be able to log in now [13:00] cjwatson: no worries. and thanks :) [13:00] guruprasad: Yes, that's usual for a timeout, the interesting bit would be the query log not the exception in that case [13:00] Is that something I can provide you from client side? [13:00] schopin: no [13:00] but the OOPS should have it (I haven't looked) [13:02] Looking at the target bug it's probably the known thing where bugs on very many source packages don't perform well [13:03] Because all the structural subscription lookups get pretty expensive [13:03] So this is not so much something particular going on as that bugs like this have always been a bit of a problem [13:17] Hm, autoconfirmation is probably in the mix too [13:18] Which suggests that it might be possible to improve the situation with some more caching - looks like it's trying to confirm each bug task in turn?