You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I issued an invalid request from the Directions from 1 Point Layer processing algorithm:
My input layer had duplicate points, which traveling salesman optimization doesn't allow, but I turned on traveling salesman.
I issued a request from the same algorithm to the public API, but without configuring a key first.
Here's what I got
As expected, the log contained information about the issue in both cases:
In both cases, this output seemed as if there was an issue with the plugin.
In both cases, the issue was not with the plugin, but with my input - one time it was faulty, one time I had no key configured.
Here's what I think could be improved
How can we give feedback from the processing plugins in a way that tells the user that something is wrong that they can fix themselves, rather than it being an issue with the plugin?
The text was updated successfully, but these errors were encountered:
QgsProcessingInfo.pushFormattedMessage could be benefitial here. It prints formatted HTML. We could keep the ordinary "developer" log message for people with those skills, but also provide Hints with links to further educational resources.
Here's what I did
I issued an invalid request from the Directions from 1 Point Layer processing algorithm:
My input layer had duplicate points, which traveling salesman optimization doesn't allow, but I turned on traveling salesman.
I issued a request from the same algorithm to the public API, but without configuring a key first.
Here's what I got
As expected, the log contained information about the issue in both cases:
In both cases, this output seemed as if there was an issue with the plugin.
In both cases, the issue was not with the plugin, but with my input - one time it was faulty, one time I had no key configured.
Here's what I think could be improved
How can we give feedback from the processing plugins in a way that tells the user that something is wrong that they can fix themselves, rather than it being an issue with the plugin?
The text was updated successfully, but these errors were encountered: