=== marcus_ is now known as Guest40160 === Mr-Potter is now known as Guest70329 === Guest40160 is now known as Mr-Potter [04:34] hi [04:34] i am having trouble accessing launchpad,can someone help please? [04:35] wret: What's the issue? [05:10] Hi anyone there i need help? [05:12] wgrant :Hi i am getting http://pastebin.com/F8hg3pNw can you please help [05:45] hi,i am getting "proxy https launchpad.net, Realm :'Squid proxy-caching web server' username " error [05:45] can someone help [05:53] Rashi007__: What are you doing that displays that message? [06:35] wret: What exactly are you running that produces that error? [06:35] wret: But the problem is that the branch you specified doesn't exist. Where did you find the URL? [08:10] wgrant: i typed "www.launchpad.net/postorius" in openurl in bazaar explorer [08:47] wret: What are the exact steps to reproduce the error? [10:57] Timeouts … timeouts everywhere [10:59] mpt: It's a criminal offence to complain about timeouts without providing representative OOPS IDs. [10:59] Trying to change bug tags: Error ID: OOPS-ea5b992eca077e05cd7fa41c8cd29dac [10:59] https://oops.canonical.com/?oopsid=OOPS-ea5b992eca077e05cd7fa41c8cd29dac [11:00] Reporting a bug: “Uh oh! Something has gone wrong. We're sorry!” [11:03] Trying to open bug 672535: “Uh oh! Something has gone wrong. We're sorry!” [11:03] bug 672535 in Ubuntu Font Family "CJK characters together with the Ubuntu font look ugly" [Undecided,New] https://launchpad.net/bugs/672535 [11:04] (“Technically, the load balancer took too long to connect to an application server.”) [11:04] mpt: What's the detail of the error? [11:04] Ah yes, that. [11:13] mpt: Something generated enough DB replication traffic to saturate the master server's Ethernet connection. [11:13] But things have been back to normal for roughly ten minutes now. [11:13] ok [11:13] I reported bug 1427627 on how confused I got when I was trying to change the bug tags inline [11:13] bug 1427627 in Launchpad itself "No timeout error feedback when changing bug tags" [Undecided,New] https://launchpad.net/bugs/1427627 [13:54] “Are you looking for IRS tax help? Hire an experienced IRS tax attorney … by subscribing to this PPA” [13:56] wut [13:56] cjwatson, https://launchpad.net/~editor-buzzfeed/+archive/ubuntu/defensetax :D [13:57] yeah I was just running the relevant SELECT [13:59] mpt,seeg: I can trump that [13:59] https://launchpad.net/~lpcyu/+archive/ubuntu/xdbvsfdx [14:00] not sure I'd want to install an attorney, bet they include malware [14:00] oh, blah, mortals probably can't see that one [14:00] account suspended [14:01] the "Latest updates" box for that one is awesome [14:01] "What It’s Like to Chill Out With Whom the Rest of the World Considers As The Most Ruthless Men: Ratko Mladic, Goran Hadzic and Radovan Karadzic (+) Confessions of a Female War Crimes Investigator has no updates." [14:04] editor-buzzfeed has various bits of spam in other artifacts (bugs, questions) that consisted of copies of fragments from elsewhere in the same artifact to make it look less spammy, followed by a spam link. Creative, but banned now. [14:04] Thanks for the note. [14:22] I wonder if Launchpad should auto-delete PPAs that are >6 months old and have never contained anything [14:23] Not worth it just to thwart two spammers ever, but just as general hygiene === anthonyf is now known as Guest62520 [17:30] hi,i need help with launchpad [17:48] just ask your question. don't ask to ask [17:54] dobey:getting "Proxy HTTPS xmlrpc.launchpad.net, Realm: 'Squid proxy-caching web server' username:" error while trying "bzr branch lp:mailman [17:55] weird [17:56] wret: Do you have http_proxy or https_proxy set in your environment? [17:57] yep [17:59] wret: Try unsetting them and see if that improves things. [17:59] wret: Also, if you use "bzr launchpad-login" to tell Bazaar your Launchpad user name and also upload your SSH public key to Launchpad, then "bzr branch lp:..." will fetch over SSH instead of HTTP(S), bypassing this problem. [18:01] https://www.irccloud.com/pastebin/V36Z4tiN [18:02] cjwatson:it running but to no avail [18:02] it/its [18:03] wret: That appears to have returned successfully. Did you try "bzr branch lp:mailman" after that? (The pastebin shows no evidence of that.) [18:04] https://www.irccloud.com/pastebin/OCTBeRu2 [18:04] Also, it's a decent-sized branch, it might simply take a while ... [18:04] wret: You've mistyped "IdentityFile" as "IdentifyFile" in ~/.ssh/config [18:06] cjwatson:im sorry i didnt get you [18:07] wret: In /home/cce/.ssh/config, on line 2, you have written "IdentifyFile". That should be "IdentityFile". (Look closely: t, not f) [18:09] cjwatson: [18:10] https://www.irccloud.com/pastebin/aeZoGkIJ [18:10] wret: Are you on some incredibly broken network? [18:10] i am behind my college proxy [18:10] wret: Perhaps your network admins drop outgoing SSH [18:11] wret: I think you'll have to contact your network admins; there's not much we can do if it just won't let bzr through [18:11] they havnt blocked it,ive talked to them [18:11] Well, all the evidence suggests the contrary. [18:12] Perhaps they thought you were asking about a specific site. [18:13] My guess would be that it's in fact a protocol-level problem. (Dropping outgoing SSH, and the HTTP proxy appears to require entering a username which isn't very friendly to anything that isn't a web browser) [18:41] bzr: ERROR: Invalid url supplied to transport: "bzr+ssh://bazaar.launchpad.net/~//": no supported schemes [18:42] Hi I am getting the above error even though i have uploaded my ssh key and other bzr commands work fine can anyone help? [18:43] you replaced those <> bits right? [18:43] and just use "lp:~user/project/branch" for the url you pass to bzr [18:43] yep i do [18:44] dobey: I follow that as you say [18:45] what's the exact command you used? did you do "bzr launchpad-login" first as well? [18:45] when i did lp-login it gave the following error [18:46] ssh: connect to host bazaar.launchpad.net port 22: Connection timed out [18:46] ConnectionReset reading response for 'BzrDir.open_2.1', retrying [18:46] that seems like your network administrator has blocked outgoing ssh connections [18:47] Oh but the other commands work like branch [18:48] you are grabbing them over https, as you haven't done bzr lp-login yet [18:49] I did bzr lp-login it gives the connection time out error after i try to push my branch [18:49] bzr lp=login worked fine [18:49] *- [18:50] you said lp-login gave you the connection error [18:50] anyway, the issue is with your network blocking outgoing ssh connections [18:51] tell your network administrator to unblock outgoing connections to port 22 [18:51] Okay thanks :) [18:52] I'm looking for understanding how to get who a bug is assigned to and what branches are assigned to a bug from launchpadlib . . . any hints on where this is stored? I don't see it on bugtasks or bugs [18:53] balloons: it's on the bug_task [18:54] dobey, d'oh.. python lies and doesn't tell me it's an attribute if the bug I have doesn't contain it :-( [18:54] balloons: a bug can have multiple bug_tasks, and each bug_task has an assignee [18:55] dobey, yes of course.. the bug tasks thing was extremely confusing for awhile [18:55] balloons: python is probably not lying. but i'm not looking at your code :) [19:01] balloons: did you figure it out? [19:01] * balloons is trying. [19:02] I also found bug_branch.. which I assume I need [19:02] balloons: can i see the code? [19:02] it's not on the bug task, again unless I'm crazy [19:02] it is [19:02] bug_task.assignee [19:02] https://launchpad.net/+apidoc/1.0.html#bug_task [19:02] and the branch? [19:03] linked_branches_collection_link [19:03] wow.. sorry dobey, it is all there [19:03] and yes I blame python :-) [19:18] dobey, so here, this is what lied: http://paste.ubuntu.com/10518455/ [19:19] I expected to see something about assignee and branch in lp_attributes. 'task' is a bugtask [19:20] balloons: why didn't you do dir(task) ? :) [19:21] nothing about branches in here: http://paste.ubuntu.com/10518470/ [19:22] task doesn't have branches [19:22] ahh right, heh [19:22] linked_branches is on the bug itself [19:22] yep.. although this collection stuff is interesting [19:23] eh, it just means it's a list of the type