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

retrievefromohloh crashes on project 134 "Hackety Hack!" #12

Open
e2jk opened this issue Aug 13, 2012 · 0 comments
Open

retrievefromohloh crashes on project 134 "Hackety Hack!" #12

e2jk opened this issue Aug 13, 2012 · 0 comments
Labels

Comments

@e2jk
Copy link
Owner

e2jk commented Aug 13, 2012

When running retrievefromohloh on project 134 Hackety Hack!, a crash occurs:
/admin/flosstalks_app/project/134/

Project 134: Hackety Hack!Traceback (most recent call last):
  File "manage.py", line 26, in <module>
    execute_from_command_line(sys.argv)
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
    utility.execute()
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 382, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 196, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 232, in execute
    output = self.handle(*args, **options)
  File "/home/emilien/devel/flosstalks/flosstalks_app/management/commands/retrievefromohloh.py", line 48, in handle
    doc = minidom.parseString(data)
  File "/usr/lib/python2.7/xml/dom/minidom.py", line 1930, in parseString
    return expatbuilder.parseString(string)
  File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 940, in parseString
    return builder.parseString(string)
  File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 223, in parseString
    parser.Parse(string, True)
xml.parsers.expat.ExpatError: mismatched tag: line 6, column 2

Probably due to the "!" in the project name.
Check if this issue has been reported against xml.dom.minidom, and in any case account for the exception in the code.

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

No branches or pull requests

1 participant