Skip to content

Instantly share code, notes, and snippets.

@kostajh
Created March 6, 2014 13:44
Show Gist options
  • Save kostajh/9390014 to your computer and use it in GitHub Desktop.
Save kostajh/9390014 to your computer and use it in GitHub Desktop.
bugwarrior pull output
$ bugwarrior-pull
INFO:bugwarrior:Service-defined UDAs (add these to your ~/.taskrc):
INFO:bugwarrior:uda.githubnumber.label=Github Issue/PR #
INFO:bugwarrior:uda.githubnumber.type=numeric
INFO:bugwarrior:uda.githubtitle.label=Github Title
INFO:bugwarrior:uda.githubtitle.type=string
INFO:bugwarrior:uda.githubtype.label=Github Type
INFO:bugwarrior:uda.githubtype.type=string
INFO:bugwarrior:uda.githuburl.label=Github URL
INFO:bugwarrior:uda.githuburl.type=string
INFO:bugwarrior:Starting to aggregate remote issues.
INFO:bugwarrior:Spawning 1 workers.
INFO:github:Working on [github]
DEBUG:github: Found 28 total.
DEBUG:github: Pruned down to 28
INFO:github:Done with [github] in 20.654276s
INFO:bugwarrior:Done aggregating remote issues.
INFO:db:Completing task (None, {u'status': u'completed', u'project': u'a-client-planning-project', u'end': u'20130530T173315Z', u'description': u'(bw)#3 - Write Project Spec', u'modified': u'20130530T173315Z', u'annotations': [{u'entry': u'20130530T171652Z', u'description': u'https://REDACTED/projects/a-client-planning-project/tasks/3'}], u'priority': u'M', u'entry': u'20130530T171652Z', u'id': 0, u'urgency': u'7.22877', u'uuid': u'349cec82-349e-41f3-83e0-68876c96ba6c'})
CRITICAL:command:oh noes
TRACE Traceback (most recent call last):
TRACE File "/usr/lib/python2.7/site-packages/bugwarrior-0.7.0-py2.7.egg/bugwarrior/command.py", line 17, in pull
TRACE synchronize(issue_generator, config)
TRACE File "/usr/lib/python2.7/site-packages/bugwarrior-0.7.0-py2.7.egg/bugwarrior/db.py", line 261, in synchronize
TRACE send_notification(task_info, 'Completed', conf)
TRACE File "/usr/lib/python2.7/site-packages/bugwarrior-0.7.0-py2.7.egg/bugwarrior/notifications.py", line 118, in send_notification
TRACE op, issue['description'].encode("utf-8"))
TRACE TypeError: tuple indices must be integers, not str
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment