dokuwiki2git icon indicating copy to clipboard operation
dokuwiki2git copied to clipboard

AssertionError converting

Open nerdoc opened this issue 7 years ago • 1 comments

dokuwiki2git  example.com/data/
INFO - Using datadir: ..../example.com/data
INFO - Reading users.auth.php
INFO - Read 2 users
INFO - Reading meta
Traceback (most recent call last):
  File "dokuwiki2git/dokuwiki2git", line 205, in <module>
    c.run(sys.argv[1:])
  File "dokuwiki2git/dokuwiki2git", line 187, in run
    self.read_data()
  File "dokuwiki2git/dokuwiki2git", line 107, in read_data
    self.read_meta()
  File "dokuwiki2git/dokuwiki2git", line 138, in read_meta
    self.read_meta_page(pagepath, os.path.join(path, f))
  File "dokuwiki2git/dokuwiki2git", line 152, in read_meta_page
    assert(changeparts[3] == pagename)
AssertionError

Did I make a mistake when calling dokuwiki2git - or is there a bug? Any info I can provide more?

nerdoc avatar Mar 07 '17 22:03 nerdoc

Hello I guess dokuwiki changed a lot since this script (not modified in 3 years), had a similar error when I last tried a month ago (and didn't had time to find why)

Epy avatar Apr 22 '17 21:04 Epy