Coder Social home page Coder Social logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
Hi

I am not an expert but I hope I can help.
This error message SAXParseException: :4043:381: not well-formed (invalid token)
Means that the xml is "wrong" (non valid) at line 4043, the 381th character in 
this
line. (Use for exampel notepad++ to see this file). It is certainly an html tag
(<something> or </something>) which was missed..therefore the converter cannot 
make
sense of what it reads.

First back-up your xml, then try to delete the tag in this place...and repeat 
the
process until it passes ;-) As it happens on the 4000th lien only, I hope you 
may not
have too much of those and it may be achievable "by hand". Otherwise if you are
curious to learn (which I did for a similar reason)...look on the web for 
"regular
expressions" to clean up your xml (notepad++delas with that, editpad-pro is 
quite
good as well)

Original comment by [email protected] on 25 May 2009 at 5:32

from google-blog-converters-appengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
Hi

Thanks so much for your help.

I tried to find the tag that was causing all the problems, but I couldn't, so I 
just
deleted my tags and tried to convert it to blogger.  But there's still an error
coming up: 

Error encountered during conversion.

Traceback (most recent call last):
File
"/base/data/home/apps/wordpress2blogger/1.333667862976265450/wordpress2blogger.p
y",
line 42, in post
translator.Translate(input, self.response.out)
File "/base/data/home/apps/wordpress2blogger/1.333667862976265450/wp2b.py", 
line 140,
in Translate
xml.sax.parseString(doc, self)
File "/base/python_dist/lib/python2.5/xml/sax/__init__.py", line 49, in 
parseString
parser.parse(inpsrc)
File "/base/python_dist/lib/python2.5/xml/sax/expatreader.py", line 107, in 
parse
xmlreader.IncrementalParser.parse(self, source)
File "/base/python_dist/lib/python2.5/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/base/python_dist/lib/python2.5/xml/sax/expatreader.py", line 211, in feed
self._err_handler.fatalError(exc)
File "/base/python_dist/lib/python2.5/xml/sax/handler.py", line 38, in 
fatalError
raise exception
SAXParseException: :1:2: XML or text declaration not at start of entity

any suggestions??

Original comment by [email protected] on 26 May 2009 at 4:15

from google-blog-converters-appengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
In fact, Wordpress-to-Blogger is not a converting utility. I tried with my 
several
blogs, hosted in wordpress.com and wordpress.org as well, every time  problem 
exits.

I tried with both blogger & blogger draft too, but the former displays the info 
as
below whilst the later (draft.blogger.com) displays just ERROR IMPORTING ...
 Also tried with checked/unchecked publish post...
--------------
We're sorry, but we were unable to complete your request.

When reporting this error to Blogger Support or on the Blogger Help Group, 
please:

    * Describe what you were doing when you got this error.
    * Provide the following error code and additional information.

bX-jy70ay
Additional information
blogID: 3418807461169899657
host: www.blogger.com
uri: /import-blog.do

This information will help us to track down your specific problem and fix it! We
apologize for the inconvenience.
Find help

See if anyone else is having the same problem: Search the Blogger Help Group for
bX-jy70ay
If you don't get any results for that search, you can start a new topic. Please 
make
sure to mention bX-jy70ay in your message.

Original comment by [email protected] on 6 Jun 2009 at 6:24

from google-blog-converters-appengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 20, 2024
I'm getting the same error message today. Help!

Original comment by [email protected] on 10 Jun 2009 at 3:59

from google-blog-converters-appengine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.