Closed tcerna closed 5 years ago
Also filled into bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1472591
@tcerna, I've had the same issue while using this gerrit url in my .did/config file:
[gerrit]
type = gerrit
url = https://review.openstack.org/gerrit/#/
prefix = GR
But when removing gerrit/#/
, it works:
[gerrit]
type = gerrit
url = https://review.openstack.org/
prefix = GR
I can confirm that the proposed configuration changes has been working for me for a long while. Maybe we just need to update the examples.
Traceback in gerrit.py during generation of status report.