What steps will reproduce the problem?
1. Use hosted app, or run from command line with xml file downloaded from
blogger.com
What is the expected output? What do you see instead?
Expected output is the wordpress usable file. actual output appears below:
Traceback (most recent call last):
File "./../src/blogger2wordpress/b2wp.py", line 267, in <module>
print translator.Translate()
File "./../src/blogger2wordpress/b2wp.py", line 125, in Translate
post_item = self._ConvertEntry(entry, False)
File "./../src/blogger2wordpress/b2wp.py", line 162, in _ConvertEntry
blogger_path_full = entry.GetAlternateLink().href.replace('http://', '')
AttributeError: 'NoneType' object has no attribute 'href'
What version of the product are you using? On what operating system?
Please provide any additional information below.
Original issue reported on code.google.com by max...@gmail.com on 27 May 2010 at 1:27
Original issue reported on code.google.com by
max...@gmail.com
on 27 May 2010 at 1:27