Your message dated Tue, 23 Jun 2009 13:07:33 +0200
with message-id <[email protected]>
and subject line Re: Bug#155265: Re: Bug#155265: Infinite recursion for proxy
authentication
has caused the Debian Bug report #155265,
regarding reportbug: HTTP_PROXY support broken with some valid proxy URIs
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
155265: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=155265
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: reportbug
Version: 2.35
Probably something strange in my settings, should give a reasonable
error message:
$ reportbug reportbug
*** Welcome to reportbug. Use ? for help at prompts. ***
Using '"Ken Foskey" <[email protected]>' as your from address.
Detected character set: us-ascii
Please set your locale if this is incorrect.
Getting status for reportbug...
Checking for newer versions at packages.debian.org...
Traceback (most recent call last):
File "/usr/bin/reportbug", line 1714, in ?
main()
File "/usr/bin/reportbug", line 1029, in main
http_proxy=options.http_proxy)
File "/usr/share/reportbug/checkversions.py", line 173, in
check_available
avail.update(get_versions_available(package, dists, http_proxy))
File "/usr/share/reportbug/checkversions.py", line 122, in
get_versions_available
page = open_url(PACKAGES_URL % package, http_proxy)
File "/usr/share/reportbug/urlutils.py", line 115, in open_url
page = urlopen(url, proxies)
File "/usr/share/reportbug/urlutils.py", line 105, in urlopen
return _opener.open(req)
File "/usr/lib/python2.3/urllib2.py", line 333, in open
'_open', req)
File "/usr/lib/python2.3/urllib2.py", line 313, in _call_chain
result = func(*args)
File "/usr/lib/python2.3/urllib2.py", line 498, in <lambda>
lambda r, proxy=url, type=type, meth=self.proxy_open: \
File "/usr/lib/python2.3/urllib2.py", line 505, in proxy_open
if '@' in host:
TypeError: iterable argument required
--
Thanks
KenF
OpenOffice.org developer
--- End Message ---
--- Begin Message ---
On Sun, Jun 14, 2009 at 23:22, chaica<[email protected]> wrote:
> Found in the Python 2.5.4 documentation about urllib module used by
> reportbug to specify the proxy server :
>
> "Proxies which require authentication for use are not currently
> supported; this is considered an implementation limitation."
Please follow up this problem with Python upstream, we can't do
anything to fix it.
Cheers
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
--- End Message ---