Version-Release number of selected component: fedora-easy-karma-0-0.17.20110825git36efb338.fc18 Additional info: cmdline: /usr/bin/python /usr/bin/fedora-easy-karma --fas-username=robatino executable: /usr/bin/fedora-easy-karma kernel: 3.7.6-201.fc18.x86_64 uid: 1000 Truncated backtrace: cookies.py:281:_find_no_duplicates:CookieConflictError: There are multiple cookies with name, 'tg-visit' Traceback (most recent call last): File "/usr/bin/fedora-easy-karma", line 510, in <module> FedoraEasyKarma() File "/usr/bin/fedora-easy-karma", line 310, in __init__ testing_updates = bc.query(release=release, status="testing", limit=1000)["updates"] File "/usr/lib/python2.7/site-packages/fedora/client/bodhi.py", line 147, in query return self.send_request('list', req_params=params, auth=auth) File "/usr/lib/python2.7/site-packages/fedora/client/baseclient.py", line 344, in send_request auth_params=auth_params, retries=retries) File "/usr/lib/python2.7/site-packages/fedora/client/proxyclient.py", line 381, in send_request new_session = response.cookies.get(self.session_name, '') File "/usr/lib/python2.7/site-packages/requests/cookies.py", line 160, in get return self._find_no_duplicates(name, domain, path) File "/usr/lib/python2.7/site-packages/requests/cookies.py", line 281, in _find_no_duplicates raise CookieConflictError('There are multiple cookies with name, %r' % (name)) CookieConflictError: There are multiple cookies with name, 'tg-visit' Local variables in innermost frame: domain: None name: 'tg-visit' toReturn: '7fc6a94093bd12cfa41eb7f6fd49eb21372b35eb' self: <<class 'requests.cookies.RequestsCookieJar'>[Cookie(version=0, name='tg-visit', value='7fc6a94093bd12cfa41eb7f6fd49eb21372b35eb', port=None, port_specified=False, domain='', domain_specified=False, domain_initial_dot=False, path='/', path_specified=True, secure=False, expires=None, discard=True, comment=None, comment_url=None, rest={'HttpOnly': None}, rfc2109=False), Cookie(version=0, name='tg-visit', value='79a283c71f2175a042a6eee70479faeae1a60894', port=None, port_specified=False, domain='admin.fedoraproject.org', domain_specified=False, domain_initial_dot=False, path='/', path_specified=True, secure=True, expires=None, discard=True, comment=None, comment_url=None, rest={'httponly': None}, rfc2109=False)]> cookie: Cookie(version=0, name='tg-visit', value='79a283c71f2175a042a6eee70479faeae1a60894', port=None, port_specified=False, domain='admin.fedoraproject.org', domain_specified=False, domain_initial_dot=False, path='/', path_specified=True, secure=True, expires=None, discard=True, comment=None, comment_url=None, rest={'httponly': None}, rfc2109=False) path: None
Created attachment 695222 [details] File: backtrace
Created attachment 695223 [details] File: core_backtrace
Created attachment 695224 [details] File: dso_list
Created attachment 695225 [details] File: environ
This is currently happening in my F16, F17, and F18 updates-testing guests when trying to run f-e-k. It started on all three at the same time (yesterday, I think) and continues today.
This needs to be fixed in python-fedora.
Confirm that downgrading python-fedora fixes the bug in F16, F17, and F18 (although I had to downgrade manually in F16 and F17 since the broken version is still present in those, it was only removed in F18).
When using the new python-requests as well in https://admin.fedoraproject.org/updates/FEDORA-2013-2017/python-requests-0.13.1-2.fc16,python-fedora-0.3.32.3-1.fc16 https://admin.fedoraproject.org/updates/FEDORA-2013-2084/python-requests-0.14.1-4.fc17,python-fedora-0.3.32.3-1.fc17 f-e-k works.
Excellent. Looks like it's the bug fixed in 906924 then. *** This bug has been marked as a duplicate of bug 906924 ***