Internal error

Bug #294921 reported by Bruce Eckel
2
Affects Status Importance Assigned to Milestone
Bazaar
Incomplete
Undecided
Unassigned

Bug Description

The command was:

bzr push lp:~bruceteckel/python3patterns/main

The output was:

Enter passphrase for key '/home/Bruce/.ssh/id_rsa':
Read from remote host bazaar.launchpad.net: Connection reset by peer
bzr: ERROR: bzrlib.errors.TooManyConcurrentRequests: The medium '<bzrlib.smart.m
edium.SmartSSHClientMedium object at 0x017ABFB0>' has reached its concurrent req
uest limit. Be sure to finish_writing and finish_reading on the currently open r
equest.

Traceback (most recent call last):
  File "bzrlib\commands.pyo", line 857, in run_bzr_catch_errors
  File "bzrlib\commands.pyo", line 797, in run_bzr
  File "bzrlib\commands.pyo", line 499, in run_argv_aliases
  File "bzrlib\builtins.pyo", line 815, in run
  File "bzrlib\push.pyo", line 162, in _show_push_branch
  File "bzrlib\decorators.pyo", line 138, in read_locked
  File "bzrlib\branch.pyo", line 1748, in push
  File "bzrlib\remote.pyo", line 1516, in unlock
  File "bzrlib\remote.pyo", line 1482, in _unlock
  File "bzrlib\smart\client.pyo", line 111, in call
  File "bzrlib\smart\client.pyo", line 124, in call_expecting_body
  File "bzrlib\smart\client.pyo", line 58, in _call_and_read_response
  File "bzrlib\smart\client.pyo", line 39, in _send_request
  File "bzrlib\smart\client.pyo", line 94, in _construct_protocol
  File "bzrlib\smart\medium.pyo", line 610, in get_request
  File "bzrlib\smart\medium.pyo", line 785, in __init__
TooManyConcurrentRequests: The medium '<bzrlib.smart.medium.SmartSSHClientMedium
 object at 0x017ABFB0>' has reached its concurrent request limit. Be sure to fin
ish_writing and finish_reading on the currently open request.

bzr 1.7.1 on python 2.5.2 (win32)
arguments: ['c:\\Program Files\\Bazaar\\bzr.exe', 'push', 'lp:~bruceteckel/pytho
n3patterns/main']
encoding: 'cp1252', fsenc: 'mbcs', lang: None
plugins:
  bzrtools C:\Program Files\Bazaar\plugins\bzrtools [1.7.0]
  launchpad C:\Program Files\Bazaar\plugins\launchpad [unknown]
  qbzr C:\Program Files\Bazaar\plugins\qbzr [0.9.4]
  svn C:\Program Files\Bazaar\plugins\svn [0.4.13]
*** Bazaar has encountered an internal error.
    Please report a bug at https://bugs.launchpad.net/bzr/+filebug
    including this traceback, and a description of what you
    were doing when the error occurred.

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 294921] [NEW] Internal error

This is a SSH authentication error; There may be a problem at the LP end
as we've had another user having a problem earlier today - can you try
'sftp bazaar.launchpad.net' and see if that can establish a session?

-Rob

Revision history for this message
Robert Collins (lifeless) wrote :

I'm told that bzr 1.9 has a fix for this - there are windows binaries
available. If you grab it, run 'bzr lp-login' (even though you are
already logged in) it should work after that.

The root cause is that your local username was being presented to
launchpad rather than your launchpad userid.

-Rob

Revision history for this message
Bruce Eckel (bruceteckel) wrote :

$ sftp bazaar.launchpad.net
Connecting to bazaar.launchpad.net...
No such Launchpad account: Bruce
No such Launchpad account: Bruce
Permission denied (publickey).
Connection closed

On Thu, Nov 6, 2008 at 5:11 PM, Robert Collins <email address hidden>wrote:

> This is a SSH authentication error; There may be a problem at the LP end
> as we've had another user having a problem earlier today - can you try
> 'sftp bazaar.launchpad.net' and see if that can establish a session?
>
> -Rob
>
> --
> Internal error
> https://bugs.launchpad.net/bugs/294921
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Bazaar Version Control System: New
>
> Bug description:
> The command was:
>
> bzr push lp:~bruceteckel/python3patterns/main
>
> The output was:
>
> Enter passphrase for key '/home/Bruce/.ssh/id_rsa':
> Read from remote host bazaar.launchpad.net: Connection reset by peer
> bzr: ERROR: bzrlib.errors.TooManyConcurrentRequests: The medium
> '<bzrlib.smart.m
> edium.SmartSSHClientMedium object at 0x017ABFB0>' has reached its
> concurrent req
> uest limit. Be sure to finish_writing and finish_reading on the currently
> open r
> equest.
>
> Traceback (most recent call last):
> File "bzrlib\commands.pyo", line 857, in run_bzr_catch_errors
> File "bzrlib\commands.pyo", line 797, in run_bzr
> File "bzrlib\commands.pyo", line 499, in run_argv_aliases
> File "bzrlib\builtins.pyo", line 815, in run
> File "bzrlib\push.pyo", line 162, in _show_push_branch
> File "bzrlib\decorators.pyo", line 138, in read_locked
> File "bzrlib\branch.pyo", line 1748, in push
> File "bzrlib\remote.pyo", line 1516, in unlock
> File "bzrlib\remote.pyo", line 1482, in _unlock
> File "bzrlib\smart\client.pyo", line 111, in call
> File "bzrlib\smart\client.pyo", line 124, in call_expecting_body
> File "bzrlib\smart\client.pyo", line 58, in _call_and_read_response
> File "bzrlib\smart\client.pyo", line 39, in _send_request
> File "bzrlib\smart\client.pyo", line 94, in _construct_protocol
> File "bzrlib\smart\medium.pyo", line 610, in get_request
> File "bzrlib\smart\medium.pyo", line 785, in __init__
> TooManyConcurrentRequests: The medium
> '<bzrlib.smart.medium.SmartSSHClientMedium
> object at 0x017ABFB0>' has reached its concurrent request limit. Be sure
> to fin
> ish_writing and finish_reading on the currently open request.
>
> bzr 1.7.1 on python 2.5.2 (win32)
> arguments: ['c:\\Program Files\\Bazaar\\bzr.exe', 'push',
> 'lp:~bruceteckel/pytho
> n3patterns/main']
> encoding: 'cp1252', fsenc: 'mbcs', lang: None
> plugins:
> bzrtools C:\Program Files\Bazaar\plugins\bzrtools [1.7.0]
> launchpad C:\Program Files\Bazaar\plugins\launchpad [unknown]
> qbzr C:\Program Files\Bazaar\plugins\qbzr [0.9.4]
> svn C:\Program Files\Bazaar\plugins\svn [0.4.13]
> *** Bazaar has encountered an internal error.
> Please report a bug at https://bugs.launchpad.net/bzr/+filebug
> including this traceback, and a description of what you
> were doing when the error occurred.
>

--
Bruce Eckel

Revision history for this message
Bruce Eckel (bruceteckel) wrote :

I'll try that and let you know.

On Thu, Nov 6, 2008 at 5:17 PM, Robert Collins <email address hidden>wrote:

> I'm told that bzr 1.9 has a fix for this - there are windows binaries
> available. If you grab it, run 'bzr lp-login' (even though you are
> already logged in) it should work after that.
>
> The root cause is that your local username was being presented to
> launchpad rather than your launchpad userid.
>
> -Rob
>
> --
> Internal error
> https://bugs.launchpad.net/bugs/294921
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Bazaar Version Control System: New
>
> Bug description:
> The command was:
>
> bzr push lp:~bruceteckel/python3patterns/main
>
> The output was:
>
> Enter passphrase for key '/home/Bruce/.ssh/id_rsa':
> Read from remote host bazaar.launchpad.net: Connection reset by peer
> bzr: ERROR: bzrlib.errors.TooManyConcurrentRequests: The medium
> '<bzrlib.smart.m
> edium.SmartSSHClientMedium object at 0x017ABFB0>' has reached its
> concurrent req
> uest limit. Be sure to finish_writing and finish_reading on the currently
> open r
> equest.
>
> Traceback (most recent call last):
> File "bzrlib\commands.pyo", line 857, in run_bzr_catch_errors
> File "bzrlib\commands.pyo", line 797, in run_bzr
> File "bzrlib\commands.pyo", line 499, in run_argv_aliases
> File "bzrlib\builtins.pyo", line 815, in run
> File "bzrlib\push.pyo", line 162, in _show_push_branch
> File "bzrlib\decorators.pyo", line 138, in read_locked
> File "bzrlib\branch.pyo", line 1748, in push
> File "bzrlib\remote.pyo", line 1516, in unlock
> File "bzrlib\remote.pyo", line 1482, in _unlock
> File "bzrlib\smart\client.pyo", line 111, in call
> File "bzrlib\smart\client.pyo", line 124, in call_expecting_body
> File "bzrlib\smart\client.pyo", line 58, in _call_and_read_response
> File "bzrlib\smart\client.pyo", line 39, in _send_request
> File "bzrlib\smart\client.pyo", line 94, in _construct_protocol
> File "bzrlib\smart\medium.pyo", line 610, in get_request
> File "bzrlib\smart\medium.pyo", line 785, in __init__
> TooManyConcurrentRequests: The medium
> '<bzrlib.smart.medium.SmartSSHClientMedium
> object at 0x017ABFB0>' has reached its concurrent request limit. Be sure
> to fin
> ish_writing and finish_reading on the currently open request.
>
> bzr 1.7.1 on python 2.5.2 (win32)
> arguments: ['c:\\Program Files\\Bazaar\\bzr.exe', 'push',
> 'lp:~bruceteckel/pytho
> n3patterns/main']
> encoding: 'cp1252', fsenc: 'mbcs', lang: None
> plugins:
> bzrtools C:\Program Files\Bazaar\plugins\bzrtools [1.7.0]
> launchpad C:\Program Files\Bazaar\plugins\launchpad [unknown]
> qbzr C:\Program Files\Bazaar\plugins\qbzr [0.9.4]
> svn C:\Program Files\Bazaar\plugins\svn [0.4.13]
> *** Bazaar has encountered an internal error.
> Please report a bug at https://bugs.launchpad.net/bzr/+filebug
> including this traceback, and a description of what you
> were doing when the error occurred.
>

--
Bruce Eckel

Revision history for this message
Robert Collins (lifeless) wrote :

On Fri, 2008-11-07 at 00:26 +0000, Bruce Eckel wrote:
> $ sftp bazaar.launchpad.net
> Connecting to bazaar.launchpad.net...
> No such Launchpad account: Bruce
> No such Launchpad account: Bruce
> Permission denied (publickey).
> Connection closed

Sorry, that should have been
sftp <email address hidden>

-Rob
--
GPG key available at: <http://www.robertcollins.net/keys.txt>.

Revision history for this message
Vincent Ladeuil (vila) wrote :

We never got feedback there, marking incomplete.

Changed in bzr:
status: New → Incomplete
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.