You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Tim Van Steenburgh <va...@users.sf.net> on 2013/09/11 21:47:17 UTC

[allura:tickets] #6650 Error on Google Code ticket import



---

** [tickets:#6650] Error on Google Code ticket import**

**Status:** open
**Created:** Wed Sep 11, 2013 07:47 PM UTC by Tim Van Steenburgh
**Last Updated:** Wed Sep 11, 2013 07:47 PM UTC
**Owner:** nobody

https://sourceforge.net/nf/admin/task_manager/view/5230c5bd90954737cf132a91

Google Code project: pychess

~~~~
Traceback (most recent call last):
  File "/var/local/allura/Allura/allura/model/monq_model.py", line 258, in __call__
    self.result = func(*self.args, **self.kwargs)
  File "/var/local/allura/ForgeImporters/forgeimporters/google/tracker.py", line 58, in import_tool
    importer.import_tool(c.project, c.user, **kw)
  File "/var/local/allura/ForgeImporters/forgeimporters/google/tracker.py", line 135, in import_tool
    self.process_fields(ticket, issue)
  File "/var/local/allura/ForgeImporters/forgeimporters/google/tracker.py", line 192, in process_fields
    ticket.add_multiple_attachments(issue.get_issue_attachments())
  File "/var/local/allura/ForgeImporters/forgeimporters/google/__init__.py", line 195, in get_issue_attachments
    return [Attachment(a.parent) for a in attachments.findAll('a', text='Download')]
  File "/var/local/allura/ForgeImporters/forgeimporters/google/__init__.py", line 277, in __init__
    filename = parse_qs(urlparse(url).query)['name'][0]
KeyError: 'name'
~~~~


---

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.