Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExpatError: not well-formed, in checkforUpdate() #66

Open
mrluc opened this issue Dec 29, 2012 · 3 comments
Open

ExpatError: not well-formed, in checkforUpdate() #66

mrluc opened this issue Dec 29, 2012 · 3 comments

Comments

@mrluc
Copy link

mrluc commented Dec 29, 2012

Even after applying the indentation and syntax fixes others have contributed, I get this:

//////////////////////// 
* Raspberry Pi SD Writer 
* Matt Jump
* exaviorn.com
////////////////////////
(Version 1.15 -MACOSX-)

Checking for updates...
Traceback (most recent call last):
  File "./raspiwrite.py", line 440, in <module>
    checkforUpdate()
  File "./raspiwrite.py", line 68, in checkforUpdate
    dom = parseString(data)
  File     "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/minidom.py", line 1924, in parseString
    return expatbuilder.parseString(string)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/expatbuilder.py", line 940, in parseString
    return builder.parseString(string)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/expatbuilder.py", line 223, in parseString
    parser.Parse(string, True)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 14, column 59
@GilDev
Copy link

GilDev commented Dec 29, 2012

Same error since some days.

@msarvar
Copy link

msarvar commented Dec 30, 2012

http://exaviorn.com/ seems to be down. It's trying to pull raspiwrite.xml from there.
As a temporary solution, try commenting checkforUpdate() out in line 436.

@nanook62
Copy link

In my script it's line 440 that should be commenting. Now it works perfect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants