Zim crashes importing old notebook
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zim |
Incomplete
|
Undecided
|
Unassigned | ||
zim (Fedora) |
Won't Fix
|
Medium
|
Bug Description
In the python version
When I start zim -D, I get the following messages after the main process exited:
DEBUG: Q: Upgrade Notebook?
INFO: Accelerator changed for <Actions>
INFO: Index update done
DEBUG: A: True
DEBUG: Opening ProgressBarDialog
INFO: Notebook update started
DEBUG: Wrote /home/mildred/
DEBUG: Wrote /home/mildred/
ERROR: Error in child main:
Traceback (most recent call last):
File "/usr/lib/
self._main()
File "/usr/lib/
obj.main()
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
for page in self.walk():
File "/usr/lib/
for p in self.index.
File "/usr/lib/
for grandchild in self._walk(child, childpath):
File "/usr/lib/
for grandchild in self._walk(child, childpath):
File "/usr/lib/
cursor.
InterfaceError: Error binding parameter 0 - probably unsupported type.
DEBUG: Child exited 12856 ('zim.gui.
INFO: Last instance quit - exiting daemon
INFO: Stopped UnixSocketDaemon
Previously, I tried importing the notebook until it failed. I suppose there it a page it doesn't like.
I am wondering if that might be caused by the wiki hierarchy. I have many pages that don't contain any content but only sub-pages. That is the hierarchy is like:
Category.txt is missing
Category/
Category/
Category/
Perhaps when it finds Category/
Changed in zim (Fedora): | |
importance: | Unknown → Medium |
status: | Unknown → Won't Fix |
Attached a notebook sample showing this problem.
$ tar jxvf wiki.tar.bz2 Apple.txt B/CA.txt S/LB.txt O.txt
wiki
wiki/notebook.zim
wiki/Addresses.txt
wiki/Addresses
wiki/Addresses/
wiki/Addresses/B
wiki/Addresses/
wiki/Addresses/S
wiki/Addresses/
wiki/Addresses/
$ zim --no-daemon -D ./wiki