<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html style="direction: ltr;">
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body style="direction: ltr;" bgcolor="#ffffff" text="#000000">
<br>
Mario,<br>
<br>
Does this happen with every document or just with some of them?<br>
<br>
I'm not sure where this is coming from. Could you see if there is a
line with "print data0" right after the call to referencer.download? It
should be line 295. Your output says that it received 146 characters
from referencer.download, but it doesn't print them. <br>
<br>
This seems to be a different error than what you had before. The
previous error came from trying to convert to integer something that
did not represent an integer, which was the result of receiving an
error message from ISI that did not contain the number of records
found. I'm not really sure what the problem is, but in any case, I
would be interested to know what the response from ISI is. <br>
<br>
Perhaps the easiest thing would be for you to send me the .reflib file
that you are working with and tell me which document gives you the
trouble. (Or better still, send me a .reflib file that contains only
the documents that give you trouble.)<br>
<br>
Yoav<br>
<br>
Mario Castro wrote:
<blockquote
 cite="mid:467678d0809080117l331fda49s3c8dd3a83785ce2d@mail.gmail.com"
 type="cite">
  <div dir="ltr">I can't get isi-plugin working. In the console, the
following message appears:<br>
  <br>
  <blockquote>bool Transfer::waitForFlag(volatile bool&amp;):<br>
&nbsp;&nbsp;&nbsp; Waiting...<br>
&nbsp;&nbsp;&nbsp; Waiting...<br>
&nbsp;&nbsp;&nbsp; Waiting...<br>
void Transfer::openCB(const Gnome::Vfs::Async::Handle&amp;,
Gnome::Vfs::Result):<br>
&nbsp;&nbsp;&nbsp; openCB: result OK, opened<br>
bool Transfer::waitForFlag(volatile bool&amp;):<br>
&nbsp;&nbsp;&nbsp; Done!<br>
&nbsp;&nbsp;&nbsp; Waiting...<br>
void Transfer::readCB(const Gnome::Vfs::Async::Handle&amp;,
Gnome::Vfs::Result, void*, Gnome::Vfs::FileSize, Gnome::Vfs::FileSize):<br>
&nbsp;&nbsp;&nbsp; Woo, read 146 bytes<br>
&nbsp;&nbsp;&nbsp; readCB: result OK<br>
&nbsp;&nbsp;&nbsp; Woo, read 0 bytes<br>
&nbsp;&nbsp;&nbsp; readCB: EOF<br>
bool Transfer::waitForFlag(volatile bool&amp;):<br>
&nbsp;&nbsp;&nbsp; Done!<br>
&nbsp;&nbsp;&nbsp; Waiting...<br>
void Transfer::closeCB(const Gnome::Vfs::Async::Handle&amp;,
Gnome::Vfs::Result):<br>
&nbsp;&nbsp;&nbsp; closeCB: result OK, closed<br>
bool Transfer::waitForFlag(volatile bool&amp;):<br>
&nbsp;&nbsp;&nbsp; Done!<br>
PyObject* referencer_download(PyObject*, PyObject*):<br>
&nbsp;&nbsp;&nbsp; got 146 characters<br>
    <br>
virtual bool PythonPlugin::doAction(Glib::ustring,
std::vector&lt;Document*, std::allocator&lt;Document*&gt; &gt;):<br>
&nbsp;&nbsp;&nbsp; PythonPlugin::doAction: NULL return value<br>
  </blockquote>
Any idea?<br>
  </div>
</blockquote>
<br>
<div class="moz-signature"><br>
</div>
</body>
</html>