lutraconsulting / qgis-report-plugin

Report QGIS Plugin Issues with ease
GNU General Public License v2.0
3 stars 2 forks source link

Uncaught KeyError: 'html_url' #46

Open tanatieles opened 9 months ago

tanatieles commented 9 months ago

Steps to reproduce

  1. First
  2. Second
  3. Third
Traceback (most recent call last):
  File "C:\Users/Tanatiele/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\report\main_widget.py", line 245, in _submit_issue
    link, number = self.selected_provider.create_issue(title, labels, u'{}\n{}'.format(desc, additional_info))
  File "C:\Users/Tanatiele/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\report\providers\github.py", line 88, in create_issue
    return resp['html_url'], resp['number']
KeyError: 'html_url'

report 1.0.0, QGIS 3.28.13-Firenze on Windows 10