zhaohao / 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

Blogger2Wordpress conversion utility problem #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Upload to http://blogger2wordpress.appspot.com/
2. After Upload, error will occur.

What is the expected output? What do you see instead?
Traceback (most recent call last):
  File
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__
.py",
line 513, in __call__
    handler.post(*groups)
  File
"/base/data/home/apps/blogger2wordpress/1.342228633669171456/blogger2wordpress.p
y",
line 38, in post
    output = translator.Translate()
  File
"/base/data/home/apps/blogger2wordpress/1.342228633669171456/b2wp.py", line
125, in Translate
    post_item = self._ConvertEntry(entry, False)
  File
"/base/data/home/apps/blogger2wordpress/1.342228633669171456/b2wp.py", line
162, in _ConvertEntry
    blogger_path_full = entry.GetAlternateLink().href.replace('http://', '')
AttributeError: 'NoneType' object has no attribute 'href'

Please help!

Original issue reported on code.google.com by PaulDext...@gmail.com on 28 May 2010 at 12:39

GoogleCodeExporter commented 8 years ago
Sorry about the failure.  This is due to some code that I pushed today.  I've 
updated to the latest for the hosted 
application.  Please try again and let me know if the failures continue.

Original comment by jlu...@gmail.com on 28 May 2010 at 3:25