This example is from Fedora 25.  I was trying to mark an update to Geary as failed, as the database is not pre-loading emails older than 2 months:

Traceback (most recent call last):
  File "/bin/fedora-easy-karma", line 831, in <module>
    fek = FedoraEasyKarma()
  File "/bin/fedora-easy-karma", line 690, in __init__
    karma)
  File "/bin/fedora-easy-karma", line 815, in send_comment
    res = bc.comment(update["title"], comment, karma=karma)
  File "/usr/lib/python2.7/site-packages/fedora/client/bodhi.py", line 82, in wrapper
    result = method(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/fedora/client/bodhi.py", line 270, in comment
    'csrf_token': self.csrf()})
  File "/usr/lib/python2.7/site-packages/fedora/client/bodhi.py", line 82, in wrapper
    result = method(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/fedora/client/bodhi.py", line 315, in csrf
    self.login(self.username, self.password)
  File "/usr/lib/python2.7/site-packages/fedora/client/openidbaseclient.py", line 289, in login
    openid_insecure=self.openid_insecure)
  File "/usr/lib/python2.7/site-packages/fedora/client/openidproxyclient.py", line 141, in openid_login
    data=output['response'])
  File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 518, in post
    return self.request('POST', url, data=data, json=json, **kwargs)
  File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 475, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 585, in send
    r = adapter.send(request, **kwargs)
  File "/usr/lib/python2.7/site-packages/requests/adapters.py", line 462, in send
    raise RetryError(e, request=request)
requests.exceptions.RetryError: HTTPSConnectionPool(host='bodhi.fedoraproject.org', port=443): Max retries exceeded with url: /dologin.html?janrain_nonce=2017-01-18T02%3A43%3A07ZcRMbTF (Caused by ResponseError('too many 500 error responses',))


I will send another example from F24 shortly.

Jonathan Calloway

On Thu, Jan 19, 2017 at 6:09 PM, Adam Williamson <adamwill@fedoraproject.org> wrote:
On Thu, 2017-01-19 at 18:06 -0500, Jonathan Calloway wrote:
Thanks. Can I send my output in this thread so you can look at it?
Oh! Yes, sure, please do. Sorry, I completely missed the thing about 'strange Python errors'. I haven't had time to run easy-karma in a while...
--
Adam Williamson Fedora QA Community Monkey IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net http://www.happyassassin.net _______________________________________________ test mailing list -- test@lists.fedoraproject.org To unsubscribe send an email to test-leave@lists.fedoraproject.org