qgis-planet-plugin
qgis-planet-plugin copied to clipboard
Handle bad request errors
Adds check to handle bad queries errors caused by invalid input request to the Planet API. This includes showing a message bar to the user indicating that they have provided invalid search input/parameters.
Screenshot current behaviour

Screenshot fixed behaviour

In it possible to include the full stack trace in the "Planet" logs? I think we are hiding a lot of relevant information by catching this exception.
Also, I'm curious how this impacts our Sentry reporting? Will these errors still get reported?