Your message dated Tue, 13 Oct 2015 12:49:29 +0000
with message-id <e1zlz1f-0007vb...@franck.debian.org>
and subject line Bug#801585: fixed in python-debianbts 2.5.2
has caused the Debian Bug report #801585,
regarding python-debianbts: get_bugs interface is broken
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 ow...@bugs.debian.org
immediately.)


-- 
801585: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801585
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-debianbts
Version: 2.5
Severity: grave

Hello Bastian,

Both, in 2.4 and 25, the get_bugs() has been broken :-(


rrs@learner:~/devel/apt-offline/apt-offline (master)$ ./apt-offline get 
/var/tmp/set.uris --bug-reports --threads 5 --cache-dir /var/cache/apt/archives/

Fetching APT Data

WARNING: If you are on a slow connection, it is good to
WARNING: limit the number of threads to a low number like 2.
WARNING: Else higher number of threads executed could cause
WARNING: network congestion and timeouts.

Fetched bug reports for package libgstreamer-plugins-base1.0-0.                 
                                           
libgstreamer-plugins-base1.0-0 copied from local cache directory 
/var/cache/apt/archives/.                              
No handlers could be found for logger "pysimplesoap.simplexml"
Exception in thread Thread-5:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File 
"/media/SSHD/rrs-home/devel/apt-offline/apt-offline/apt_offline_core/AptOfflineLib.py",
 line 636, in run
    self.responseQueue.put( self.WorkerFunction( item, thread_name ) )
  File 
"/media/SSHD/rrs-home/devel/apt-offline/apt-offline/apt_offline_core/AptOfflineCoreLib.py",
 line 638, in DataFetcher
    if FetchBugReportsDebian.FetchBugsDebian(PackageName) in [1,2]:
  File 
"/media/SSHD/rrs-home/devel/apt-offline/apt-offline/apt_offline_core/AptOfflineCoreLib.py",
 line 155, in FetchBugsDebian
    self.bugs_list = debianbts.get_bugs( 'package', PackageName )
  File "/usr/lib/python2.7/dist-packages/debianbts.py", line 409, in get_bugs
    reply = soap_client.call('get_bugs', method_el)
  File "/usr/lib/python2.7/dist-packages/pysimplesoap/client.py", line 260, in 
call
    self.xml_response = self.send(method, self.xml_request)
  File "/usr/lib/python2.7/dist-packages/pysimplesoap/client.py", line 317, in 
send
    log.debug('\n'.join(["%s: %s" % (k, v) for k, v in response.items()]))
UnicodeDecodeError: 'ascii' codec can't decode byte 0x90 in position 18: 
ordinal not in range(128)

Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File 
"/media/SSHD/rrs-home/devel/apt-offline/apt-offline/apt_offline_core/AptOfflineLib.py",
 line 636, in run
    self.responseQueue.put( self.WorkerFunction( item, thread_name ) )
  File 
"/media/SSHD/rrs-home/devel/apt-offline/apt-offline/apt_offline_core/AptOfflineCoreLib.py",
 line 638, in DataFetcher
    if FetchBugReportsDebian.FetchBugsDebian(PackageName) in [1,2]:
  File 
"/media/SSHD/rrs-home/devel/apt-offline/apt-offline/apt_offline_core/AptOfflineCoreLib.py",
 line 155, in FetchBugsDebian
    self.bugs_list = debianbts.get_bugs( 'package', PackageName )
  File "/usr/lib/python2.7/dist-packages/debianbts.py", line 409, in get_bugs
    reply = soap_client.call('get_bugs', method_el)
  File "/usr/lib/python2.7/dist-packages/pysimplesoap/client.py", line 262, in 
call
    jetty=self.__soap_server in ('jetty',))
  File "/usr/lib/python2.7/dist-packages/pysimplesoap/simplexml.py", line 56, 
in __init__
    self.__document = xml.dom.minidom.parseString(text)
  File "/usr/lib/python2.7/xml/dom/minidom.py", line 1928, in parseString
    return expatbuilder.parseString(string)
  File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 940, in parseString
    return builder.parseString(string)
  File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 223, in parseString
    parser.Parse(string, True)
ExpatError: syntax error: line 1, column 0

Segmentation fault (core dumped)
2015-10-12 / 15:05:16 ♒♒♒    ☹  => 139  

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.3+ (SMP w/4 CPU cores)
Locale: LANG=en_IN.utf8, LC_CTYPE=en_IN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python-debianbts depends on:
ii  python-pysimplesoap  1.16-1
pn  python:any           <none>

python-debianbts recommends no packages.

python-debianbts suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: python-debianbts
Source-Version: 2.5.2

We believe that the bug you reported is fixed in the latest version of
python-debianbts, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 801...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Venthur <vent...@debian.org> (supplier of updated python-debianbts 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 13 Oct 2015 09:46:08 +0200
Source: python-debianbts
Binary: python-debianbts python3-debianbts
Architecture: source all
Version: 2.5.2
Distribution: unstable
Urgency: medium
Maintainer: Bastian Venthur <vent...@debian.org>
Changed-By: Bastian Venthur <vent...@debian.org>
Description:
 python-debianbts - Python interface to Debian's Bug Tracking System
 python3-debianbts - Python interface to Debian's Bug Tracking System
Closes: 801347 801585
Changes:
 python-debianbts (2.5.2) unstable; urgency=medium
 .
   * Applied patch by Gaetano, that fixes Bugreport.__str__ throwing unicode
     decode errors
   * Fix bug where buglog body is sometimes not base64 decoded by applying
     patch by Gaetano. (Closes: #801585, #801347)
Checksums-Sha1:
 0c024a83972d8aef0b805aa35f7d0d2e6d821a8d 1714 python-debianbts_2.5.2.dsc
 f9cdead734a709b149ac7156b2fa99e8b5a6a1cf 36908 python-debianbts_2.5.2.tar.xz
 2ee8488c740d33c90b20184f4aadf8bd7e2ebb13 10876 python-debianbts_2.5.2_all.deb
 26f775ec05f0f5fd6610747f4220b5281eac2fe0 10644 python3-debianbts_2.5.2_all.deb
Checksums-Sha256:
 935b884e216e2c0ac84e4f3543aee9a38b8a4d7dd41d0d9c12993c620d070f3b 1714 
python-debianbts_2.5.2.dsc
 810d3c36e7d9649af8b4423034567d08911045121c3abbb9b32b70c73f002659 36908 
python-debianbts_2.5.2.tar.xz
 360c8fbdc359ad7829039007e7d5016462e934f3f6e97b5885904fad1eb01b99 10876 
python-debianbts_2.5.2_all.deb
 600999caead36c2a963df9081b111bd8e7c8d79c2df3989a142d4bc877947b4f 10644 
python3-debianbts_2.5.2_all.deb
Files:
 f7dac71be5d8dc666e2834e4c3db7fea 1714 python optional 
python-debianbts_2.5.2.dsc
 7d009959a4b33a4cac5b4d650024cf16 36908 python optional 
python-debianbts_2.5.2.tar.xz
 158492213e83cc3bf461f552e9838ce6 10876 python optional 
python-debianbts_2.5.2_all.deb
 c306c706c5998ee20279698df8703697 10644 python optional 
python3-debianbts_2.5.2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJWHPl/AAoJEI6IlUTZhQANHoIQAKnoYU+1OyPZXrHxDJOlgoBP
KbuGEYIof7H1bmJ2sPjBO/l6dp0Qc82ASGPrhO+zfNHqN90h0lbPcwnLYghjrpCt
VGRp00Ia3ZJUghDtka3nNogZBEKQJX50KOjh+ajv+qlVuPRhR9zdxQOBx4hhNmMr
PxF2eYAVld+/MJjZ8cYNXwY1F1fo8POZe64bZX9CbgQidejniV6dvQxyhUNcwS0K
uoS+cncdULByAHbQVtIsprPbiqMzgBnGXZ+ajWhmMH0XjNBMggAbKLKkxGFsOX4H
MiuWkI4GikmzmDNe2CE17TgsqcViqXWZROTkwcQtNGE6BeOBsvbLTclkfvvtYRCB
ClLWYrgz+Sy7SxP+JQIozxtjTPix/ahBSr30KMQT8nlX9Z4PEHD/XuLoGkuzccx9
GLro5nsUgZrbBGAPG4UUEiVWE26UFuvvOi3QQyTZd/J6G0czxxLncfDsry6QmCeF
cewO0xhV41M5ZQ7ZaDt7gjKF27V72V+5jMt3BkWhznGyAKE8jU8kQEqjfBF2mueh
edaBrVhvKuaHcifXu/oWKoOEypnQ8mOJssxzVHvAvM/E2VYmeFrZwyPGiOzdx4QV
p5A0rsrP1ibrGLQfvEXUxIQL+pXzFYChqO2Oci14lRRlb6Yhbd+p3gI7SXlqNmIl
Hrw/jclWGwM7AUe10gOW
=Vlym
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to