Your message dated Mon, 30 Mar 2020 16:12:12 +0000
with message-id <[email protected]>
and subject line Bug#954456: Removed package(s) from unstable
has caused the Debian Bug report #952433,
regarding python-dictclient: NameError exception
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.)


-- 
952433: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952433
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-dictclient
Version: 1.0.3.2
Severity: normal
Tags: upstream


dictclient sometimes (when dictd does not return 200 status) throws a NameError 
exception:

  File "/usr/lib/python2.7/dist-packages/dictclient.py", line 50, in __init__
    self.saveconnectioninfo()
  File "/usr/lib/python2.7/dist-packages/dictclient.py", line 107, in 
saveconnectioninfo
    code, string = self.get200result()
  File "/usr/lib/python2.7/dist-packages/dictclient.py", line 67, in 
get200result
    line
NameError: global name 'line' is not defined


the code at that line says:

    def get200result(self):
        """Used when expecting a single line of text -- a 200-class
        result.  Returns [intcode, remaindertext]"""

        code, text = self.getresultcode()
        if code < 200 or code >= 300:
            raise Exception, "Got '%s' when 200-class response expected" % \
                  line
        return [code, text]

Obviously, "line" should be replaced by "code".


-- System Information:
Debian Release: 10.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.2.8milan3 (SMP w/6 CPU cores)
Kernel taint flags: TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python-dictclient depends on:
ii  python  2.7.16-1

python-dictclient recommends no packages.

Versions of packages python-dictclient suggests:
ii  dictd  1.12.1+dfsg-8

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 1.0.3.2+rm

Dear submitter,

as the package dictclient has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/954456

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to