Your message dated Mon, 31 Jul 2006 12:12:08 -0400
with message-id <[EMAIL PROTECTED]>
and subject line closing
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: lastfmsubmitd
Version: 0.28-1
Severity: important
Tags: patch
I get this error while trying to queue information to be submitted to
last.fm
ERROR: Aborting: Traceback (most recent call last):
File "/usr/lib/lastfmsubmitd/lastfmsubmit", line 68, in ?
sub['title'] = decode(arg)
NameError: name 'decode' is not defined
I found that from 0.26 to 0.28 the 'def decode' disappeared, so i took
the snippet from 0.26 and added it again, and it worked again.
*** /var/tmp/lastfmsubmit-0.28 Sat May 6 22:01:14 2006
--- /var/tmp/lastfmsubmit-0.26 Sat May 6 22:21:45 2006
***************
*** 59,64 ****
--- 59,71 ----
print >>sys.stderr, 'log: %s' % e
sys.exit(1)
+ def decode(s):
+ try:
+ return s.decode('utf-8')
+ except UnicodeDecodeError:
+ log.warning('Attempting to decode tag as %s' % encoding)
+ return s.decode(encoding)
+
try:
for opt, arg in opts:
try:
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (900, 'unstable'), (899, 'testing'), (898, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.13
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages lastfmsubmitd depends on:
ii adduser 3.87 Add and remove users and groups
ii python 2.3.5-5 An interactive high-level object-o
Versions of packages lastfmsubmitd recommends:
pn python-mpdclient <none> (no description available)
pn python-musicbrainz <none> (no description available)
-- no debconf information
--
BOFH excuse #79:
Look, buddy: Windows 3.1 IS A General Protection Fault.
--- End Message ---
--- Begin Message ---
Decklin Foster writes:
> Oops; it actually moved to lastfm.marshaller, so I've just fixed the
> calls to use that. Will do a new release in a sec.
This was done, but not marked in the changelog. Closing.
--
things change.
[EMAIL PROTECTED]
--- End Message ---