/srv/irclogs.ubuntu.com/2010/05/12/#launchpad-dev.txt

maxbthumper: Did you notice that ~vcs-imports have odd extra privileges when registering projects, too?01:44
maxb~vcs-imports members can set the owner and license_reviewed flag of projects when registering a new project, specifically01:45
thumpermaxb: I don't think so...01:56
thumpermaxb: that is registry experts01:56
sinzuiI can and do set every project I register or change as reviewed. And anyone in Registry Admins can too02:38
thumpersinzui: ping03:38
thumpersinzui: emailed you03:44
lifelesshi thumper04:03
thumperlifeless: hi04:16
thumperlifeless: aren't you at UDS?04:16
lifelessyes04:17
thumperlifeless: early start then?04:17
lifelessjetlag04:17
lifelesshad stomach ache style crookness yesterday afternoon, crashed out, woke at 4am04:18
mtaylorlifeless: hey! we had similar days then ... I've been up since 2am after having gone to sleep at 6:$005:53
mtaylor6:3005:53
mtaylorthumper: you know what would be great - if merge proposals that were dependent on each other were sorted so that the one that includes all of the other ones was really easy to find...05:54
stubWhere is the mailinglist unsubscribe link hidden?07:57
wgrantstub: It's pretty obvious on the team page for me.08:00
wgrantIn the 'Mailing list' section, an actual button labelled 'Unsubscribe'.08:00
stubMy eyes must have skipped the button looking for icons. duh.08:01
wgrantYeah, it is just about the only button.08:02
=== almaisan-away is now known as al-maisan
jelmermwhudson: were you publishing runs of pydoctor on launchpad anywhere?09:53
mwhudsonjelmer: http://people.canonical.com/~mwh/canonicalapi/09:53
jelmermwhudson: thanks!09:54
mwhudsonalso http://people.canonical.com/~mwh/bzrlibapi/ fwiw09:54
jelmermwhudson: I've added a local rule for pydoctor as well, but for some reason it doesn't seem to include the css stuff09:55
jelmer(https://code.edge.launchpad.net/~jelmer/launchpad/pydoctor, couldn't find anything existing in the launchpad sourcecode)09:55
mwhudsonjelmer: css stuff?09:56
jelmermwhudson: I'm not getting any of the colors that the URL you just mentioned has09:56
mwhudsonjelmer: i can't remember how that works :-)09:59
jelmermwhudson: hmm, I'll have a look then10:00
mwhudsonjelmer: but i'm pretty sure it should just be copying the css file into the directory10:01
mwhudsonjelmer: yes, it should copy apidocs.css to the target directory10:03
jelmermwhudson: what command are you running to generate the html docs at that location?10:05
wgrantbigjools: Bug #52755110:05
mupBug #527551: Intra-archive copying of a source with a failed build may leave that source uncopyable <soyuz-core> <Soyuz:Triaged> <https://launchpad.net/bugs/527551>10:05
mwhudson~/pydoctor-2a/bin/pydoctor ~/db-devel/lib/lp ~/db-devel/lib/canonical/ --make-html --html-output ~/public_html/canonicalapi/ -q -q --verbose-about epytext-summary --project-name=Launchpad --docformat restructuredtext10:06
mwhudsonjelmer: ^10:06
jelmermwhudson: thanks10:06
jelmermwhudson: whoa, that's spitting out a lot of warnings in the new version10:20
mwhudsonyeah probably10:20
mwhudsonabout a billion launchpad docstrings aren't actually valid rest10:21
mwhudsonfor one thing10:21
thumperjelmer: how goes the bzr-git, dulwich updates?10:23
jelmerthumper: oh, right. I've deferred any bzr stuff so far, but I'd like to spend some time on bzr things this UDS.10:29
* thumper nods10:29
jelmermwhudson: If you have a chance, can you review the trivial branch at https://code.edge.launchpad.net/~jelmer/launchpad/pydoctor/+merge/25133 ?10:45
* jelmer goes back to the more complicated stuff10:45
jelmermwhudson: thanks11:01
jmlbigjools, wgrant: where are we at wrt getting visible stats for ppa usage?11:57
wgrantjml: The script tried  to murder germanium.11:58
StevenKIt nearly did, too11:58
jmlwgrant, after which rollout?11:58
wgrantThe first run of the librarian log parser would have run into this too, but I don't know how it was solved then.11:59
wgrantjml: It was run a couple of weeks after 10.03, IIRC.11:59
wgrantI'm thinking I'll just tell it to stop after processing some x lines of log, where x is yet to be defined.11:59
wgrantSo it will take lots of runs to process the existing logs, but it won't eat all of the RAM.11:59
wgrantThe API stuff is all landed, but there's no UI at all yet.12:00
jmlyou mean there's a manual process to get the historical data in?12:00
* jml has to go to a GTG thing12:02
maxbIs there an ETA on a CP for the copy-packages bug?12:31
StevenKIt will be submitted to PQM in a few minutes. So, soon.12:42
=== matsubara-afk is now known as matsubara
jtvAnyone else seeing rocketfuel-get fail on the CSS build?  The problem seems to be some extra dots between classes in l/c/l/javascript/test.css15:12
jtvmars: do you see rocketfuel-get failing on the CSS build?  See above.15:25
marsjtv, haven't seen it.  CHR today.  sinzui or noodles785, ^ any idea what's going on?15:26
jtvmars: it went away when I fixed l/c/l/javascript/test.css15:27
BjornTgary_poster: ping?15:27
* sinzui knows nothing15:27
jtvmars: it had lines of the form ".class1..class2.class3 {"15:27
gary_posterBjornT: pong15:27
marsjtv, "bzr praise"?15:28
jtvooh, didn't know about that one... do we have a secret backchannels for stats on blame/praise?15:28
manishgary_poster, have a few minutes to spare ?15:29
BjornTgary_poster: when running 'make', i get a lot of: 'import site' failed; use -v for traceback15:29
BjornTgary_poster: what's that about, and to what should i pass -v?15:29
jtvmars: sinzui.15:29
marsjtv, ?  blame/praise/annotate are the same.  If you see a funky line like that, I would say check the source of the build chain.  Something changed, and the machine didn't do it :)15:29
marsha!15:29
jtvmars: the machine didn't do it?  there's a novel concept...  we meatbags usually help, but...15:30
gary_posterBjornT: you can typically pass -v to the interpreter, so bin/py -v should tell you what is going on15:30
gary_posterBjornT: and generally, I don't know what that's about, but it's not good15:30
gary_posterWhen you gimme the -v output that will tell me15:31
gary_postermanish, I saw your email.  I sympathisize but I don't know the answers to your questions.  leonardr will not be here until next week, as I said.  flacoste could possibly know.  If this is just a matter of interpreting the wadl spec then I can try to help, but you've read the spec much more than I, I'm sure.  I'll reread your email now to make sure I don't see anything more concrete I can offer...15:33
manishgary_poster, Thanks. I have read the spec, but the spec is just too flexible and extensible ( a bit too much). I can try to contact the people who created WADL spec, but I hardly expect any reply from them.15:34
manishgary_poster, anyway leonardr created the LP WADL? or flacoste ?15:35
gary_postermanish, I reread your email.  if I had to guess, I would say that you will want to be able to send parameters and representation_type together15:36
=== Ursinha is now known as Ursinha-afk
manishgary_poster, Nope. I just wanted to know if both can be together?15:36
manishbut as the spec says multiple representation_type means multiple ways to pas data which means overloaded method ? right?15:37
gary_postermanish, I think so.  I'd give it 90% probability yes.15:37
gary_postermanish: leonardr is responsible for this infrastructure, and is the WADL expert15:37
manishgary_poster, If both can go together then it makes the situation more complex :(15:37
gary_postermanish, yes.  however...15:38
manishtill now i was working thinking both can mutually exclusive15:38
manishs/can/are15:38
gary_postermanish: I think launchpadlib itself only ever requests JSON15:38
manishgary_poster, sorry I didn't get it. Can you rephrase it please?15:39
BjornTgary_poster: ok, found the problem: ImportError: Bad magic number in /devel/launchpad/rocketfuel/lib/site.pyc15:39
BjornTgary_poster: this makes the problems go away: http://pastebin.ubuntu.com/432258/15:39
gary_posterBjornT: typically that means that your pyc was from a different version of Python15:40
gary_posterBjornT: +1 on that patch15:40
BjornTgary_poster: cool, i'll merge it then, thanks15:40
gary_posterthank you BjornT15:41
gary_postermanish, rephrasing...15:41
jmlStevenK, do you know what's pretty hard?15:48
jmlStevenK, getting it right the first time :(15:48
StevenKjml: I bet15:49
wgrantWhat broke?15:49
jtvmars: it's getting late here and I'm putting out a fire... any chance you could pick up that css issue?15:49
StevenKjml: Does that mean there is further stuff to be abstracted?15:49
jmlStevenK, ish. I made a couple of mistakes when I did it.15:49
gary_postermanish, I believe it is theoretically and practically possible to ask for different representation types.  We do this in Launchpad, in fact: in our browser API calls, sometimes we ask for HTML back instead of JSON.15:50
gary_poster*However*, in launchpadib, I believe we only ever ask for one response type: JSON.  Therefore, for your case, I believe the following is reasonable advice:15:50
gary_poster1) your C# code should generate code that can accept parameters.15:50
gary_poster2) it should never have to accept a representation type, because you always want JSON back, (which your code will process transparently.)15:50
gary_poster3) if you ever want to make code that used a different representation type, you could have it specify a representation type in a different place.  I do not think you should implement this now.  My personal idea would be that you could generate a root object that sends a different representation type be default.  You also could change it on the fly: a Python version might be launchpadlib.representation('application/xml').foo(15:50
marsjtv, please file a bug and assign it to me.  I'm a bit buried myself, and doing CHR.15:50
jtvmars: oh yes forgot about that... maybe we should just bully sinzui into fixing it?15:50
manishgary_poster, a minute. I need time to read and understand15:50
jtv*That* is what I forgot.  Breakfast, lunch & dinner.15:51
jtvstub: just heard some pretty rousing words from Dr. Weng...  this ain't over yet.15:51
StevenKjml: Should we do another branch that sorts out more abstraction issues?15:51
gary_postermanish, of course.  when you have digested what I wrote: did that make sense, and does that seem helpful?  If so, I'll put it on the list so that you and others can comment on it, and leonardr and flaocste can see it later.15:51
sinzuijtv, what exactly is broken?15:52
jtvsinzui: lib/canonical/launchpad/javascript/test.css15:52
jtvand as a consequence, rocketfuel-get15:52
jmlStevenK, yeah, probably the best thing to do is use pipelines or whatever to split out that level of work from the poppy level of work15:52
manishgary_poster, it did make some sense. Well I know that I should expect only JSON15:52
jtvsinzui: it's got some "class1..class2" (note double dot)15:52
jmlStevenK, because the only sane way to drive the abstraction stuff now is by actually doing poppy15:52
sinzuijtv r=me to remove it15:53
jml(now that all the mentions of "codehosting" and "bazaar" have been factored out)15:53
manishgary_poster, till now what I was doing was that - either param[] or represenation_type[] can be present15:53
StevenKjml: Pipelines are one of those that I saw and went "That's cool", but I have no idea how to drive15:53
jtvsinzui: late night & putting out fire15:53
StevenKone of those things, even15:53
jtvsinzui: I was hoping I could guilt or bully you into it.15:53
jmlStevenK, me either, I just do it the hard way by having two branches and merging one into the otther15:53
sinzuijtv: I will do it during my lunch15:53
manishgary_poster, when param[] is present, i create a method with returnType foo (param1,param2... paramn)15:53
jtvsinzui: wayyy to bounce the guilt back.  Well played.  :-)  And thanks!15:54
manishgary_poster, and when represenation_type[] I create n methods and in each method I expanded a  represenation_type and that becomes it's parameter15:54
StevenKjml: That's sounds like work. Let me investigate pipelines15:55
jmlStevenK, :D15:55
jmlbigjools, does poppy have a config section?15:58
gary_postermanish: ok.  I'm personally thinking that you should just ignore representation_type for now.  It will make using your library in (what I believe will be) the common way easier.  Later...if you want to support it I'd suspect you'd want to do it a different way.  it strikes me that we could be looking at lazr.restfulclient and seeing what leonardr does with representation types.  Let me see if I can find that...15:58
manishgary_poster, thanks a lot15:58
gary_postersure15:58
manishgary_poster, I have one more issue in this WADL15:59
gary_postermanish, ok15:59
manishhave a look at https://edge.launchpad.net/+apidoc/1.0.html#branches15:59
manishgetByUrls method16:00
manishthere is no return type specified16:00
manisheven the WADL doesnt have anything16:00
bigjoolsjml: no16:00
StevenKjml: pipeline looks full of goodness16:01
manishgary_poster, http://pastebin.com/kqZtj9zW is the section in WADL for branches.getByUrls16:01
manishgary_poster, so the C# code generated is "public void branches_getByUrls(string urls)"16:02
jmlbigjools, oh, I see. it just hardcodes strings16:04
gary_postermanish: I think it returns an application/json representation of multiple branches (a sequence)16:05
manishgary_poster, difference between think and present. From the name I can make out, but it is not present in the WADL16:05
manishwhich mean I need to hand modify the WADL or the generated code which is BAD :(16:05
manishfrom name I was sure it returned a branch list16:06
StevenKjml: Where are you heading?16:06
manishbut being absent in WADL and the documentation makes the case weak as every update to the app will break since every time the WADL has to be hand edited16:06
gary_postermanish, I understand your concerns.  I don't know enough to say the cause or the best remedy.  My suggestion is that you open a but against launchpad-foundations (https://bugs.edge.launchpad.net/launchpad-foundations/+filebug) about the WADL.  I'm hopeful that we can generate better WADL for you.  Either way, we can record the conversation there.16:11
manishgary_poster, sure. I will file. I just wanted to bring it to notice to some LP dev16:13
manishgary_poster, done. should I subscribe Leonard too?16:18
gary_postermanish, that's ok. thank you!16:19
manishhttps://bugs.edge.launchpad.net/launchpad-foundations/+bug/57951616:19
mupBug #579516: Launchpad WADL's "branches" section with method getByUrls doesn't have a return type <Launchpad Foundations:New> <https://launchpad.net/bugs/579516>16:19
gary_postergot it16:19
gary_postermars, sinzui: IRT https://bugs.edge.launchpad.net/launchpad-foundations/+bug/537298 and https://bugs.edge.launchpad.net/launchpad-foundations/+bug/575254 , do we know conclusively if the trigger is repeating background images?  Do either of you know of someone able to dupe?  If that is the case, we now have five reports.  Can we trivially fix the CSS to possibly make this go away?16:31
mupBug #537298: Lucid firefox renders Launchpad very slowly <Launchpad Foundations:Invalid by mars> <firefox (Ubuntu):New> <https://launchpad.net/bugs/537298>16:31
mupBug #575254: Switching to a tab containing Launchpad is extremely slow in Firefox <Launchpad Foundations:Confirmed> <firefox (Ubuntu):Incomplete> <https://launchpad.net/bugs/575254>16:31
sinzuigary_poster, I do not know anything about the issue. I could speculate the size of compressed CSS and JS frustrates FF.16:33
* sinzui uses Epiphany and is very happy16:33
gary_posterheh16:33
sinzuigary_poster, I wonder most engineers are not Chrome users...they do not see the problem16:34
marsgary_poster, no one could conclusively narrow down the issue.  Major sites are also affected.  It really is Firefox' problem, not the Internet's.16:35
sinzuimars, Thanks for the sober summary. WONTFIX16:35
gary_posterok thanks, guys,16:35
marssinzui, social puzzle for you: what the heck do I do with this? https://answers.edge.launchpad.net/launchpad/+question/11066216:37
mwhudsonmars: wtf16:39
marsmwhudson, excellent summary :)16:40
gary_posterlol16:40
mwhudsonmars: i hadn't read the comment16:40
gary_posterthat makes me happy the way Dali sometimes makes me happy16:41
gmbmars: That is possibly the best thing I've read in *days*16:46
lifelessjml: #python-testing may interest you16:57
lifelessjml: I plan to make testtools only emit one outcome per startTest/stopTest pair16:58
lifelessjml: any objection?16:58
jmllifeless, I'd like to see an email explaining why, if that's ok16:58
lifelessjml: I blogged a while back :)17:01
lifelessand I'm sure there is a bug; digging17:01
lifelessbug 33581617:01
jtvBjornT, danilos, your reviews kindly requested: https://code.launchpad.net/~jtv/launchpad/bug-578331/+merge/2516817:01
mupBug #335816: tests report multiple results <testtools:Confirmed> <https://launchpad.net/bugs/335816>17:01
lifelessjml: ^17:01
jmllifeless, thanks.17:02
lifelessadding details there, now.17:02
jmlok thanks.17:02
jmllifeless, I'm doing some twisted hacking w/ StevenK right now so my brain is a bit full17:02
lifelesssure17:03
lifelessI want 'u' in launchpad bugs17:03
=== matsubara is now known as matsubara-lunch
=== Ursinha-afk is now known as Ursinha
=== beuno is now known as beuno-lunch
=== Pilky_ is now known as Pilky
lifelesskfogel: so, rob [gnash] is pinging me, face2face18:06
=== matsubara-lunch is now known as matsubara
=== cperrin881 is now known as cperrin88
cperrin88Hey Peaople18:14
cperrin88I'm not sure if I'm in the right channel but I will ask18:14
cperrin88Can anyone help me with the Apache HTTP Commons lib and the OAuth signing process of launcpad18:14
marsgary_poster, are you able to help cperrin88 with the OAuth process?  Or is that something for Leonard when he gets back?18:34
cperrin88The problem is driving me nuts because I don't see the mistake18:37
cperrin88and I can't sniff a damn https connection >.<18:37
gary_postermars, cperrin88, that's probably leonardr I'm afraid, next week.  If someone else can help, they are probably doing UDS things18:37
cperrin88*sighs*18:37
gary_postercperrin88: I'm not familiar with that lib.  Does this mean that you want to use the REST webservice without launchpadlib?18:38
cperrin88Yep18:39
cperrin88I mean18:39
cperrin88I have no other choice18:39
cperrin88Android is Java18:39
gary_postercperrin88: right, got it.  flacoste (who is not here) would be able to help; salgado (who is not here) might be able to help.  If you give focussed questions there's a chance I can dig up answers for you, but that's all I can offer now, I'm sorry.18:40
cperrin88That's a start18:41
cperrin88well I'm trying to get a request token as described here https://help.launchpad.net/API/SigningRequests18:41
gary_posterack18:42
gary_postermm, sorry, I meant, got it18:42
cperrin88ack ;)18:42
gary_poster:-)18:42
cperrin88I'm using the Apache HTTP commons for this request as they are preinstalled18:43
gary_posterok18:43
cperrin88I have tried to send this requst to non SSL server and it looks like this http://pastebin.com/E8SrwLjv18:44
cperrin88of course i send it to edge.launchpad.net over https and to the path /+request-token18:44
cperrin88If I send this as a raw HTTP request over a tool named Fiddler, I get what I want18:45
cperrin88If i send this with my code I get a 401 Unauthorized18:45
gary_postercperrin88: (probably where you are going, but to join along...) so that seems to suggest the HTTP Commons lib is doing something a bit different than the vanilla request?18:46
cperrin88probably18:47
marscperrin88, you said you can't sniff the connection: does Apache HTTP commons have debug logging output that you could inspect (assuming your application has logging)?18:47
gary_posterHave you gotten a look at the actual request over the wire? (assuming the answer is "I can't" for some reason :-) )18:47
marslog4j or Apache commons logging, I don't remember which, been too long18:47
cperrin88I can log some things but not what I need to get a clue18:48
cperrin88What I can log seems correct18:48
cperrin88It would be cool the see what the server really gets18:49
cperrin88but I don't have a SSL cert18:49
cperrin88so I can't write a logging server18:49
gary_postercperrin88: wireshark an option?  It seems to have SSL support, based on googling around18:50
cperrin88nope18:50
gary_posterfor my own knowledge, why not?18:51
cperrin88I'd need the private key of the launchpad cert18:51
gary_posterah right18:51
gary_poster...18:51
cperrin88If I had that first S in SSL would be in vain for launchpad18:51
gary_poster:-)18:51
cperrin88I think i got an idea18:53
gary_postercperrin88: an off-chance, but does the body of the 401 response seem to have anything I could do something with on my side?18:53
cperrin88nope18:53
cperrin88it's empty18:53
* gary_poster is happy cperrin88 has an idea18:53
gary_posterok18:53
marscperrin88, maybe try stunnel as a man-in-the-middle, as described here: http://codepainters.wordpress.com/2010/01/23/androids-https-implementation-slow-under-debugger/18:53
cperrin88I will try to write a logging app on app engine18:53
cperrin88that has htttps18:53
=== beuno-lunch is now known as beuno
gary_posterfwiw, in Python something else I'd try is actually hacking the underlying library to tell me what the heck is going on, but that can be problematic.  That said, *some* way of seeing what you are actually sending us does seem like a pretty reasonable diagnostic tool to have.18:55
gary_posterso sure, the https app engine logging engine sounds easyish18:55
gary_posterI like mars' idea too18:56
cperrin88I was reading that18:57
gary_postercperrin88: no idea what I'm talking about, but http://hc.apache.org/httpclient-3.x/logging.html ?18:59
gary_posterabout to go on call; back in a bit19:00
cperrin88gary_poster: I don't have that lib in Android SDK19:04
cperrin88but I will try it another way19:04
gary_posterok19:04
manishcperrin88, Can you tell your problem again clearly. This is nearly the same problem I had when I started with LP APi19:08
cperrin88I build my requst with APche HTTP commons for a requst token and everythime i send it I get a 401 Unauthorized back19:08
cperrin88a vanilla request, using a tool named fiddler, works19:09
cperrin88It drives me nuts19:09
manishcperrin88, I have used Fiddler. That was what I too used to figure out my problem19:10
manishyou get a 401 even in step 1?19:10
manishoauth_consumer_key=LaunchDroid&oauth_signature_method=PLAINTEXT&oauth_signature=%2619:10
manishcperrin88, ^19:13
cperrin88yep19:14
cperrin88but fiddler works19:14
manishcperrin88, you sending it to? https://edge.launchpad.net/+request-token19:14
manishhttps or http?19:14
cperrin88https19:15
cperrin88but http woudl refirect my request19:15
cperrin88*would redirect19:16
manishoh. crap. This is even weirder. What is the content of the exception you get?19:16
manishmeans the exception description19:16
manishcperrin88, you using this? http://developer.netflix.com/docs/Security#0_1832519:18
cperrin88nope19:19
manishyour HTTP request shows this?19:19
cperrin88I just send my request somewhere that doesn't use https to sniff it once19:19
manishHost: api.netflix.com at http://pastebin.com/E8SrwLjv19:19
cperrin88I know19:19
manishyou can use HTTPS withj fiddler too19:20
manish*with19:20
manishcperrin88, using fiddler with https is a bit tricky, but easy http://www.fiddler2.com/Fiddler/help/httpsdecryption.asp19:21
cperrin88I know but https commons is a bit tricky with selfsigned certs19:22
cperrin88I'm jsut writing a logging server19:22
cperrin88I'm nearly don19:22
cperrin88e19:22
manishthat's good19:22
manishcperrin88, but  I *strongly* using Fiddler for HTTPS since it saves a lot of headaches. Even I had this problem. Fiddler solved it19:23
manishand yeah with the help of wgrant19:23
gary_postermanish, btw, I'm replying to your email with a summary of what we discussed on IRC.  I doublechecked and lazr.restfulclient does in fact control the representation type itself (that is, you can't request another representation type, at least in the common cases that I saw).  It specifies the JSON, as you'd expect.19:23
gary_posterThe approach wadllib and lazr.restfulclient take are that wadllib simply is responsible for parsing the wadl--you can ask wadllib resources (like nodes in the WADL) questions like WADL_RESOURCE.parameter_names(media_type) to get a list of the parameter names for that call and parameter.  Then lazr.restfulclient uses that library to ask for the JSON parts of things.19:23
gary_posterThis led me to the thought that you might find it interesting and useful to try porting wadllib and lazr.restfulclient, rather than figuring out your own architecture.19:23
manishgary_poster, Thanks. I would look into wadllib and lazr. restfulclient19:24
manishgetting them now19:24
=== EdwinGrubbs is now known as Edwin-lunch
cperrin88gary_poster: *sigh* I'm don't know more now20:04
cperrin88*I20:04
gary_postercperrin88: so, you got the logging server, you have the full request, and it is pretty much identical to what you had before (http://pastebin.com/E8SrwLjv with the replacements)?20:05
gary_posterand that same request works with Fiddler?20:05
cperrin88Yep20:05
gary_poster...20:06
cperrin88that's pretty depressing -_-20:06
cperrin88Searching an error that doesn't seem to be existent .....20:06
cperrin88an error taht should not be there20:08
gary_postercperrin88:20:13
gary_poster(1) I'm happy to look at a pastebin of the what you got from the logging server, if you want another pair of eyes.20:13
gary_poster(2) maybe try to dupe outside of android but with the same library in Java?  Then conceivably you could turn on the logging we discussed earlier, if you can dupe?  (If you can't dupe that way....!)20:13
gary_poster(3) in case there's some horrible fundamental bug in our code, you've duped the *exact* same output you saw in the logging server (for instance, all the same headers all in the same order, and whatever else you can think of) with Fiddler and still gotten success?20:13
cperrin88gary_poster: I'm double chacking everything now20:18
cperrin88*checking20:18
gary_posterok20:18
Ursinhathumper, already there? good morning :)20:54
Ursinhathere's an oops that I've seen for a while, a ProcessTerminated one, like https://lp-oops.canonical.com/oops.py/?oopsid=OOPS-1557CIW1520:54
UrsinhaI was pretty sure you replied the list asking about it, but I can't find the message, I guess I'm (or was) on crack20:55
thumperUrsinha: morning21:54
thumperUrsinha: I'm about to get a coffee21:54
Ursinhathumper, go for it :)21:54
thumperUrsinha: that is a job being killed21:54
thumperan import worker21:54
Ursinhathumper, is that a real problem?21:55
thumpernot sure21:55
=== matsubara is now known as matsubara-afk
Ursinhathumper, well, any investigation would be appreciated :)22:05
thumperack22:11
thumperrockstar: ping23:57

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!