Wednesday, 14 August 2013

Whoosh EOFError

Whoosh EOFError

I was doing some data import and worked for a few times but then suddenly
throws the following error:
python2.7/site-packages/whoosh/codec/base.pyc in
deminimize_values(postingsize, count, string, compression)
842
843 if postingsize < 0:
--> 844 return loads(string)
845 elif postingsize == 0:
846 return [None] * count
EOFError:
I have been searching on google and could not find anything related to
this problem.

No comments:

Post a Comment