yudhistira1 / google-blog-converters-appengine

Automatically exported from code.google.com/p/google-blog-converters-appengine
Apache License 2.0
0 stars 0 forks source link

Unable to convert blogspot blogger to wordpress #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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