AttributeError: 'NoneType' object has no attribute 'endswith' in http _redirected_to
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
bzr (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
Binary package hint: bzr
1)Ubuntu release
Description: Ubuntu 10.10
Release: 10.10
2)Package version
bzr:
Installed: 2.2.1-0ubuntu1
Candidate: 2.2.1-0ubuntu1
Version table:
*** 2.2.1-0ubuntu1 0
500 http://
100 /var/lib/
2.2.0-1 0
500 http://
3)While trying to branch the code using the command "bzr branch https:/
4)Expected result:
The branch must have been created
ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: bzr 2.2.1-0ubuntu1
ProcVersionSign
Uname: Linux 2.6.35-27-generic i686
Architecture: i386
Date: Tue Mar 8 02:03:28 2011
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
ProcEnviron:
LANG=en_IN
SHELL=/bin/bash
SourcePackage: bzr
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
from_location)
File "/usr/lib/
bzrdir = klass.open(
File "/usr/lib/
return BzrDir.
File "/usr/lib/
redirected)
File "/usr/lib/
return obj(*args, **kwargs)
File "/usr/lib/
transport = redirected(
File "/usr/lib/
redirected_
File "/usr/lib/
if not target.
AttributeError: 'NoneType' object has no attribute 'endswith'
description: | updated |
summary: |
- bzr: ERROR: exceptions.AttributeError: 'NoneType' object has no - attribute 'endswith' + AttributeError: 'NoneType' object has no attribute 'endswith' in http + _redirected_to |
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
tags: | added: error-reporting http launchpad lpurl |
tags: | added: easy |
Changed in bzr (Ubuntu): | |
importance: | Undecided → Medium |
status: | Confirmed → Triaged |
tags: | added: check-for-breezy |
While bzr shouldn't produce a traceback here (that's a bug), your problem comes from using 'bzr branch https:/ /www.launchpad. net/randy- qt'.
There is certainly no bzr branch at 'https:/ /www.launchpad. net/randy- qt' , try 'lp:randy-qt' instead.