This looks like the same thing as https://github.com/sympy/sympy-bot/issues/64. According to that issue, there was a patch to make it retry that was supposed to fix it, but I guess not. Can you add a print statement to see what keys are in r?
Aaron Meurer On Tue, May 29, 2012 at 11:33 PM, Brian Granger <[email protected]> wrote: > Hi, > > On one machine that I have, I see the following when sympy-bot tries > to upload the test results: > >> Uploading test results > Traceback (most recent call last): > File "./sympy-bot", line 354, in <module> > main() > File "./sympy-bot", line 138, in main > proto=proto > File "./sympy-bot", line 336, in review > report_url = reviews_sympy_org_upload(data, url_base) > File "/nfshome/bgranger/sympy/sympy-bot/utils.py", line 208, in > reviews_sympy_org_upload > return r["task_url"] > KeyError: 'task_url' > > Does this ring a bell to anyone? > > Cheers, > > Brian > > -- > Brian E. Granger > Cal Poly State University, San Luis Obispo > [email protected] and [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
