rapt-file search not works
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apt-file (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Ubuntu 13.10
apt-file 2.5.2ubuntu1
The search with the apt-file works normal. But when I try the same search with the rapt-file, a python error occurs:
(not that the network connection is ok)
% apt-file search add-apt-reposi
software-
% rapt-file search add-apt-reposi
Traceback (most recent call last):
File "/usr/bin/
for res in unpickle(
File "/usr/lib/
return _opener.open(url, data, timeout)
File "/usr/lib/
response = self._open(req, data)
File "/usr/lib/
'_open', req)
File "/usr/lib/
result = func(*args)
File "/usr/lib/
return self.do_
File "/usr/lib/
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 101] Network is unreachable>
In verbose mode I see this line:
Querying http:// dde.debian. net/dde/ q/aptfile/ byfile/ squeeze- amd64/add- apt-reposi? t=pickle...
But this domain does not exist and not resolves to a IP.
Is there a domain change to update in rapt-file configuration?