Debian Bug report logs - #491456
unoconv: UnoException during conversion: URL seems to be an unsupported one.

version graph

Package: unoconv; Maintainer for unoconv is Vincent Bernat <[email protected]>; Source for unoconv is src:unoconv (PTS, buildd, popcon).

Reported by: System Administrator <[email protected]>

Date: Sat, 19 Jul 2008 15:33:02 UTC

Severity: normal

Tags: moreinfo, unreproducible

Found in version unoconv/0.3-3

Full log


🔗 View this message in rfc822 format

X-Loop: [email protected]
Subject: Bug#491456: unoconv: UnoException during conversion: URL seems to be an unsupported one.
Reply-To: [email protected], [email protected]
Resent-From: [email protected]
Resent-To: [email protected]
Resent-CC: Vincent Bernat <[email protected]>
Resent-Date: Mon, 21 Jul 2008 18:18:03 +0000
Resent-Message-ID: <[email protected]>
Resent-Sender: [email protected]
X-Debian-PR-Message: followup 491456
X-Debian-PR-Package: unoconv
X-Debian-PR-Keywords: moreinfo unreproducible
X-Debian-PR-Source: unoconv
Received: via spool by [email protected] id=B491456.12166640843843
          (code B ref 491456); Mon, 21 Jul 2008 18:18:03 +0000
Received: (at 491456) by bugs.debian.org; 21 Jul 2008 18:14:44 +0000
X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 
	(2006-07-26) on rietz.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-2.8 required=4.0 tests=BAYES_00,DNS_FROM_RFC_WHOIS,
	FOURLA,HAS_BUG_NUMBER,MURPHY_DRUGS_REL8,NO_REAL_NAME,
	UNPARSEABLE_RELAY autolearn=no 
	version=3.1.4-bugs.debian.org_2005_01_02
Received: from wmproxy1-g27.free.fr ([212.27.42.91])
	by rietz.debian.org with esmtp (Exim 4.63)
	(envelope-from <[email protected]>)
	id 1KKzuG-0000yx-55; Mon, 21 Jul 2008 18:14:44 +0000
Received: from imp6-g19.priv.proxad.net (imp6-g19.priv.proxad.net [172.20.243.48])
	by wmproxy1-g27.free.fr (Postfix) with ESMTP id 87D3ED4C6;
	Mon, 21 Jul 2008 20:26:00 +0200 (CEST)
Received: by imp6-g19.priv.proxad.net (Postfix, from userid 33)
	id 186B311441; Mon, 21 Jul 2008 20:11:13 +0200 (CEST)
Received: from  ([58.69.195.43]) 
	by imp.free.fr (IMP) with HTTP 
	for <[email protected]>; Mon, 21 Jul 2008 20:11:12 +0200
Message-ID: <[email protected]>
Date: Mon, 21 Jul 2008 20:11:12 +0200
From: [email protected]
To: [email protected]
Cc: Vincent Bernat <[email protected]>, [email protected]
References: <[email protected]> <[email protected]>
In-Reply-To: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
User-Agent: Internet Messaging Program (IMP) 3.2.8
X-Originating-IP: 
Content-Transfer-Encoding: quoted-printable
    hello,

Quoting Vincent Bernat <[email protected]>:

> tag 491456 + unreproducible moreinfo
> thanks
>
> OoO Lors de  la soirée naissante du samedi 19  juillet 2008, vers 17:32,
> System Administrator <[email protected]> disait :
>
> > $ LANG=en_us.UTF-8 unoconv -v -f odt philippe_bourcier.rtf
> > Input file: philippe_bourcier.rtf
> > unoconv: UnoException during conversion: URL seems to be an unsupported
> > one.
> > The provided document cannot be converted to the desired format.
>
> Hi!
>
> Does this bug happens on any document or just on some of them?

  see below

> Could you please add "raise"  on line 486 of /usr/bin/unoconv and "print
> inputurl" between lines 449 and 450 to get more information? I have also
> attached a patch that does the same thing.

  sure:

$ unoconv -v -f odt philippe_bourcier.rtf
Input file: philippe_bourcier.rtf
file:///home/philippe/data/cv/philippe_bourcier.rtf
unoconv: UnoException during conversion: URL seems to be an unsupported one.
The provided document cannot be converted to the desired format.
Traceback (most recent call last):
  File "/usr/bin/unoconv", line 566, in <module>
    main()
  File "/usr/bin/unoconv", line 545, in main
    convertor.convert(inputfn)
  File "/usr/bin/unoconv", line 451, in convert
    doc = self.desktop.loadComponentFromURL( inputurl , "_blank", 0, inputprops
)
__main__.IllegalArgumentException: URL seems to be an unsupported one.

  now, with another file:

$ wget http://dag.wieers.com/cv/curriculum-vitae-dag-wieers.pdf
--2008-07-21 20:03:07-- 
http://dag.wieers.com/cv/curriculum-vitae-dag-wieers.pdf
Résolution de dag.wieers.com... 62.213.193.164
Connexion vers dag.wieers.com|62.213.193.164|:80...connecté.
requĂȘte HTTP transmise, en attente de la rĂ©ponse...200 OK
Longueur: 378569 (370K) [application/pdf]
Saving to: `curriculum-vitae-dag-wieers.pdf'

100%[======================================>] 378 569     42,7K/s   in 7,4s

2008-07-21 20:03:26 (50,1 KB/s) - « curriculum-vitae-dag-wieers.pdf » sauvegardé
[378569/378569]

$ unoconv -v -f odt curriculum-vitae-dag-wieers.pdf
Input file: curriculum-vitae-dag-wieers.pdf
file:///home/philippe/tmp/curriculum-vitae-dag-wieers.pdf
unoconv: UnoException during conversion: URL seems to be an unsupported one.
The provided document cannot be converted to the desired format.
Traceback (most recent call last):
  File "/usr/bin/unoconv", line 566, in <module>
    main()
  File "/usr/bin/unoconv", line 545, in main
    convertor.convert(inputfn)
  File "/usr/bin/unoconv", line 451, in convert
    doc = self.desktop.loadComponentFromURL( inputurl , "_blank", 0, inputprops
)
__main__.IllegalArgumentException: URL seems to be an unsupported one.

    thanks,
-- 
Philippe Bourcier      http://bourcier.philippe.online.fr/






Send a report that this bug log contains spam.


Debian bug tracking system administrator <[email protected]>. Last modified: Thu May 15 18:41:27 2025; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.