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
68 stars 30 forks source link

Bicho can not get component of a product issues in Bugzilla #93

Closed acs closed 10 years ago

acs commented 10 years ago

Trying to get the issues with Bicho:

[09:39:28] /usr/local/bin/bicho --db-user-out=root --db-password-out= --db-database-out=acs_bicho_automatortest_2388 -d 1 -b bg -u "https://bugzilla.wikimedia.org/buglist.cgi?product=analytics&component=kraken" -g -l Checking URL: https://bugzilla.wikimedia.org No bugzilla account provided, mail addresses won't be retrieved DBG: [23/Oct/2013-09:39:29] Bicho object created, options and backend initialized Running Bicho with delay of 1 seconds DBG: [23/Oct/2013-09:39:29] No account data provided. Not logged in bugzilla DBG: [23/Oct/2013-09:39:30] Getting bugzilla version from https://bugzilla.wikimedia.org/show_bug.cgi?id=0&ctype=xml DBG: [23/Oct/2013-09:39:30] Bugzilla version: 4.2.7 DBG: [23/Oct/2013-09:39:30] Getting bugzilla issues from https://bugzilla.wikimedia.org/buglist.cgi?product=analytics%26component%3Dkraken&order=changeddate&ctype=csv No issues found. Did you provide the correct url?

but the direct wget

wget "https://bugzilla.wikimedia.org/buglist.cgi?product=analytics&component=kraken&ctype=csv"

returns the 6 issues correctly as in

https://bugzilla.wikimedia.org/buglist.cgi?product=analytics&component=kraken

It seems to be an error escaping charts in the URL.