gnomekeyring.IOError suddenly this morning on pull/missing

Bug #971652 reported by Lyle Brulhart
This bug report is a duplicate of:  Bug #534326: bzr: ERROR: gnomekeyring.IOError:. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar GTK+ Frontends
New
Undecided
Unassigned

Bug Description

bzr missing

bzr: ERROR: gnomekeyring.IOError:

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 853, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 1055, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 661, in run_argv_aliases
    return self.run_direct(**all_cmd_args)
  File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 665, in run_direct
    return self._operation.run_simple(*args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 122, in run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 156, in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 1070, in ignore_pipe
    result = func(*args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/bzrlib/builtins.py", line 4306, in run
    remote_branch = Branch.open(other_branch)
  File "/usr/lib/python2.6/dist-packages/bzrlib/branch.py", line 169, in open
    possible_transports=possible_transports)
  File "/usr/lib/python2.6/dist-packages/bzrlib/bzrdir.py", line 841, in open
    return BzrDir.open_from_transport(t, _unsupported=_unsupported)
  File "/usr/lib/python2.6/dist-packages/bzrlib/bzrdir.py", line 871, in open_from_transport
    redirected)
  File "/usr/lib/python2.6/dist-packages/bzrlib/transport/__init__.py", line 1648, in do_catching_redirections
    return action(transport)
  File "/usr/lib/python2.6/dist-packages/bzrlib/bzrdir.py", line 858, in find_format
    transport, _server_formats=_server_formats)
  File "/usr/lib/python2.6/dist-packages/bzrlib/bzrdir.py", line 1818, in find_format
    return format.probe_transport(transport)
  File "/usr/lib/python2.6/dist-packages/bzrlib/bzrdir.py", line 3149, in probe_transport
    server_version = medium.protocol_version()
  File "/usr/lib/python2.6/dist-packages/bzrlib/smart/medium.py", line 634, in protocol_version
    client_protocol.query_version()
  File "/usr/lib/python2.6/dist-packages/bzrlib/smart/protocol.py", line 785, in query_version
    self.call('hello')
  File "/usr/lib/python2.6/dist-packages/bzrlib/smart/protocol.py", line 625, in call
    self._request.finished_writing()
  File "/usr/lib/python2.6/dist-packages/bzrlib/smart/medium.py", line 441, in finished_writing
    self._finished_writing()
  File "/usr/lib/python2.6/dist-packages/bzrlib/transport/http/__init__.py", line 646, in _finished_writing
    data = self._medium.send_http_smart_request(self._buffer)
  File "/usr/lib/python2.6/dist-packages/bzrlib/transport/http/__init__.py", line 615, in send_http_smart_request
    code, body_filelike = t._post(bytes)
  File "/usr/lib/python2.6/dist-packages/bzrlib/transport/http/_urllib.py", line 137, in _post
    accepted_errors=[200, 403]))
  File "/usr/lib/python2.6/dist-packages/bzrlib/transport/http/_urllib.py", line 79, in _perform
    response = self._opener.open(request)
  File "/usr/lib/python2.6/urllib2.py", line 397, in open
    response = meth(req, response)
  File "/usr/lib/python2.6/dist-packages/bzrlib/transport/http/_urllib2_wrappers.py", line 1564, in http_response
    code, msg, hdrs)
  File "/usr/lib/python2.6/urllib2.py", line 429, in error
    result = self._call_chain(*args)
  File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.6/dist-packages/bzrlib/transport/http/_urllib2_wrappers.py", line 1475, in http_error_401
    return self.auth_required(req, headers)
  File "/usr/lib/python2.6/dist-packages/bzrlib/transport/http/_urllib2_wrappers.py", line 1087, in auth_required
    matching_handler = self.auth_match(server_header, auth)
  File "/usr/lib/python2.6/dist-packages/bzrlib/transport/http/_urllib2_wrappers.py", line 1325, in auth_match
    user, password = self.get_user_password(auth)
  File "/usr/lib/python2.6/dist-packages/bzrlib/transport/http/_urllib2_wrappers.py", line 1190, in get_user_password
    prompt=self.build_username_prompt(auth))
  File "/usr/lib/python2.6/dist-packages/bzrlib/config.py", line 1233, in get_user
    path=path, realm=realm)
  File "/usr/lib/python2.6/dist-packages/bzrlib/config.py", line 1162, in get_credentials
    scheme, host, port, user, path, realm)
  File "/usr/lib/python2.6/dist-packages/bzrlib/config.py", line 1342, in get_fallback_credentials
    path, realm)
  File "/usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk/keyring.py", line 77, in get_credentials
    gnomekeyring.ITEM_NETWORK_PASSWORD, attrs)
IOError

bzr 2.1.4 on python 2.6.5 (Linux-2.6.32-37-server-x86_64-with-Ubuntu-10.04-lucid)
arguments: ['/usr/bin/bzr', 'missing']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_CA.UTF-8'
plugins:
  bzrtools /usr/lib/python2.6/dist-packages/bzrlib/plugins/bzrtools [2.1.0]
  dbus /usr/lib/python2.6/dist-packages/bzrlib/plugins/dbus [0.1.0dev]
  gtk /usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk [0.98.0.final.1]
  launchpad /usr/lib/python2.6/dist-packages/bzrlib/plugins/launchpad [2.1.4]
  netrc_credential_store /usr/lib/python2.6/dist-packages/bzrlib/plugins/netrc_credential_store [2.1.4]
  news_merge /usr/lib/python2.6/dist-packages/bzrlib/plugins/news_merge [2.1.4]

*** Bazaar has encountered an internal error. This probably indicates a
    bug in Bazaar. You can help us fix it by filing a bug report at
        https://bugs.launchpad.net/bzr/+filebug
    including this traceback and a description of the problem.

Revision history for this message
Martin Packman (gz) wrote :

You're running quite and old version of Bazaar, the particular issue here is your version (0.98.0.final.1) of the gtk plugin is older than the one (0.99) including this fix. Upgrading should resolve this problem for you.

affects: bzr → bzr-gtk
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.