qgis / QGIS-Hub-Plugin

A QGIS plugins to fetch resources from the QGIS Hub
https://qgis.github.io/QGIS-Hub-Plugin/
GNU General Public License v3.0
4 stars 2 forks source link

Handle Error when the Response from QGIS Hub API is invalid #94

Open ismailsunni opened 5 months ago

ismailsunni commented 5 months ago

Feature description

Lately, I found an issue with the request to QGIS Hub API as mentioned here: https://github.com/qgis/QGIS-Django/issues/407

Unfortunatelly, it's not handled properly and show Python stacktrace. We should give better error message to the user and point the user to check the QGIS Hub API.

Additional context

No response