Your message dated Mon, 28 Nov 2005 06:17:10 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#337642: fixed in xmms-coverviewer 0.11-6
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 5 Nov 2005 13:59:47 +0000
>From [EMAIL PROTECTED] Sat Nov 05 05:59:47 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtp30.hccnet.nl [62.251.0.40]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EYOaA-0005cd-00; Sat, 05 Nov 2005 05:59:47 -0800
Received: from webmail.hccnet.nl by smtp30.hccnet.nl
via webmail20.hccnet.nl [62.251.0.75] with ESMTP for <[EMAIL PROTECTED]>
id jA5DxiNZ016366 (8.13.2/2.05); Sat, 5 Nov 2005 14:59:44 +0100 (MET)
Received: from 62.251.0.62
(SquirrelMail authenticated user v.oostveen)
by webmail.hccnet.nl with HTTP;
Sat, 5 Nov 2005 14:59:44 +0100 (MET)
Message-ID: <[EMAIL PROTECTED]>
Date: Sat, 5 Nov 2005 14:59:44 +0100 (MET)
Subject: xmms-coverviewer patches (fix exceptions in code)
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
User-Agent: SquirrelMail/1.5.1 [CVS]
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-4.4 required=4.0 tests=BAYES_20,HAS_PACKAGE,
NO_REAL_NAME autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: xmms-coverviewer
Version: 0.11-5
Severity: normal
When using xmms-coverviewer, the python backend script that retrieves the
cover images sometimes throws on exception.
These exceptions occur on searching Darktown or Google for images.
I made a simple patch which adds a few extra checks to the script.
--- script.py.org 2005-11-05 14:42:29.000000000 +0100
+++ script.py 2005-11-05 14:50:55.000000000 +0100
@@ -221,6 +221,8 @@
print URLDARK
conn = urllib.urlopen(URLDARK+"a.jpg")
data = conn.read()
+ if (len(data)<5):
+ return
BUFF=data[2]+data[3]+data[4]
if (not(re.search("DOC", BUFF))):
#Hurray, we've found something
@@ -231,6 +233,8 @@
#Maybe a back cover too?
conn = urllib.urlopen(URLDARK+"b.jpg")
data = conn.read()
+ if (len(data)<5):
+ return
BUFF=data[2]+data[3]+data[4]
if (not(re.search("DOC", BUFF))):
#Yes, back is there too!
@@ -298,7 +302,9 @@
cprint("Cover "+str(nbimage)+" found on
images.google.com")
image_url=string.replace(s.group(),"imgurl=","")
image_url=string.replace(image_url,"&imgrefurl","")
- conn = urllib.urlopen("http://"+image_url)
+ if (image_url[:7]!="http://"):
+ image_url = "http://"+image_url
+ conn = urllib.urlopen(image_url)
data = conn.read()
BUFF=data[2]+data[3]+data[4]
if (not(re.search("DOC", BUFF))):
Using latest Debian unstable (updated to 5 nov)
Regards,
Bas
---------------------------------------
Received: (at 337642-close) by bugs.debian.org; 28 Nov 2005 14:21:12 +0000
>From [EMAIL PROTECTED] Mon Nov 28 06:21:12 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1Egjoc-0008Ao-92; Mon, 28 Nov 2005 06:17:10 -0800
From: Christoph Berg <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#337642: fixed in xmms-coverviewer 0.11-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 28 Nov 2005 06:17:10 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: xmms-coverviewer
Source-Version: 0.11-6
We believe that the bug you reported is fixed in the latest version of
xmms-coverviewer, which is due to be installed in the Debian FTP archive:
xmms-coverviewer_0.11-6.diff.gz
to pool/main/x/xmms-coverviewer/xmms-coverviewer_0.11-6.diff.gz
xmms-coverviewer_0.11-6.dsc
to pool/main/x/xmms-coverviewer/xmms-coverviewer_0.11-6.dsc
xmms-coverviewer_0.11-6_i386.deb
to pool/main/x/xmms-coverviewer/xmms-coverviewer_0.11-6_i386.deb
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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Christoph Berg <[EMAIL PROTECTED]> (supplier of updated xmms-coverviewer
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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 28 Nov 2005 14:17:58 +0100
Source: xmms-coverviewer
Binary: xmms-coverviewer
Architecture: source i386
Version: 0.11-6
Distribution: unstable
Urgency: low
Maintainer: Christoph Berg <[EMAIL PROTECTED]>
Changed-By: Christoph Berg <[EMAIL PROTECTED]>
Description:
xmms-coverviewer - XMMS plugin that displays covers while playing
Closes: 337642
Changes:
xmms-coverviewer (0.11-6) unstable; urgency=low
.
* Rebuild against libid3-3.8.3c2a.
* Apply patch by Bas van Oostveen to fix exceptions thrown by the cover
search (Closes: #337642).
Files:
344f5c8d31cd0186a757d692736e8e3c 706 sound optional xmms-coverviewer_0.11-6.dsc
fabc851c7b3e2b85d8b10c0003107ce8 24328 sound optional
xmms-coverviewer_0.11-6.diff.gz
5fcb91a054eab886ab1d36d1529c9172 86410 sound optional
xmms-coverviewer_0.11-6_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDixASxa93SlhRC1oRAghJAJ9ld4nHk++M/nxsOkFZ8hr5/N4j0ACg0vw/
qGtIOvF45ldHMCbmVULMOCI=
=KrTE
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]