MetricsGrimoire / Bicho

Bicho is a command line based tool used to parse bug/issue tracking systems
http://metricsgrimoire.github.com/Bicho/
GNU General Public License v2.0
71 stars 31 forks source link

Fail when product name has white spaces in Bugzilla #62

Closed acs closed 11 years ago

acs commented 11 years ago

acs@xxxxx:~/devel/Bicho$ ./bicho -g -d 1 --db-user-out=root --db-password-out=xxxx --db-database-out=acs_bicho_eclipse_platform_1467 -b bg -u https://bugs.eclipse.org/bugs/buglist.cgi?product="WTP Common Tools" Checking URL: https://bugs.eclipse.org No bugzilla account provided, mail addresses won't be retrieved DBG: [25/Apr/2013-09:32:12] Bicho object created, options and backend initialized Running Bicho with delay of 1 seconds DBG: [25/Apr/2013-09:32:12] No account data provided. Not logged in bugzilla DBG: [25/Apr/2013-09:32:13] Getting bugzilla version from https://bugs.eclipse.org/bugs/show_bug.cgi?id=0&ctype=xml DBG: [25/Apr/2013-09:32:13] Bugzilla version: 4.2.5 DBG: [25/Apr/2013-09:32:13] Getting bugzilla issues from https://bugs.eclipse.org/bugs/buglist.cgi?product=WTP Common Tools&order=changeddate&ctype=csv Traceback (most recent call last): File "./bicho", line 8, in retval = Bicho.main.main() File "/home/acs/devel/Bicho/Bicho/main.py", line 56, in main backend.run() File "/home/acs/devel/Bicho/Bicho/backends/bg.py", line 952, in run self._process_issues() File "/home/acs/devel/Bicho/Bicho/backends/bg.py", line 1041, in _process_issues ids = self._retrieve_issues_ids(self.url, self.version, next_date) File "/home/acs/devel/Bicho/Bicho/backends/bg.py", line 1075, in _retrieve_issues_ids change_ts = values[7].strip('"') IndexError: list index out of range