Closed canasdiaz closed 10 years ago
The error is related to the HTML parsing
It is needed to improve the logic of the HTML parsing.
For example in "user_identifier = href.split('/')[3]" we get the third field instead of using a regular expression. We needed that to support the PuppetLabs askbot instance.