You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because indexing is done in a separate thread and thus raises on the Creator and not on the add_item() call.
> self.c_creator.finishZimCreation()
E RuntimeError: Asynchronous error: St13runtime_error
E Traceback (most recent call last):
E File "libzim/libzim.pyx", line 145, in libzim.bool_cy_call_fct
E return call_method(obj, method)
E File "libzim/libzim.pyx", line 84, in libzim.call_method
E return func()
E File "/Users/reg/src/pylibzim/tests/test_libzim_creator.py", line 705, in has_indexdata
E raise IndexError
E IndexError
libzim/libzim.pyx:407: RuntimeError
Raising within finishZimCreation here as we have a single entry
Exceptions raised in
IndexData
's implementation methods (#149) crashes Python.The text was updated successfully, but these errors were encountered: