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

File fails to upload to Blogger #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. export from wordpress
2. use wordpress2blogger.appspot to get blogger-export.xml file
3. import new blogger xml file

What is the expected output? What do you see instead?
blogger says: "there were problems importing the file."

What version of the product are you using? On what operating system?
http://wordpress2blogger.appspot.com   /   windows 7

Please provide any additional information below.

Original issue reported on code.google.com by OctopusH...@live.com on 2 Feb 2010 at 1:20

GoogleCodeExporter commented 9 years ago
I also have the exact same problem.. all the details including win7 are the 
same for me 
too. 

Original comment by haisaru...@gmail.com on 2 Feb 2010 at 7:58

GoogleCodeExporter commented 9 years ago
Could you please attach the converted blogger xml file to this issue?   I'd 
like to see if 
it's a problem with the conversion or a problem with Blogger's import feature.

Thanks. 

Original comment by jlu...@gmail.com on 3 Feb 2010 at 9:04

GoogleCodeExporter commented 9 years ago
File attached.

Original comment by OctopusH...@live.com on 3 Feb 2010 at 11:08

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks.  I'll look into it.

Original comment by jlu...@gmail.com on 3 Feb 2010 at 11:48

GoogleCodeExporter commented 9 years ago
This is a bug in the converter.  I'll update wordpress2blogger.appspot.com with 
the 
fix sometime within the next day.

An alternate fix is to remove line 9 and 10 of your blogger-export file:

  <ns0:link href="" rel="self" type="application/atom+xml"/>
  <ns0:link href="" rel="alternate" type="text/html"/>

as these line were inappropriately added to the converted file.

Original comment by jlu...@gmail.com on 4 Feb 2010 at 5:29

GoogleCodeExporter commented 9 years ago
A bug was found with empty URI in link elements leading to this error when 
importing into Blogger.  I've updated wordpress2blogger.appspot.com with 
the fix.

Please try the conversion again and update the issue if the problem persists.

Original comment by jlu...@gmail.com on 4 Feb 2010 at 7:05