- **status**: open --> in-progress - **assigned_to**: Tim Van Steenburgh
--- ** [tickets:#6767] GC issue parsing bug** **Status:** in-progress **Labels:** google-code import **Created:** Wed Oct 16, 2013 09:50 PM UTC by Dave Brondsema **Last Updated:** Wed Oct 16, 2013 09:50 PM UTC **Owner:** Tim Van Steenburgh Importing the Issues data from the heidisql Google Code project to the ctsai-test3 Allura project failed with the error: 'NoneType' object has no attribute 'strip' ~~~~ Traceback (most recent call last): File "/var/local/allura/ForgeImporters/forgeimporters/base.py", line 119, in import_tool mount_point=mount_point, mount_label=mount_label, **kw) File "/var/local/allura/ForgeImporters/forgeimporters/google/tracker.py", line 131, in import_tool self.process_fields(ticket, issue) File "/var/local/allura/ForgeImporters/forgeimporters/google/tracker.py", line 168, in process_fields ticket.summary = issue.get_issue_summary() File "/var/local/allura/ForgeImporters/forgeimporters/google/__init__.py", line 143, in get_issue_summary text = self.page.find(id='issueheader').findAll('td', limit=2)[1].span.string.strip() AttributeError: 'NoneType' object has no attribute 'strip' ~~~~ --- Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.