Return-Path: X-Original-To: apmail-incubator-allura-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8EB9D10FA0 for ; Thu, 17 Oct 2013 14:11:01 +0000 (UTC) Received: (qmail 99877 invoked by uid 500); 17 Oct 2013 14:11:00 -0000 Delivered-To: apmail-incubator-allura-dev-archive@incubator.apache.org Received: (qmail 99835 invoked by uid 500); 17 Oct 2013 14:10:58 -0000 Mailing-List: contact allura-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-dev@incubator.apache.org Received: (qmail 99824 invoked by uid 99); 17 Oct 2013 14:10:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Oct 2013 14:10:57 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of noreply@sourceforge.net designates 216.34.181.60 as permitted sender) Received: from [216.34.181.60] (HELO smtp.ch3.sourceforge.com) (216.34.181.60) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Oct 2013 14:10:51 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.com; s=x; h=Date:Message-ID:Subject:Reply-To:From:To:MIME-Version:Content-Type; bh=mN9Ao5u/O1XOw/gsgkV/3cz4Ix3v2+hEoz1piwSGmZI=; b=dPgrJkc/v8WUGtLQ8XTiNIzVbIUllz/ODFQSksGfd9GUEo9KBtPIVDNd4ANh9sbruqNI4cTBvBc/e5bPV7/LsdAaNZRGtQ2tWvqhdvPrT4Qh3BAk8Cm6encbKTc3RZVytvpP5iCzX7SrEDVbse8vtDjheXtXHcuxYLeE43W+gYk=; Received: from localhost ([127.0.0.1] helo=sfs-alluradaemon-4.v29.ch3.sourceforge.com) by sfs-alluradaemon-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1VWoHW-0008VC-Ul for allura-dev@incubator.apache.org; Thu, 17 Oct 2013 14:10:31 +0000 Content-Type: multipart/related; boundary="===============4183807084590401626==" MIME-Version: 1.0 To: "[allura:tickets] " <6767@tickets.allura.p.re.sf.net> From: "Cory Johns" Reply-To: "[allura:tickets] " <6767@tickets.allura.p.re.sf.net> Subject: [allura:tickets] #6767 GC issue parsing bug Message-ID:

Date: Thu, 17 Oct 2013 14:10:30 +0000 X-Virus-Checked: Checked by ClamAV on apache.org --===============4183807084590401626== Content-Type: multipart/alternative; boundary="===============4690526424490015461==" MIME-Version: 1.0 --===============4690526424490015461== MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit - **status**: code-review --> closed --- ** [tickets:#6767] GC issue parsing bug** **Status:** closed **Labels:** google-code import **Created:** Wed Oct 16, 2013 09:50 PM UTC by Dave Brondsema **Last Updated:** Thu Oct 17, 2013 01:51 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. --===============4690526424490015461== MIME-Version: 1.0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit
  • status: code-review --> closed

[tickets:#6767] GC issue parsing bug

Status: closed
Labels: google-code import
Created: Wed Oct 16, 2013 09:50 PM UTC by Dave Brondsema
Last Updated: Thu Oct 17, 2013 01:51 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.

--===============4690526424490015461==-- --===============4183807084590401626==--