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

Blogger doesn't accept file converted from wordpress; neither does blogger2wordpress #64

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I appreciate your work on these converters.

I exported my wordpress blog (attached) and used the hosted version of 
wordpress2blogger to create a blogger file (attached). Unfortunately when I 
attempt to import to Blogspot I get the cryptic "Sorry, the import failed due 
to a server error. The error code is bX-51yujs". Wish I had more info on what's 
wrong or what feature of the file is a problem, but that's all they give.

BTW running the blogger file back through blogger2wordpress gives this error:
Traceback (most recent call last):
  File "./../src/blogger2wordpress/b2wp.py", line 270, in <module>
    print translator.Translate()
  File "./../src/blogger2wordpress/b2wp.py", line 132, in Translate
    posts_map[self._ParsePageId(entry.id.text)] = page_item
  File "./../src/blogger2wordpress/b2wp.py", line 258, in _ParsePageId
    return matches.group(1)
AttributeError: 'NoneType' object has no attribute 'group'

Original issue reported on code.google.com by luke.rt....@gmail.com on 1 Dec 2010 at 11:12

Attachments:

GoogleCodeExporter commented 8 years ago
i am having the same problem.  did you find anything out???

Original comment by uqbarmu...@gmail.com on 24 Feb 2011 at 5:42