Skip to content

Instantly share code, notes, and snippets.

@jrabbit
Created September 21, 2015 17:25
Show Gist options
  • Save jrabbit/5339c79ab62dded0995a to your computer and use it in GitHub Desktop.
Save jrabbit/5339c79ab62dded0995a to your computer and use it in GitHub Desktop.
bugwarrior-pull --dry-run
INFO:bugwarrior|Service-defined UDAs exist: you can optionally use the `bugwarrior-uda` command to export a list of UDAs you can add to your ~/.taskrc file.
INFO:bugwarrior|Starting to aggregate remote issues.
INFO:bugwarrior|Spawning 1 workers.
INFO:my_github|Working on [my_github]
DEBUG:my_github| Found 83 issues.
DEBUG:my_github| Pruned down to 83 issues.
CRITICAL:command|oh noes
TRACE Traceback (most recent call last):
TRACE File "/usr/local/lib/python2.7/dist-packages/bugwarrior/command.py", line 62, in pull
TRACE synchronize(issue_generator, config, main_section, dry_run)
TRACE File "/usr/local/lib/python2.7/dist-packages/bugwarrior/db.py", line 342, in synchronize
TRACE tw, key_list, issue, legacy_matching=legacy_matching
TRACE File "/usr/local/lib/python2.7/dist-packages/bugwarrior/db.py", line 179, in find_local_uuid
TRACE ('status', 'waiting'),
TRACE File "/usr/local/lib/python2.7/dist-packages/taskw/warrior.py", line 591, in filter_tasks
TRACE *query_args
TRACE File "/usr/local/lib/python2.7/dist-packages/taskw/warrior.py", line 484, in _get_task_objects
TRACE json = self._get_json(*args)
TRACE File "/usr/local/lib/python2.7/dist-packages/taskw/warrior.py", line 481, in _get_json
TRACE return json.loads(self._execute(*args)[0])
TRACE File "/usr/local/lib/python2.7/dist-packages/taskw/warrior.py", line 471, in _execute
TRACE raise TaskwarriorError(command, stderr, stdout, proc.returncode)
TRACE TaskwarriorError: ['task', 'rc:/home/jack/.taskrc', 'rc.uda.githubcreatedon.type=date', 'rc.uda.githubcreatedon.label="Github Created"', 'rc.uda.githubtitle.type=string', 'rc.uda.githubtitle.label="Github Title"', 'rc.uda.githubnumber.type=numeric', 'rc.uda.githubnumber.label="Github Issue/PR #"', 'rc.uda.githubbody.type=string', 'rc.uda.githubbody.label="Github Body"', 'rc.uda.githubrepo.type=string', 'rc.uda.githubrepo.label="Github Repo Slug"', 'rc.uda.githuburl.type=string', 'rc.uda.githuburl.label="Github URL"', 'rc.uda.githubupdatedat.type=date', 'rc.uda.githubupdatedat.label="Github Updated"', 'rc.uda.githubtype.type=string', 'rc.uda.githubtype.label="Github Type"', 'rc.uda.githubmilestone.type=numeric', 'rc.uda.githubmilestone.label="Github Milestone"', 'rc.dependency.confirmation=no', 'rc.json.array=TRUE', 'rc.confirmation=no', 'rc.verbose=new-uuid', 'export', 'description.startswith:\\(bw\\)Is#4 - Browser history & cache \\(for delete ', '( status:pending or status:waiting )'] #2; stderr:"Unmatched ( or \("; stdout:""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment