Open GoogleCodeExporter opened 8 years ago
Thanks for the report. This is a bug and I'll have a fix for it today. I'll
let you know
when the hosted application is ready with the fix in place.
Original comment by jlu...@gmail.com
on 16 Oct 2009 at 4:28
Hi Christopher.
Would it be possible to attach a copy of your MovableType export file?
Original comment by jlu...@gmail.com
on 16 Oct 2009 at 4:46
Hi JLUECK - Can I email it to ou directly? I'd rather not post it directly on
public
site.
Let me know.
Thanks,
Chris
Original comment by christop...@gmail.com
on 16 Oct 2009 at 8:54
Sure thing. Just send it along to jlueck at gmail. Thanks.
Original comment by jlu...@gmail.com
on 16 Oct 2009 at 8:57
Hi, I just met a similar issue:
$ bin/movabletype2blogger.sh ~/Plocha/export.mt
Traceback (most recent call last):
File "bin/../src/movabletype2blogger/mt2b.py", line 319, in <module>
translator.Translate(mt_file, sys.stdout)
File "bin/../src/movabletype2blogger/mt2b.py", line 212, in Translate
post_entry.title = atom.Title(text=self._Encode(value))
AttributeError: 'NoneType' object has no attribute 'title'
this is because in the export.mt file each entry starts with TITLE, while the
script
expects the very first record to be AUTHOR. This seems wrong as
http://www.sixapart.com/movabletype/docs/mtimport states that "The order of the
metadata pieces is not important."
Original comment by tropikha...@gmail.com
on 6 Apr 2010 at 9:21
Ah. Yes, thanks for the link. I'll change up the structure of the
movabletype2blogger translator to respect this
rule.
Original comment by jlu...@gmail.com
on 6 Apr 2010 at 10:43
I had a similar issue. I'm running the r89 converters. Is there a fix I can
make to it?
Traceback (most recent call last):
File "./bin/../src/movabletype2blogger/mt2b.py", line 327, in <module>
translator.Translate(mt_file, sys.stdout)
File "./bin/../src/movabletype2blogger/mt2b.py", line 217, in Translate
post_entry.title = atom.Title(text=self._Encode(value))
AttributeError: 'NoneType' object has no attribute 'title'
Thanks - Lisa B.
Original comment by Lease...@gmail.com
on 17 Oct 2011 at 3:00
Original issue reported on code.google.com by
christop...@gmail.com
on 16 Oct 2009 at 2:03